.tabs-outer { overflow: hidden; position: relative; }

Friday, August 29, 2014

Web Forms vs. MVC

Hello Folks,

In the world of web application development, we can develop web applications using various technologies. ASP.NET is one among many.
Again in ASP.NET, we have two ways to develop web applications, WEB Forms and MVC. These two methods are there on top of Microsoft .NET Framework and have all of its features.
           
Fig 1: Web Application Development

Recently, a lot of discussions are going on whether Microsoft's relatively new Model View Controller (MVC) technology will replace .NET Web Forms as the superior web application development technology. Before deciding which one is better, lets have a glance at following points.

»ASP.NET Web Forms Quick Review                     
  1.  ASP.NET Web Forms for Web Development
  2. ASP.NET Web Forms-Development characteristics
  3. ASP.NET Web Forms-Major disadvantages
»Introduction to MVC
  1. Design Pattern
  2. MVC Control Flow
  3. Driving Goals of MVC
  4. Benefits of MVC
ASP.NET Web Forms Quick Review
Introduction to MVC 
Conclusion

Hope this helps, Happy Coding.!!
Please do like, If you find this post insightful.

Thanks,
Ram 

No comments:

Post a Comment