
ASP.NET Solutions - 23 Case Studies
Best Practices for Developers
Rick Leinecker(Author)
Addison Wesley (Publisher)
Published on 2. October 2003
Book
Paperback/Softback
912 pages
978-0-321-15965-6 (ISBN)
Description
For those students already familiar with the basics of ASP.NET, the book's case studies demonstrate how to build more than twenty different applications using various aspects of ASP.NET. Each chapter builds on those that came before, allowing readers to advance their programming skills by applying the technology to increasingly complex projects.
More details
Language
English
Place of publication
New Jersey
United States
Publishing group
Pearson Education (US)
Target group
Professional and scholarly
Dimensions
Height: 235 mm
Width: 178 mm
Thickness: 42 mm
Weight
1309 gr
ISBN-13
978-0-321-15965-6 (9780321159656)
Copyright in bibliographic data and cover images is held by Nielsen Book Services Limited or by the publishers or by their respective licensors: all rights reserved.
Schweitzer Classification
Person
Rick Leinecker is a veteran software developer who has written commercial software such as Perfect Checkmate and Bicycle Bridge. He has held a number of lead positions in major corporations, including senior software engineer in MCI's digital imaging division and senior software engineer at Landmark Communications. Rick has written numerous articles for magazines and Web sites such as www.developer.com and www.CodeGuru.com. He is also the author of Special Edition Using ASP.NET (Que, 2002) and The Visual C++ Bible (Hungry Minds, 1998).
0321159659AB06242003
0321159659AB06242003
Content
Preface.
Acknowledgments.
About the Author.
1. Getting Started with .NET.
Common Language Runtime.
BCL.
Assemblies.
.NET Languages.
ASP.NET.
ADO.NET.
Summary.
2. Effective Web Forms: Creating a Resume Application.
Web Form Controls.
Web User Controls.
Page Execution Sequence.
Data Validation.
The Resume Application.
Extending and Modifying the Resume Application.
Deploying the Resume Application.
Summary.
3. Effective Use of ADO.NET: Creating a Survey Application.
ADO.NET Overview.
The Survey Application.
Extending and Modifying the Survey Application.
Deploying the Survey Application.
Summary.
4. Using ADO.NET: Creating a Technical Support Application.
Ad Hoc Queries.
The DataAdapter and DataSet Objects.
The Cache API.
The HelpDesk Application.
Extending and Modifying the HelpDesk Application.
Deploying the HelpDesk Application.
Summary.
5. Databound Controls: Building a Scheduling Application.
Databound Controls.
Schedule Application.
Deployment and Customization.
Summary.
6. The Microsoft Forum Application.
Using Embedded Server Controls in Iterative Databound Controls.
The Database.
The Repeater Demo.
The DataList Demo.
The DataGrid Demo.
Summary.
7. Using Session State: Building a Classifieds Application.
Using Application and Session Variables.
Synchronization.
Using the Cache Object.
The Classifieds Application.
Summary.
8. Creating Custom Server Controls: Building an Online Store.
Home Page.
The Store Database.
Server Controls.
Product List Page.
Product Detail Page.
Review and Add Page.
Search Results Page.
Shopping Cart Page.
Summary.
9. Using XML: Creating a Guest Book Application.
.NET XML Architecture.
XmlTextReader.
XmlTextWriter.
XslTransform.
Writing a Guest Book Application.
Summary.
10. Dynamic Charts and Graphs.
Dynamic Images.
Getting Started with Dynamic Images in ASP.NET.
The Graph2D Class.
Using the Graph2D Class.
Enhancing the Graph2D Class.
Summary.
11. Animated Banners.
Anatomy of a GIF Image.
The AnimatedGif Class.
Using the AnimatedGif Class.
Summary.
12 Using NT Services: An Ad Banner Management.
Application.
The BannerBuddy Application.
Writing and Deploying Windows Services in .NET.
Summary.
13. Effective Use of the .NET Networking Classes.
Using the Dns Class.
Using the WebClient Class.
Using the WebRequest and WebResponse Classes.
Using the WebProxy Class.
NTLM Authentication.
SSL Communication.
Posting Data.
System.Net Errors.
Summary.
14. Effective Use of Networking and Regular Expressions: Mining Data.
Regular Expressions.
Example Programs That Use Regular Expressions.
Web Services Overview.
SOAP.
Discovery.
Creating Web Services.
Consuming Web Services.
Web Service Security.
Web Service Transactions.
Data Scraping Web Services.
Summary.
15. Server Controls and HttpModules: Creating a Feedback Tracking Module.
Custom Server Controls.
The Comment Tracking Control.
HttpModules.
Adding Comment Tracking Automatically.
Deploying the Application.
Summary.
16. Converting Data to Charts: Displaying Data.
The DataToGraph Application.
Using the Graph2D Class.
The DataToGraph Code.
Deploying the Application.
Extending the Application.
Summary.
17. Using Dynamic JavaScript: Creating a Personal Idea Organizer.
Dynamically Creating JavaScript in ASP.NET.
The BrainStormer Application.
Accepting User Uploads in ASP.NET.
Summary.
18. The IBuySpy Portal Application.
Application Architecture.
Administering the Portal.
Effective Use of Style Sheets.
Enhancing and Extending the Portal.
Summary.
19. Editing HTML: Creating an HTML Editing Server Control.
Editing HTML with a Web Browser.
Implementing an HTML Editor as a Server Control.
Using the HTML Editor Server Control.
Summary.
20 Creating an Online Training Application.
The VideoPresentations Architecture.
The Notable JavaScript.
Server Multimedia Basics.
The VideoPresentations Class.
The Demonstration Application.
Summary.
21. Speech-Enabling Web Applications.
Getting Started.
The SpeechVB Application.
Summary.
22. Uploading Content: Building a File Repository Application.
The Main Menu.
The Manage Files Page.
The Edit Files Page.
The Delete Group Page.
The Add File Page.
The Search Page.
The Show Group Page.
The Edit Profile Page.
Summary.
23. Effective Use of GDI+: Creating a Certificates Program.
The Member Variables and Properties.
Creating the Certificate.
Initializing the Default.aspx User Interface Objects.
Instantiating and Using the Certificate Class.
Responding to User Interaction.
Summary.
24. Monitoring Servers: Using WMI and Performance Monitor.
Windows Management Instrumentation.
Performance Monitor.
The ServerMonitor Demo Program.
Summary.
Index. 0321159659T09182003
Acknowledgments.
About the Author.
1. Getting Started with .NET.
Common Language Runtime.
BCL.
Assemblies.
.NET Languages.
ASP.NET.
ADO.NET.
Summary.
2. Effective Web Forms: Creating a Resume Application.
Web Form Controls.
Web User Controls.
Page Execution Sequence.
Data Validation.
The Resume Application.
Extending and Modifying the Resume Application.
Deploying the Resume Application.
Summary.
3. Effective Use of ADO.NET: Creating a Survey Application.
ADO.NET Overview.
The Survey Application.
Extending and Modifying the Survey Application.
Deploying the Survey Application.
Summary.
4. Using ADO.NET: Creating a Technical Support Application.
Ad Hoc Queries.
The DataAdapter and DataSet Objects.
The Cache API.
The HelpDesk Application.
Extending and Modifying the HelpDesk Application.
Deploying the HelpDesk Application.
Summary.
5. Databound Controls: Building a Scheduling Application.
Databound Controls.
Schedule Application.
Deployment and Customization.
Summary.
6. The Microsoft Forum Application.
Using Embedded Server Controls in Iterative Databound Controls.
The Database.
The Repeater Demo.
The DataList Demo.
The DataGrid Demo.
Summary.
7. Using Session State: Building a Classifieds Application.
Using Application and Session Variables.
Synchronization.
Using the Cache Object.
The Classifieds Application.
Summary.
8. Creating Custom Server Controls: Building an Online Store.
Home Page.
The Store Database.
Server Controls.
Product List Page.
Product Detail Page.
Review and Add Page.
Search Results Page.
Shopping Cart Page.
Summary.
9. Using XML: Creating a Guest Book Application.
.NET XML Architecture.
XmlTextReader.
XmlTextWriter.
XslTransform.
Writing a Guest Book Application.
Summary.
10. Dynamic Charts and Graphs.
Dynamic Images.
Getting Started with Dynamic Images in ASP.NET.
The Graph2D Class.
Using the Graph2D Class.
Enhancing the Graph2D Class.
Summary.
11. Animated Banners.
Anatomy of a GIF Image.
The AnimatedGif Class.
Using the AnimatedGif Class.
Summary.
12 Using NT Services: An Ad Banner Management.
Application.
The BannerBuddy Application.
Writing and Deploying Windows Services in .NET.
Summary.
13. Effective Use of the .NET Networking Classes.
Using the Dns Class.
Using the WebClient Class.
Using the WebRequest and WebResponse Classes.
Using the WebProxy Class.
NTLM Authentication.
SSL Communication.
Posting Data.
System.Net Errors.
Summary.
14. Effective Use of Networking and Regular Expressions: Mining Data.
Regular Expressions.
Example Programs That Use Regular Expressions.
Web Services Overview.
SOAP.
Discovery.
Creating Web Services.
Consuming Web Services.
Web Service Security.
Web Service Transactions.
Data Scraping Web Services.
Summary.
15. Server Controls and HttpModules: Creating a Feedback Tracking Module.
Custom Server Controls.
The Comment Tracking Control.
HttpModules.
Adding Comment Tracking Automatically.
Deploying the Application.
Summary.
16. Converting Data to Charts: Displaying Data.
The DataToGraph Application.
Using the Graph2D Class.
The DataToGraph Code.
Deploying the Application.
Extending the Application.
Summary.
17. Using Dynamic JavaScript: Creating a Personal Idea Organizer.
Dynamically Creating JavaScript in ASP.NET.
The BrainStormer Application.
Accepting User Uploads in ASP.NET.
Summary.
18. The IBuySpy Portal Application.
Application Architecture.
Administering the Portal.
Effective Use of Style Sheets.
Enhancing and Extending the Portal.
Summary.
19. Editing HTML: Creating an HTML Editing Server Control.
Editing HTML with a Web Browser.
Implementing an HTML Editor as a Server Control.
Using the HTML Editor Server Control.
Summary.
20 Creating an Online Training Application.
The VideoPresentations Architecture.
The Notable JavaScript.
Server Multimedia Basics.
The VideoPresentations Class.
The Demonstration Application.
Summary.
21. Speech-Enabling Web Applications.
Getting Started.
The SpeechVB Application.
Summary.
22. Uploading Content: Building a File Repository Application.
The Main Menu.
The Manage Files Page.
The Edit Files Page.
The Delete Group Page.
The Add File Page.
The Search Page.
The Show Group Page.
The Edit Profile Page.
Summary.
23. Effective Use of GDI+: Creating a Certificates Program.
The Member Variables and Properties.
Creating the Certificate.
Initializing the Default.aspx User Interface Objects.
Instantiating and Using the Certificate Class.
Responding to User Interaction.
Summary.
24. Monitoring Servers: Using WMI and Performance Monitor.
Windows Management Instrumentation.
Performance Monitor.
The ServerMonitor Demo Program.
Summary.
Index. 0321159659T09182003