Avoid Using C# Events in #ASPNETCore Applications
https://ardalis.com/avoid-using-csharp-events-in-aspnetcore-apps/ by @ardalis.com
https://ardalis.com/avoid-using-csharp-events-in-aspnetcore-apps/ by @ardalis.com
Comments
The whole RAD-ish component model I suppose, is passing.
About the unsub, does that mean you have to manage your own delegate instance somewhere and -= it, or does the Blazor markup compiler help you out there?
I worry that it has the same underlying promise of "make web apps without being a web developer" which somewhat buried WebForms in a lot of unintentional complexity.