MVC Developer Question:

Download Job Interview Questions and Answers PDF

Tell me where is the route mapping code written?

MVC Developer Interview Question
MVC Developer Interview Question

Answer:

The route mapping code is written in "RouteConfig.cs" file and registered using "global.asax" application start event.

Download MVC Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me in which assembly is the MVC framework is defined?Tell me is it possible to share a view across multiple controllers?