EntityFramework.Docs
EntityFramework.Docs copied to clipboard
More samples for disconnected entities
It would be useful to have some sample apps (probably ASP.NET Core, maybe Blazor and other frameworks too, that show using disconnected entities end-to-end. These should show:
- Using
Updateto save everything when saving - Using queries to get the current state for selective updates
- Roundtripping original values for selective updates