Learning Path Details

Getting Started with .NET Core from Tim Corey


Description:

This course covers how to use .NET Core, how to build it, and what to look for when creating a new application. The ability of .NET Core for cross-platform development is also covered.

Key Takeaways:

We learn the key differences and project types in .NET Core, with a focus on web application projects.

Technologies Learned:

  • .NET Core;
  • .NET Core 2.2;
  • .NET Core 3.1;
  • Adding Authentication from the start;
  • Adding Authentication to existing project;
  • ASP.NET Core Web API;
  • ASP.NET Core Web Application (Model-View-Controller);
  • ASP.NET Core Web Application (Razor Pages);
  • Authentication;
  • C#;
  • Console Application;
  • Cookie Policy Configuration;
  • Displaying Data;
  • HTTPS;
  • Multi-POST Handlers;
  • Overriding Authentication Pages;
  • Tag Helpers;
  • Working with Forms;

This learning resource was completed on 1/11/2022.

Back to List