Murachs ASP.NET 2.0 with C# 2005
An introduction to ASP.NET web programming
This chapter gives you the background you need to start writing ASP.NET 2.0 web applications of your own. So youll find out how web applications work, what software you need to develop them, and how the HTML code for a web form is coordinated with the C# code that makes the web form work the way you want it to.
|
|
|
|
Two pages of a Shopping Cart application |
4 |
|
The hardware and software components
for web applications |
6 |
|
How static web pages work |
8 |
|
How dynamic web pages work |
10 |
|
How state is handled in ASP.NET
applications |
12 |
|
|
The software you need |
14 |
|
The components of the .NET Framework |
16 |
|
Three environments for developing
ASP.NET applications |
18 |
|
|
The files used by the Shopping
Cart application |
20 |
|
The aspx code for the Order form |
22 |
|
The C# code for the
Order form |
24 |
|
How an ASP.NET application is
compiled and run |
26 |
|
 |
|
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights reserved.
|