Understanding ASP.NET Core 2.x
The introduction of ASP.NET Core is a game changer for .NET web developers, and ASP.NET Core 2 contains more excellent and significant changes. This course will get you ready to start building applications with version 2 of this marvelous framework.
What you'll learn
Understanding ASP.NET Core 2.x is suitable for developers that are new to ASP.NET Core, as well as for those who have worked with earlier versions. In this course, Understanding ASP.NET Core 2.x, you'll be provided with everything you need to know in order to build ASP.NET Core 2 applications. First, you'll explore the csproj project structure, while you setup the pipeline with middleware and configure dependency injection. Next, you'll learn about NuGET, NPM and Bower packages, task runners, as well as the light-up feature. Then, you'll delve into environments, controllers, tag helpers, application settings, and view components in action. Additionally, you'll discover how to create a REST based Web API, along with exploring how .NET Core works with .NET Standard, CoreFX and CoreCLR, and the DotNet CLI (.NET CLI). Finally, you'll deploy to IIS, Azure Web Apps, and Linux using a self-contained or framework-dependent deployment. By the end of this course, you'll have the necessary skills and knowledge to confidently build ASP.NET Core 2 applications.
Table of contents
- About This Course 3m
- Starting a New Project 1m
- The Project File 3m
- wwwroot 1m
- The Meta Package 3m
- The Main Method 4m
- Dependency Injection 2m
- The Startup Class: ConfigureServices 5m
- Unit Testing 1m
- The Startup Class: Configure 6m
- Middleware 2m
- A Closer Look at Middleware 2m
- launchsettings.json 2m
- Summary 1m
- Module Overview 1m
- Framework-dependent and Self-contained Deployments Differences 3m
- Framework-dependent Deployment 2m
- The Runtime Store 3m
- Self-contained Deployment 4m
- Rolling Out to a Platform 1m
- Deploying to IIS 3m
- Configuring IIS 2m
- Deploying to Microsoft Azure App Services 2m
- Deploying to Linux 1m
- Running with Nginx 2m
- Summary 1m