-
Course
- Core Tech
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 | 15s
- About This Course | 2m 32s
- Starting a New Project | 1m 50s
- The Project File | 1m 49s
- The Main Method | 2m 12s
- Dependency Injection | 2m 54s
- Configuring Dependency Injection with the ConfigureServices Method | 3m 2s
- Configuring the Pipeline with the Configure Method | 1m 45s
- Routing | 4m 51s
- Adding Middleware | 1m 14s
- Launch Profiles | 1m 41s
- Environments | 2m 25s
- The wwwroot Folder | 1m 8s
- Summary | 1m 2s
About the author
Roland is a Microsoft MVP enjoying a constant curiosity around new techniques in software development. His focus is on all things .Net and browser technologies.
More Courses by Roland