HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Register your product to gain access to bonus material or receive a coupon.
Helps students get over the “complexity” hurdles that prevent them from building complete Web applications.
Gradually improves students abilities to handle complex applications—and increases their confidence in those abilities.
Uses an example application that students will be interested in, and will motivate them to learn.
Gives students confidence that they are receiving information that is thorough, accurate, clear, and useful—and reflects the challenges they will actually face.
If you've ever been a part of an online community, you are aware of all the great features it offers. Dynamic news, forums, calendars and polls are just a few of the elements that you can benefit from in an online community. Now is your chance to learn how it's done and create your own online community. ASP.NET Evolution will show you how to take what you already know about ASP.NET programming and apply it to building a full-scale web application. With solid example code, you will be guided through the building process, making progressively bigger changes to the code as you move through the chapters. The entire example application is available for download and an online forum dedicated to this book will be available to you to discuss the book with the author and other readers. Develop your ASP.NET knowledge with ASP.NET Evolution.
Exploring the Code in ASP.NET: An Online Community Application
Introduction.
1. Getting Started.
What You Need to Run the Application. Troubleshooting. Moving On.
What Does the Online Community Application Do? Moving On.
Terminology. Why Was the Online Community Built the Way It Was? The Overall Logical Structure. The Database. The Modules. How the Code Files Are Organized. Search. Security. Moving On.
Changing the Style of the Application. Moving On.
Section Items. Moving On.
The Send Message Module. The News Module. Entering and Editing News Items. The ImageGallery Module. Moving On.
Building a Member Administration System. Helping Users Who Forget Their Passwords. Improving the Registration Process. Moving On.
Managing Members' Resource Usage. Dealing with Troublesome Users. Security Configuration Options. Moving On.
Improving Performance with Caching. Viewstate. Improving Text-Handling Performance with StringBuilder. Eliminating Magic Numbers. Creating Reusable Code. More Efficient Data Access. Retrieving Less Data with Summary Objects. Improving File Naming. Moving On.
Adding a New View. Adding a New Module. Integrating ASP.NET Forums with the Online Community Application. Moving On.