-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Create samples for databinding using EF Core in WPF and WinForms #778
Comments
Maybe another idea before this example is implemented. How about if the user still had the possibility to create or select the database in the program. This would require even more dynamism and is in the "real" world mostly the order of the day. From my point of view that would make the example really round. Because I haven't seen a real-world scenario where the database is hard-coded in any *.config files or anchored in the program code. Normally everything should be dynamic. |
Update these guides following 7.0 work. |
Moved from dotnet/efcore#12396 posted by @Int32Overflow
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: