1.

Discuss a few necessary namespaces used in ASP.NET MVC.

Answer»

Few significant namespaces that are used in ASP.NET MVC applications are:

  • System.WEB.Mvc: It includes classes and interfaces that support the MVC pattern for Web applications in ASP.NET. It also has classes that represent controller factories, views, partial views, controllers, model binders, and ACTION results.
  • System.Web.Mvc.AJAX: It consists of classes that support Ajax scripting within an application in ASP.NET MVC.
  • System.Web.Mvc.Html: It consists of classes that help to RENDER HTML controls in an ASP.NET MVC application. Also, it has classes that will support partial views, validation, forms, LINKS, and input controls.


Discussion

No Comment Found