XRM

Other Offerings

ASP .Net

The ASP.NET MVC framework is a testable, extremely light presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication...

image 

The Model-View-Controller (MVC) is an architectural pattern which separates an application into three main components: the model, the view, and the controller. The Microsoft ASP.NET MVC framework is an alternative to the hugely popular and successful framework of ASP.NET Web Forms for creating Web applications. The ASP.NET MVC framework is a testable, extremely light presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication. The MVC framework is defined in the System.Web.Mvc assembly.


Advantages of ASP.net MVC :

  • MVC Framework is built upon a proven MVC design-pattern. Hence, this is not a new born baby.
  • It tries to mimic the "stateless" nature of the web. One big advantage is that unnecessary Session object usage is minimized. URL is the main driver that helps in data maintenance.
  • The greatest drawback in ASP.NET is size of controls and view state. View state stores all the data rendered and final HTML. If this information gets too large the application becomes extremely slow on network connection with low bandwidth, fortunately state concept in MVC framework has been completely eliminated.
  • Support multiple views.
  • Support unit testing as a part of Visual Studio.
Interested in our services? Still not sure about project details? get a quote