ASP.NET Core Workshop

June 12, 2019 ยท View on GitHub

This workshop covers various concepts of ASP.NET Core:

LabDescriptionPrerequisites
.NET Core SDKConvert a .NET Core Console Application into a ASP.NET Core Web Application.
MVC ApplicationsCreate an .NET Core MVC App and explore routing.
Startup, Hosting, and MiddlewareExplore the different configuration options available for a ASP.NET Core application.
Dependency Injections and Unit TestingUse Dependency Injection (DI) to register and resolve application services.
Building MiddlewareCreate a middleware pipline to set the current culture of a ASP.NET Core App.MVC Applications (optional)
Logging and DiagnosticsCreate logs, then filter them. Explore diagnostics middleware.MVC Applications
Razor Tag HelpersCreate a custom Tag Helper.
Single Page Applications (SPA)Experiment with hot module reloading with an ASP.NET Core Angular App..
Building a Single Page Application with AngularUsing what you've learned so far, build a simple application for managing a list of course attendees.All prior labs.
APIs with MVC CoreBuild a simple API with MVC Core.
Hosting & DeploymentDeploy your ASP.NET Core App to Azure.APIs with MVC Core

Getting Started

Installation