pdf.css
Google


ADBRITE ads links
You are here: CodeIdol > Ajax > Ajax with ASP.NET > page: 26 27 28 29 30 31 32 33 34 35 36


ASP.NET Development
ASP.NET is a set of web development technologies produced by Microsoft that is used to build dynamic
web sites, web applications, and XML-based web applications. ASP.NET is a part of the .NET framework
and allows developers to build applications in multiple languages, such as Visual Basic .NET, Jscript,
and C#.

Design Methodology
ASP.NET attempts to make the web development methodology like the graphical user interface (GUI)
development methodology by allowing developers to build pages made up of controls similar to a GUI.
A server control in ASP.NET functions similarly to GUI controls in other environments. Buttons, textboxes,
labels, and datagrids have properties that can be modified and expose events that may be processed.
The ASP.NET server controls know how to display their content in an HTML page just like GUI-based
user controls know how to display themselves in their GUI environment. An added benefit of ASP.NET
is that the properties and methods of the web server controls are similar, and in some cases the same as,
those of comparable controls in the Windows GUI/Winforms environment.

Problems ASP.NET Solves
Microsoft has released various web application development methodologies over the past 10 years.
Why do developers need ASP.NET? What problems does ASP.NET solve that the previous development
methodologies did not solve?

Web server along with various
databases and other resources.
Web browser Client
Full page
including form
elements,
viewstate,

images, and
such.
HTTP postback
with all form
elements,
viewstate, and
associated
data.
2
Chapter 1
You are here: CodeIdol > Ajax > Ajax with ASP.NET > page: 26 27 28 29 30 31 32 33 34 35 36
   
Related tags







Popular Categories
Unix books and guides
AJAX popular information
C# language guides
Windows books and cookbooks
.......






© CodeIdol Labs, 2007