Interview Questions
Interview Questions
ASP.NET MVC
1. Explain the MVC architecture.
2. What are Action Filters, and how are they used?
3. What is TempData, ViewData, and ViewBag? How do they differ?
4. What are Areas in ASP.NET MVC?
5. Explain the Routing Mechanism in ASP.NET MVC.
6. What is the difference between HtmlHelpers and TagHelpers?
7. What is a Partial View? How is it different from Layout?
8. Explain Model Binding in ASP.NET MVC.
9. What are Strongly Typed Views?
10. What is the difference between Asynchronous and Synchronous controllers?