Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




30 important ASP.NET MVC interview question

Thesequestionare taken from the book .NET interview question book latest edition written by Shivprasadkoirala and published by BPB publications.

What is MVC?

Can you explain the complete flow of MVC?

Is MVC suitable for both windows and web application?

What are the benefits of using MVC?

Is MVC different from a 3 layered architecture?

What is the latest version of MVC?

What is the difference between each version of MVC?

What are routing in MVC?

Where is the route mapping code written?

Can we map multiple URL’s to the same action?

How can we navigate from one view to other view using hyperlink?

How can we restrict MVC actions to be invoked only by GET or POST?

How can we maintain session in MVC?

What is the difference between tempdata ,viewdata and viewbag?

What are partial views in MVC?

How did you create partial view and consume the same?

How can we do validations in MVC?

Can we display all errors in one go?

What are the other data annotation attributes for validation in MVC?

How can we enable data annotation validation on client side?

What is razor in MVC?

Why razor when we already had ASPX?

So which is a better fit Razor or ASPX?

How can you do authentication and authorization in MVC?

How to implement windows authentication for MVC?

How do you implement forms authentication in MVC?

How to implement Ajax in MVC?

What kind of events can be tracked in AJAX ?

What is the difference between “ActionResult” and “ViewResult”?

What are the different types of results in MVC?

What are “ActionFilters” in MVC?

What are different types of Action filters ?

What are display modes ?

How many display modes exists in MVC ?

Can we create our custom view engine using MVC?

How to send result back in JSON format in MVC?

What is “WebAPI”?

But WCF SOAP also does the same thing, so how does “WebAPI” differ?

With WCF also you can implement REST,So why "WebAPI"?

How to implement “WebAPI” in MVC?

Below are some references for c# and .NET interview questions. Remember MVC is a small part we should be able to also answer questions around c#, .NET, SQL Server and ADO.NET sections as well.:-

·         1000 c# interview question site , awesome collection.

·        This is a paid site which has collection of .NET interview question as well as answers worth of every penny.

·         20 great SQL Server interview questions and answers in codeproject.com

·         25 important WCF interview questions a must read if you have a job profile for WCF.

·         Also see 20 minutes of MVC ( Model view controller ) interview questions and answer videos from youtube.com 

<iframe width="560" height="315" src="http://www.youtube.com/embed/KAKxm4eQP24" frameborder="0" allowfullscreen></iframe>

Helpful Website Url
http://http://www.questpond.com/
Share this article   |    Print    |    Article read by 4760 times
Author:
Shivprasad koirala Koirala
I am a Microsoft MVP for ASP/ASP.NET and currently a CEO of a small E-learning company in India. We are very much active in making training videos , writing books and corporate trainings. Do visit my site http://www.questpond.com for .NET, C# , design pattern , WCF , Silverlight , LINQ , ASP.NET , ADO.NET , Sharepoint , UML , SQL Server training and Interview questions and answers
Related Articles:
Related Interview Questions: