| Special Edition Using Microsoft ASP.NET |
| By Richard Leinecker |
| |
| Publisher | : Que |
| Pub Date | : March 24, 2003 |
| ISBN | : 0-7897-2560-6 |
| Pages | : 640 |
| Slots | : 1 | | | Copyright |
| | | About the Authors |
| | | Acknowledgments |
| | | Tell Us What You Think! |
| | | Introduction |
| | | | How to Get Updates |
| | | | Who Should Use This Book |
| | | | How This Book Is Organized |
| | | | Conventions Used in This Book |
|
| | | Part I: Fundamentals |
| | | | Chapter 1. .NET, ASP.NET, and Distributed Application Development |
| | | | The .NET Framework |
| | | | Active Server Pages |
| | | | Distributed Application Architecture: Architecture and Design |
| | | | Summary |
|
| | | | Chapter 2. ASP.NET Languages |
| | | | Variables |
| | | | Expressions |
| | | | Program Control |
| | | | Exceptions |
| | | | Summary |
|
| | | | Chapter 3. Request Objects |
| | | | Forms |
| | | | QueryString |
| | | | ServerVariables |
| | | | Cookies |
| | | | Other Request Objects |
| | | | Summary |
|
| | | | Chapter 4. Response, Application, and Session Objects |
| | | | Write |
| | | | Redirect |
| | | | Cookies |
| | | | WriteFile |
| | | | The Application Object |
| | | | The Session Object |
| | | | Summary |
|
| | | | Chapter 5. File Input/Output in ASP.NET |
| | | | Directory |
| | | | The File and StreamReader Classes |
| | | | The File and StreamWriter Classes |
| | | | StringReader , StringBuilder , and StringWriter |
| | | | FileStream , BinaryReader , and BinaryWriter |
| | | | Summary |
|
| | | | Chapter 6. ASP.NET Controls |
| | | | Intrinsic Controls |
| | | | List Controls |
| | | | Rich Controls |
| | | | Validation Controls |
| | | | Summary |
|
| | | | Chapter 7. Application Framework and Configuration |
| | | | Application Configuration |
| | | | GLOBAL.ASAX |
| | | | Programmatically Setting Region and Locale |
| | | | Summary |
|
|
| | | Part II: Working with Data in ASP.NET |
| | | | Chapter 8. XML in ASP.NET |
| | | | .NET XML Architecture |
| | | | XmlTextReader |
| | | | XmlTextWriter |
| | | | XmlDocument and XmlNavigator |
| | | | XslTransform |
| | | | Writing a Guest Book Application |
| | | | Summary |
|
| | | | Chapter 9. ADO.NET in ASP.NET |
| | | | Overview |
| | | | ADO.NET Name Spaces |
| | | | Managed Providers |
| | | | The DataSet Object |
| | | | Error Handling |
| | | | Database Transactions |
| | | | Concurrent Database Access |
| | | | ADO.NET Performance |
| | | | Summary |
|
| | | | Chapter 10. Data Bound Controls |
| | | | Repeater Control |
| | | | DataList Control |
| | | | DataGrid Control |
| | | | The DrugHistory Application |
| | | | Summary |
|
| | | | Chapter 11. WebForms |
| | | | Classic HTML and Server-Side Controls |
| | | | HTML Controls |
| | | | Web Controls |
| | | | Intrinsic Web Controls |
| | | | Buttons and Links |
| | | | WebForm Examples |
| | | | Summary |
|
| | | | Chapter 12. Web Form Data Validation |
| | | | Introduction to Data Validation in ASP.NET |
| | | | ASP.NET Validation Controls |
| | | | Regular Expressions Primer |
| | | | Summary |
|
|
| | | Part III: Advanced Items |
| | | | Chapter 13. Writing Controls for ASP.NET |
| | | | Getting Started: Creating SimpleControl |
| | | | Using Controls from the Toolbox |
| | | | Adding Properties and Methods to Your Control |
| | | | Creating and Using Composite Controls |
| | | | Summary |
|
| | | | Chapter 14. Web Services |
| | | | What Is a Web Service? |
| | | | Writing a Web Service |
| | | | A Health Tip Web Service |
| | | | A Credit Card Validator Service |
| | | | Consuming a Web Service |
| | | | Summary |
|
| | | | Chapter 15. ASP.NET E-Mail Control |
| | | | Creating E-Mail Messages |
| | | | Using the MailMessage Object |
| | | | Adding E-Mail Attachments |
| | | | Setting the E-Mail Format |
| | | | Setting E-Mail Priority |
| | | | Setting E-Mail Encodings for the E-Mail Body and Attachments |
| | | | Summary |
|
| | | | Chapter 16. Dynamic Images |
| | | | Getting Started with Dynamic Images in ASP.NET |
| | | | Creating Banners Dynamically with Tiled Backgrounds |
| | | | Image Processing |
| | | | Summary |
|
| | | | Chapter 17. State Management |
| | | | Using Application and Session Variables |
| | | | Hidden Fields |
| | | | Synchronization |
| | | | Global.asax |
| | | | Session information |
| | | | Demo Application |
| | | | Summary |
|
| | | | Chapter 18. Security |
| | | | Web Security Overview |
| | | | Server Authentication |
| | | | Client Authentication |
| | | | ASP.NET Security |
| | | | ASP.NET Impersonation |
| | | | Summary |
|
|
| | | Part IV: Expert Items |
| | | | Chapter 19. Windows Management Instrumentation from ASP.NET |
| | | | Instrumenting .NET Applications |
| | | | Authenticating WMI Requests |
| | | | Enumerating Objects |
| | | | Summary |
|
| | | | Chapter 20. Writing for Mobile Devices |
| | | | Mobile Markup |
| | | | Mobile Internet Toolkit |
| | | | Device Emulators |
| | | | Mobile Web Forms |
| | | | Mobile Controls |
| | | | Extending Mobile Controls |
| | | | Summary |
|
| | | | Chapter 21. Performance and Caching |
| | | | CLR-Level Optimization |
| | | | Recovering from Memory Leaks and Deadlocks |
| | | | Caching |
| | | | Tips and Tricks |
| | | | Summary |
|
| | | | Chapter 22. Debugging |
| | | | Trace Messages |
| | | | Debugging |
| | | | Debugging Tips |
| | | | Summary |
|
| | | | Chapter 23. Message Queueing |
| | | | Message Queues and Messaging Basics |
| | | | MessageQueue Programming Architecture |
| | | | Creating, Deleting, Purging, Creating Instances Of, and Administering Queues |
| | | | Sending and Serializing Messages |
| | | | Reading and Receiving Messages |
| | | | Queue and Message Collections |
| | | | Message Queue Security |
| | | | Summary |
|
| | | | Chapter 24. Transactions |
| | | | Transactions Defined |
| | | | Transaction Management |
| | | | The COM+ Transaction Programming Model |
| | | | Monitoring Transactions |
| | | | Design Considerations |
| | | | Summary |
|
|
| | | Part V: Miscellaneous Items |
| | | | Chapter 25. HttpModules |
| | | | HttpModule Fundamentals |
| | | | Writing an HttpModule |
| | | | HttpApplication Events |
| | | | HttpModules and Global.aspx |
| | | | ASP.NET HttpModules |
| | | | Implementing HttpModule Events |
| | | | Sample HttpModule |
| | | | Summary |
|
| | | | Chapter 26. Network Communications |
| | | | 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 |
|
| | | | Chapter 27. ASP to ASP.NET |
| | | | Coexistence |
| | | | Porting Versus Rewriting |
| | | | Language Changes |
| | | | ASP Architecture Changes |
| | | | COM Concerns |
| | | | Migration Tips |
| | | | Summary |
|
|
| | | Index |