C
C#4mo ago
KarolMaj

Course

Hey guys, just want to ask about your recommendation on courses for the .Net core platform. I am looking for a course that will cover async programming, and memory management in the application. Do you have any recommendations or any good courses worth picking up? Please let me know any help will be welcome.
1 Reply
Larsa
Larsa4mo ago
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.
Microsoft
Blazor Tutorial | Build your first app
Step-by-step instructions for building your first Blazor app. Develop with free tools for Linux, macOS, and Windows.