Building reusable CRUD controls in WPF and MVVM

后端 未结 2 887
长情又很酷
长情又很酷 2021-02-11 07:33

I am building an WPF Prism MVVM application.

This application will contain a lot of CRUD windows.

I want to optimize the features (and reduce the amount of produ

2条回答
  •  离开以前
    2021-02-11 08:27

    Look at this generic control WPFCrudControl, may be useful for you.

    A generic WPF CrudControl implemented based on the MVVM pattern. It gives a huge productivity boost for straightforward CRUD operations (Add, Edit, Delete, Validate, Listing with sorting, paging and searching). The control abstracts both the UI and business logic, so it requires relatively minimal coding effort, while keeping it possible to customize its behavior.

提交回复
热议问题