|
||||||||
Chapter 1, Getting Started, walks you through creating your first web site, Hello World.Chapter 2, Building Web Applications, goes over the fundamentals of web sites and covers the basic controls available to you in ASP.NET. Chapter 3, Snappier Web Sites with AJAX, shows you how to integrate this powerful client-side technology into your pages. Chapter 4, Saving and Retrieving Data, shows you how to make your site interact with data stored in a database. You have controls to retrieve data, allow your users to interact with that data, and then save it back to the database. Chapter 5 looks at Validation. ASP.NET provides extensive support for data validation, including ensuring that a choice has been made, checking that values are within a range, and matching regular expressions. Chapter 6, Style Sheets, Master Pages, and Navigation, shows you how to make web sites that are professional quality, good looking, consistent, and easy to navigate. Chapter 7 examines State and Life Cycle in ASP.NET. Understanding how, and in what order, a page and its controls are created on the server and rendered to the browser is crucial for building successful interactive web sites. State is the current value of everything associated with the page. This is mostly handled automatically, but this chapter shows you how useful it can be to the developer.Poop happens. Chapter 8, Errors, Exceptions, and Bugs, Oh My!, shows you how to deal with unexpected problems, and also how to debug your application. Chapter 9, Security and Personalization, shows how you can protect your web site from malicious users. A related topic is personalization, which allows your end users to customize the look and feel of the web site according to their personal preferences. You will see how to use themes and skins to accomplish this. Chapter 10, Putting It All Together, is a single, large example that integrates everything you have learned throughout the book. Appendix A, Installing the Applications, tells you what hardware and software is required to run the examples in this book, and helps you set up your environment. Appendix B, Copying a Web Site, describes the process of copying a web site to a new web site. This is a technique used often throughout this book when building up examples. Appendix C, Answers to Quizzes and Exercises, presents detailed solutions to all the quiz questions and practice exercises found at the end of each chapter. Download ebooks on ASP: Learning ASP.NET 2.0 with AJAX
|
| More free ebooks | |
Free programing ebooks
Chapter 1, Getting Started, walks you through creating your first web site, Hello World.