Learning Path Details

ASP.NET Core from Start to Finish from Tim Corey


Description:

Formerly called "Getting Started with ASP.NET Core", this course covers the similarities and differences between the different ASP.NET project types by building the same application in each project type.

Key Takeaways:

We learn the similarities, common features, and differences between each ASP.NET project type, and get advice about mixing types, and what to think about when selecting a project type for a new project.

Technologies Learned:

  • .NET;
  • .NET Core;
  • ASP.NET;
  • ASP.NET Core Model-View-Controller Web Application;
  • ASP.NET Core Razor Pages Web Application;
  • ASP.NET Core Web API;
  • Blazer Server Application;
  • Blazor WebAssembly Standalone Application;
  • C#;
  • SQL Server Database Project;

This learning resource was completed on 2/3/2022.

Back to List