Recent Posts

Routes And Controllers In ASP.NET MVC

2 minute read

Let’s consider a url http://localhost/home/about . How does it work in an MVC application? How does it deliver a request? Yes, routing engine is responsible ...