Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Best practice WPF Application with EFC #12396

Closed
Int32Overflow opened this issue Jun 18, 2018 · 1 comment
Closed

[Question] Best practice WPF Application with EFC #12396

Int32Overflow opened this issue Jun 18, 2018 · 1 comment

Comments

@Int32Overflow
Copy link

Int32Overflow commented Jun 18, 2018

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

grafik

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?

@ajcvickers
Copy link
Contributor

Moved to docs: dotnet/EntityFramework.Docs#778

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants