Larsa
Course
Just go straight to MS docs as there is plenty of learning pathways there.
https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/intro
As for memory management not really sure what you're looking for there as C# has garbage collection and anything else as far as I know is generally managed by implementing
IDisposable
and calling Dispose.2 replies