ASP.NET Core 2.0: The Startup Class



ASP.NET Core 2.0: The Startup Class

ASP.NET Core 2.0: The Startup Class

In this video we’ll look at how the Startup class convention can be used in ASP.NET Core to further configure an application. This class can be used by the WebHostBuilder by calling the UseStartup method. It provides methods to register services with the dependency injection (DI) framework as well as to configure the middleware pipeline for an application.

Links:

My Blog: https://www.stevejgordon.co.uk

Comments are closed.