W3Schools C# Tutorial – https://www.w3schools.com/cs/
(Beginner-friendly overview: syntax, variables, OOP, LINQ, async)
Microsoft C# Docs – https://learn.microsoft.com/en-us/dotnet/csharp/
(Official documentation, advanced features, latest language versions)
DotNetPerls (C# Examples) – https://www.dotnetperls.com/
(Quick code examples for everyday use)
W3Schools Blazor Tutorial – https://www.w3schools.com/asp/razor_blazor_intro.php
(Covers basics of Blazor, components, and Razor syntax)
Microsoft Blazor Docs – https://learn.microsoft.com/en-us/aspnet/core/blazor/
(Comprehensive reference: lifecycle, forms, routing, security)
Blazor University (Free Online Resource) – https://blazor-university.com/
(Great step-by-step tutorials beyond the basics)
ASP.NET Core Blazor Tutorial (by Microsoft Learn) – https://learn.microsoft.com/en-us/training/paths/build-web-apps-with-blazor/
(Free structured learning path with exercises)
W3Schools EF Tutorial (older EF, still useful) – https://www.w3schools.com/asp/ef_intro.php
Microsoft EF Core Docs – https://learn.microsoft.com/en-us/ef/core/
(Official docs: DbContext, LINQ, migrations, relationships)
EF Core Tutorial (independent site) – https://www.entityframeworktutorial.net/efcore/entity-framework-core.aspx
(Hands-on guide with code examples)
TutorialsTeacher EF Core – https://www.tutorialsteacher.com/core/ef-core
(Beginner-friendly explanations + code snippets)