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
Update to save everything when saving
- Using queries to get the current state for selective updates
- Roundtripping original values for selective updates
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:
Updateto save everything when saving