ASP.NET Web Forms Tutorial

2012 年 9 月 14 日6470

ASP.NET Web Forms - Tutorial

« Previous

Next Chapter »

ASP.NET

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:
Web Pages, MVC (Model View Controller), and Web Forms.

THIS TUTORIAL COVERS WEB FORMS

Web Pages

MVC

Web Forms

ASP.NET Framework


What is Web Forms?

Web Forms is one of the 3 programming models for creating ASP.NET web sites and
web applications.

The other two programming models are Web Pages and MVC (Model, View,
Controller).

Web Forms is the oldest ASP.NET programming model, with event driven web pages written as a combination of HTML, server controls, and
server code.

Web Forms are compiled and executed on the server, which generates
the HTML that displays the web pages.

Web Forms comes with hundreds of different web controls and web components to
build user-driven web sites with data access.


Where to Start?

Many developers like to start learning a new technology by looking
at working examples.

If you want to take a look at a working Web Forms examples, follow the
ASP.NET Web Forms Demo.


Visual Web Developer (VWD)

Visual Web Developer is a free development tool, tailor made for Web Forms (and
MVC).

Visual Web Developer contains:

You should install Visual Web Developer, to get the full benefits from this
tutorial.

If you want to install VWD, go to the chapter
ASP.NET Web Forms Demo.


ASP.NET References

At the end of this tutorial you will find a complete ASP.NET reference with objects,
components, properties and methods.

ASP.NET Reference

« Previous

Next Chapter »


Your suggestion:

Close [X]

Thank you for your support.

Close [X]

0 0