QUESTION 2: Could you compare ASP vs ASP.NET? Show Answer .NETASP.NET MVCASP.NET WebAPIASP.NET WebForms Senior
QUESTION 3: We have a form with 5 textboxes in our ASP.NET MVC application. Could you describe me what would you do if I asked you to add a drop down list with states to the form? Show Answer ASP.NET MVC Junior
QUESTION 5: Could you tell me what happens when you submit the form? Describe the technical perspective - data flows and so on. Show Answer HTTP protocol Mid-level
QUESTION 8: What is the difference between "HTML.TextBox" vs "HTML.TextBoxFor"? Show Answer ASP.NET MVC Junior
QUESTION 11: Can we map multiple URL’s to the same action? Show Answer .NETASP.NET MVCASP.NET WebAPI Mid-level
QUESTION 12: Explain attribute based routing in MVC. Show Answer .NETASP.NET MVCASP.NET WebAPI Mid-level
QUESTION 13: What is the advantage of defining route structures in the code? Show Answer .NETASP.NET MVCASP.NET WebForms Mid-level
QUESTION 14: How can we navigate from one view to another using a hyperlink? Show Answer .NETASP.NET MVC Junior
QUESTION 15: How can we restrict MVC actions to be invoked only by GET or POST? Show Answer .NETASP.NET MVCASP.NET WebAPI Mid-level
QUESTION 17: What is the difference between TempData, ViewData, and ViewBag? Show Answer .NETASP.NET MVC Junior
QUESTION 29: How can you do authentication and authorization in MVC? Show Answer ASP.NET MVC Mid-level
QUESTION 40: With WCF you can implement REST, so why WebAPI? Show Answer .NETArchitectureASP.NET WebAPIHTTP protocolWeb services Mid-level
QUESTION 41: How can we detect that an MVC controller is called by POST or GET? Show Answer .NETASP.NET MVCASP.NET WebAPI Junior
QUESTION 46: How do yoyu implement minification in ASP.NET MVC application? Show Answer ASP.NET MVC Senior
QUESTION 53: How can we do exception handling in MVC? Show Answer .NETASP.NET MVCASP.NET WebAPIC# Mid-level
QUESTION 54: How can you handle multiple Submit buttons pointing to multiple actions in a single MVC view? Show Answer Unknown
QUESTION 56: What is Separation of Concerns in ASP.NET MVC? Show Answer .NETASP.NET MVCASP.NET WebAPIC# Mid-level
QUESTION 60: What is Dependency Injection in MVC? Show Answer .NETASP.NET MVCASP.NET WebAPIC# Mid-level
QUESTION 61: What is Attribute based routing in MVC and how to implement the same. Show Answer .NETASP.NET MVCASP.NET WebAPI Unknown
QUESTION 62: How to call an action method when it is defined in another assembly? Show Answer Unknown
QUESTION 63: What are the ways to pass data from view to controller in MVC? Show Answer .NETASP.NET MVCC# Junior