⟩ Where are the routing rules defined in an asp.net MVC application?
In Application_Start event in Global.asax
In Application_Start event in Global.asax
What is the role of a controller in an MVC application?
Name a few different return types of a controller action method?
Is it possible to unit test an MVC application without running the controllers in an ASP.NET process?
What are the advantages of ASP.NET MVC?
Is it possible to share a view across multiple controllers?
What is the greatest advantage of using asp.net mvc over asp.net webforms?
What are sections?
What does Model, View and Controller represent in an MVC application?
What are the file extensions for razor views?
How do you handle variable number of segments in a route definition?