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
There is a SourceGenerator, that will auto wrap any standard class to handle INotifiyProperytChanges: GenerateStateClassAttribute. This will make it easy to use!
For me, one of the main reasons to do front end development in C# is the ability to share models (DTOs) between ASP.NET CORE API and UI.
When using MVVM it is possible only to share interfaces because UI properties must implement INotifyPropertyChange.
In Blazor, sharing is possible as no interface is needed.
Commet seems to me the same as MVVM in this point of view as it needs INotifyProertyRead.
Is there any way / plan how to use shared DTO returned from API and bind to them from UI ?
The text was updated successfully, but these errors were encountered: