Wednesday, 11 July 2012

ASP.NET Introduction

ASP.NET has been designed to work seamlessly with WYSIWYG HTML editors and other programming tools, including Microsoft Visual Studio .NET. Not only does this make Web development easier, but it also provides all the benefits that these tools have to offer, including a GUI that developers can use to drop server controls onto a Web page and fully integrated debugging support.

ASP.NET is a development framework for building web pages and web sites with HTML, CSS, JavaScript and server scripting. 

ASP.NET supports three different development models:-



1. Web Pages


Simplest ASP.NET model. Similar to PHP and classic ASP. Built-in templates and helpers for database, video, graphics, social media and more.


2. MVC (Model View Controller)


MVC separates web applications into 3 different components:-
I.   Models for data
II.  Views for display
III. Controllers for input


3.Web Forms


The traditional ASP.NET event driven development model:-
Web pages with added server controls, server events, and server code.

No comments:

Post a Comment