ASP .NET Core Resources

Looking for my for my blog home? Here: https://wakeupandcode.com

< Back to Dev Resources

ASP .NET Core Roadmaps:

Tutorials on Docs site:

 

Workshops on Github:

ASP .NET Core 2.1: 

ASP.NET Core For Beginners

Are you completely new to .NET? No problem! Here’s a half day workshop for developers who have no experience with .NET Core or ASP.NET ASP.NET. We’ll start with the basics and build up to a movie database website with search.

ASP.NET Core App Workshop

In this workshop, you’ll learn by building a full-featured ASP.NET Core application from scratch. We’ll start from File/ New and build up to an API back-end application, a web front-end application, and a common library for shared data transfer objects using .NET Standard.

.NET Core Workshop

Are you ready to get started with .NET Core? This one day workshop covers the basics, then digs into web development with ASP.NET Core, .NET Standard, porting from .NET Framework, and containers.

ASP.NET Core Authentication Workshop

A workshop for moving through the various new pieces in ASP.NET Core Authentication.

ASP.NET Core Overview Workshop

This ASP.NET Core workshop is broken down by topics: middleware, front-end, etc.

Labs & Slides from OdeToCode

  • classes/aspnetcore: https://github.com/OdeToCode/classes/tree/master/aspnetcore
  • Labs: https://github.com/OdeToCode/classes/tree/master/aspnetcore/labs
  • Slides: https://github.com/OdeToCode/classes/tree/master/aspnetcore/slides

Blazor:

Entity Framework:

Azure AD B2C for ASP .NET Core

 

Other References:

  • Areas in Razor Pages: https://www.mikesdotnetting.com/article/324/areas-in-razor-pages

Architecture:

Microsoft Learn