Model View Controller (MVC) Question:

Download Job Interview Questions and Answers PDF

What is the significance of ASP.NET routing?

MVC Interview Question
MVC Interview Question

Answer:

ASP.NET MVC uses ASP.NET routing, to map incoming browser requests to controller action methods. ASP.NET Routing makes use of route table. Route table is created when your web application first starts. The route table is present in the Global.asax file.

Download MVC Interview Questions And Answers PDF

Previous QuestionNext Question
What is the significance of NonActionAttribute?What are the 3 segments of the default route, that is present in an ASP.NET MVC application?