Training
Certifications
Books
Special Offers
Community




 
Designing Microsoft® ASP.NET Applications
Author Douglas J. Reilly
Pages 432
Disk 1 Companion CD(s)
Level All Levels
Published 11/13/2001
ISBN 9780735613485
Price $39.99
To see this book's discounted price, select a reseller below.
 

More Information

About the Book
Table of Contents
Sample Chapter
Index
Related Series
Related Books
About the Author

Support: Book & CD

Rate this book
Barnes Noble Amazon Quantum Books

 


Chapter 4: ASP.NET Development 101



4  ASP.NET Development 101

Once you've decided that you need to create dynamic Web content (and you certainly will), your next decision is to choose the tools you'll use to develop it. In Chapter 1, you learned about some of the traditional options, such as the Common Gateway Interface (CGI), the Internet Server Application Programmers Interface (ISAPI), and Active Server Pages (ASP). ASP.NET is the newest tool for developing dynamic Web applications, and in this chapter, you'll find out what you need to know to start using it. ASP.NET development has much in common with traditional ASP development, but it also has many differences. Throughout the chapter, you'll see special notes that I've added to highlight the differences between ASP and ASP.NET for you ASP programming veterans.


Next



Last Updated: November 12, 2001
Top of Page