Friday 17 February 2017

MVC interview questions and answers



What are the 3 main components of an ASP.NET MVC application?

In which assembly is the MVC framework defined?

Is it possible to combine ASP.NET webforms and ASP.MVC and develop a single web application?

What does Model, View and Controller represent in an MVC application?

What is the greatest advantage of using asp.net mvc over asp.net webforms?

Which approach provides better support for test driven development - ASP.NET MVC or ASP.NET Webforms?

What are the advantages of ASP.NET MVC?

Is it possible to unit test an MVC application without running the controllers in an ASP.NET process?

Is it possible to share a view across multiple controllers?

What is the role of a controller in an MVC application?

Where are the routing rules defined in an asp.net MVC application?

Name a few different return types of a controller action method?

What is the significance of NonActionAttribute?

No comments:

Post a Comment