.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.