Search results for mvc .net



This questions tests your hands on experience with Razor View Engine - the new View Engine in ASP.NET MVC 3 framework. The answer is to use parenthe ...
Answer The solution is in depended from MVC.NET framework and universal across server-side technologies. Most modern AJAX applications utilize XmlH ...
Answer: ASP.NET MVC namespaces and classes are located in the System.Web.Mvc assembly. System.Web.Mvc namespace Contains classes and interfaces that ...
Repository pattern is usefult for decoupling entity operations form presentation, which allows easy mocking and unit testing. “The Repository will ...
Answer: Exclude take comma separated list, so your attribute to exclude ID and Name would look like following: [Bind(Exclude="ID,Name")] ...
ContentResult EmptyResult FileResult FileContentResult FilePathResult FileStreamResult HttpUnauthorizedResult JavaScriptResult JsonResult Redi ...
You should include System.Web.Mvc namespace which contains classes/interfaces that support the ASP.NET Model View Controller (MVC) framework for creat ...
MVC - Model View Controller MVP - Model View Presenter The main difference between the two is how the manager (controller or presenter) behaves in ...