QUESTION 2: Could you compare ASP vs ASP.NET? Show Answer .NETASP.NET MVCASP.NET WebAPIASP.NET WebForms Unknown
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 Unknown
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 Unknown
QUESTION 8: What is the difference between "HTML.TextBox" vs "HTML.TextBoxFor"? Show Answer ASP.NET MVC Unknown
QUESTION 11: Can we map multiple URL’s to the same action? Show Answer .NETASP.NET MVCASP.NET WebAPI Unknown
QUESTION 12: Explain attribute based routing in MVC. Show Answer .NETASP.NET MVCASP.NET WebAPI Unknown
QUESTION 13: What is the advantage of defining route structures in the code? Show Answer .NETASP.NET MVCASP.NET WebForms Unknown
QUESTION 14: How can we navigate from one view to another using a hyperlink? Show Answer .NETASP.NET MVC Unknown
QUESTION 15: How can we restrict MVC actions to be invoked only by GET or POST? Show Answer .NETASP.NET MVCASP.NET WebAPI Unknown
QUESTION 17: What is the difference between TempData, ViewData, and ViewBag? Show Answer .NETASP.NET MVC Unknown
QUESTION 40: With WCF you can implement REST, so why WebAPI? Show Answer .NETArchitectureASP.NET WebAPIHTTP protocolWeb services Unknown
QUESTION 41: How can we detect that an MVC controller is called by POST or GET? Show Answer .NETASP.NET MVCASP.NET WebAPI Unknown
QUESTION 46: How do yoyu implement minification in ASP.NET MVC application? Show Answer ASP.NET MVC Unknown
QUESTION 53: How can we do exception handling in MVC? Show Answer .NETASP.NET MVCASP.NET WebAPIC# Unknown
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# Unknown
QUESTION 60: What is Dependency Injection in MVC? Show Answer .NETASP.NET MVCASP.NET WebAPIC# Unknown
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# Unknown