ASP.NET MVC Interview Questions -- Part 2
ASP.NET MVC Interview Questions -- Part 2
- Explain Bundle.Config in MVC.
- What is Route in MVC?
- Where is the route mapping code written?
- What is Default Route in MVC?
- How route table has been created in ASP.NET MVC?
- Which are the important namespaces used in MVC?
- In which assembly is the MVC framework is defined?
- What is ViewData?
- What is the difference between ViewBag and ViewData in MVC?
- What is the difference between Temp data, View, and View Bag?
- How can we pass the data From Controller To View In MVC?
- Explain using hyperlink how you can navigate from one view to other view?
- Explain TempData in MVC?
- What is Area in ASP.Net MVC?
- How we can register the Area in ASP.Net MVC?
- What are HTML Helpers in MVC?
- What is the difference between “HTML.TextBox” and “HTML.TextBoxFor”?
- What are AJAX Helpers in MVC?
- What are the Exception filters in MVC?
- How we can handle the exception at controller level in ASP.Net MVC?
- How can we do exception handling in MVC?
- What are the options can be configured in AJAX helpers?
- What is Layout in MVC?
- Explain Sections is MVC?
- Explain RenderSection in MVC?
- Explain RenderBody and RenderPage in MVC?
- What is ViewStart Page in MVC?
- Explain the methods used to render the views in MVC?
- What are the sub types of ActionResult?
- What is the difference between "ActionResult" and "ViewResult" ?
- What are Non Action methods in MVC?
- How to change the action name in MVC?
- Explain Peek method in Tempdata in ASP.Net MVC?
- Explain Keep method in Tempdata in ASP.Net MVC?
- How do you implement Forms authentication in MVC?
- What are Code Blocks in Views?
- What is Output Caching in MVC?
- What are the locations for Output Caching?
- How we can multiple submit buttons in ASP.Net MVC?
- What is the “HelperPage.IsAjax” Property?
- How we can call a JavaScript function on the change of a Dropdown List in MVC?
No comments:
Post a Comment