This post acts as an index of the various ASP.NET Core anatomy posts I have written. Each of these deeps dives into the ASP.NET Core code base to understand how the internals work.
- Part 1 – What happens when the AddMvcCore extension is called?
- Part 2 – What happens when the AddMvc extension is called?
- Part 3 – What happens when the UseMvc is called to add the MVC middleware to our application?
- Part 4 – How is the MVC middleware pipeline is invoked?
- Part 5 – What happens when the UseStartup extension on the WebHostBuilder is called?
Have you enjoyed this post and found it useful? If so, please consider supporting me: