Monday, June 18, 2012

asp .net : three different development models

Web Pages Single Pages Model Simplest ASP.NET model. Similar to PHP and classic ASP. Built-in templates and helpers for database, video, graphics, social media and more. MVC Model View Controller MVC separates web applications into 3 different components: Models for data Views for display Controllers for input Web Forms Event Driven Model The traditional ASP.NET event driven development model: Web pages with added server controls, server events, and server code. Visual Web Developer Development tool tailor made for MVC and Web Forms ASP.NET Framework .NET is a framework for developing virtually any type of computer application. The ASP.NET framework is the part of .NET designed for creating web applications.

No comments:

Post a Comment