Tuesday, January 14, 2014

C# MVC Interview Questions


  • what is the vital difference between standard aspx requests and MVC requests?
  • does mvc correspond to 3-tier architecture?
  • why would a route need the following:
  • when does the routing table get initiated?(application start event)
  • what is the purpose of areas?
  • can an mvc application have plain asp.net pages?
  • can you use httpModules in MVC? 

No comments:

Post a Comment