Quantcast
Channel: Steve Gordon
Viewing all articles
Browse latest Browse all 170

ASP.NET Core Anatomy – How does UseStartup work?

$
0
0

I was recently explaining to someone the basics of the program flow for an ASP.NET Core application. One of the things included in the templates for ASP.NET Core and used very often is the UseStartup<T> extension method on the IWebHostBuilder. This gets called from our Program.cs when initialising the application. UseStartup allows us to set […]

The post ASP.NET Core Anatomy – How does UseStartup work? appeared first on Steve Gordon.


ASP.NET Core Anatomy – How does UseStartup work? was first posted on February 1, 2018 at 1:22 pm.
©2017 "Steve Gordon's Blog". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at sgordon@hotmail.co.uk

Viewing all articles
Browse latest Browse all 170

Trending Articles