ASP.NET MVC Interview questions


Total available count: 28
Subject - Microsoft Technologies
Subsubject - ASP.NET MVC

What are areas?

Areas enable to create module based controllers in an MVC application and the same can be mentioned in the Route.Config to route to particular area and controller.




Next 5 interview question(s)

1
What are Data Annotations?
2
What is the difference between model and view model?
3
How many types of filters are there in MVC?
4
What is the difference between ActionResult and ViewResult?
5
What are filters?