You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing the task of implementing a large database application in WPF. I have already worked with small WPF database applications.
Unfortunately, I haven't found an example of large WPF EFC applications.
A brief summary of my task:
WPF application with MVVM
Data with Entity Framework Core 2.1
IoC container with Repository pattern
Data editors for master data. Simultaneous processing of data in split screens => No global DbContext possible
Add data
Edit data
Save changes
Discard changes
Delete data
Example MockUp of an data editor
I start editing "Item 1", then I edit "Item 2" and save "Item 2". I now discard the changes of "Item 1".
How would you design this application?
The text was updated successfully, but these errors were encountered:
I am facing the task of implementing a large database application in WPF. I have already worked with small WPF database applications.
Unfortunately, I haven't found an example of large WPF EFC applications.
A brief summary of my task:
Example MockUp of an data editor
I start editing "Item 1", then I edit "Item 2" and save "Item 2". I now discard the changes of "Item 1".
How would you design this application?
The text was updated successfully, but these errors were encountered: