Understanding ASP.NET Core 3.x
If you’re looking to upgrade your knowledge to ASP.NET Core 3, then this course is for you. We also have you covered for versions of .NET beyond .NET Core 3 in the final module.
What you'll learn
This course, Understanding ASP.NET Core 3.x, uses a practical, demo-driven approach. You’ll get started by exploring the project structure, main method, and the startup class with the new endpoint routing. Next, you’ll examine topics such as client-side package management with Libman and NPM, MVC with tag helpers, view components and Razor pages and SignalR, a framework to create real-time web applications. The new Blazor is a single page application framework using just C#. You'll learn everything about that as well as how to create and consume REST and gRPC APIs. Finally you'll experience what .NET Core is, how to share code with .NET Standard and how to deploy your app using self-contained or framework deployments to IIS and Nginx. By the end of this course, you’ll be up to speed on all of the great features ASP.NET Core 3 has to offer and we'll take a look at what changed in subsequent versions of .NET as well.
Table of contents
- Version Check 0m
- About This Course 3m
- Starting a New Project 2m
- The Project File 2m
- The Main Method 2m
- Dependency Injection 3m
- Configuring Dependency Injection with the ConfigureServices Method 3m
- Configuring the Pipeline with the Configure Method 2m
- Routing 5m
- Adding Middleware 1m
- Launch Profiles 2m
- Environments 2m
- The wwwroot Folder 1m
- Summary 1m
- Module Overview 1m
- Moving to an Architecture Supporting APIs 2m
- Implementing a Web API 7m
- The [ApiController] Attribute 3m
- Content Negotiation 3m
- Examining Web API Output 2m
- Accessing a Web API from a .NET Application 5m
- Using Strongly Typed HttpClients 1m
- Understanding a gRPC Service 3m
- Writing the Proto File 4m
- Implementing a gRPC Service 3m
- Accessing a gRPC Service from a .NET Application 2m
- Summary 1m