Episode
Hosting model for .NET APIs (Part 2 of 8) | Backend Web Development with .NET for Beginners
with Safia Abdalla
This video introduces the minimal hosting models of web APIs in ASP.NET Core. In this video, Safia creates a new ASP.NET Core project template in Visual Studio Code (VS Code) then explores this new app's configuration in the Program.cs file. Program.cs will launch a host that's responsible for starting the application, configuring an underlying HTTP server, and setting up the pipeline for processing requests and responses over HTTP.
Chapters
- 00:00 - Intro
- 00:25 - Create a new ASP.NET Core project in VS Code
- 00:56 - View ASP.NET Core configuration in Program.cs
- 02:28 - Outro
Related episodes
This video introduces the minimal hosting models of web APIs in ASP.NET Core. In this video, Safia creates a new ASP.NET Core project template in Visual Studio Code (VS Code) then explores this new app's configuration in the Program.cs file. Program.cs will launch a host that's responsible for starting the application, configuring an underlying HTTP server, and setting up the pipeline for processing requests and responses over HTTP.
Chapters
- 00:00 - Intro
- 00:25 - Create a new ASP.NET Core project in VS Code
- 00:56 - View ASP.NET Core configuration in Program.cs
- 02:28 - Outro
Related episodes
Have feedback? Submit an issue here.