Getting Started With ASP.NET
A set of short videos to understand the basic landscape of an ASP.NET. Application.
ASP.NET is the heart of web applications in the .NET ecosystem. ASP.NET is the foundation to web frameworks like Razor Pages, ASP.NET MVC, Microservices, and more.
These videos will give us an overview of a solution and go over the tent poles of an ASP.NET project.
Start A New ASP.NET Web Application
Starting an ASP.NET Project in under a few minutes.
Startup Class Walkthrough
The beginning of all ASP.NET applications.
Dependency Injection and ConfigureServices
Registering ASP.NET services and instances.
Request Pipeline
Configuring our HTTP handlers in Startup.
ASP.NET Routing
Defining endpoints and URI path handlers.