How does ASP.NET Core processes a request?
In this post, I’ll explain how a request comes into the ASP.NET Core web server and how it returns a response to the browser. If you are aware of how ASP.NET Core processes a request, you can skip reading this article. The request cycle When the user tries to access the URL from a browser, … Read more