ASP.NET 3.5 For Dummies  

Posted by a.vidhate31 in



Part I: Getting to Know ASP.NET and Visual Web Developer
Part I introduces the technology and contains the information you need to start creating your first ASP.NET pages. The goal is to become comfortable enough with the terminology and tools so you relax in the rest of the book. If you’ve worked with a previous version of ASP.NET and Visual Web Developer, you might want to skim or skip Chapter 1. Chapter 2 is necessary only if you’ve never worked in a Visual Studio or Visual Web Developer environment. In Chapters 3, 4, and 5, I introduce key concepts and ensure your initial success in creating pages that work with user input.

Part II: Immersing Yourself in Data
In Part II, I walk you through the integration of data with ASP.NET pages. Chapter 6 covers the basic needs of virtually every data-driven site using the SqlDataSource control. Don’t miss Chapters 7 and 8, where I cover the new Language Integrated Query (LINQ) features. Chapter 9 digs into other data sources, such as XML and Web services.

Part III: Enhancing the Interface and User Experience
In Part III, you explore the presentation aspects of Web pages. In Chapter 10, I show you how to use the tools and techniques in VWD to create user interfaces. Every site with more than one page needs navigation, and that’s covered in Chapter 11. Chapter 12 looks at HTML standards and how to use a style sheet to divide a Web page into columns. For sophisticated formatting, Chapter 13 walks you through the versatile new ListView control. In the remaining chapters in Part III, you add dynamic effects, boost page response with AJAX, and introduce rich content, such as Microsoft Silverlight, into your pages.

Part IV: Tracking Users, Controlling Access, and Implementing Security
Part IV is largely about security and recognizing returning visitors. In Chapter 17, I show you how easy it is to secure pages by using ASP.NET’s built-in authentication and membership features. The chapter offers professional touches that users appreciate. In Chapter 18, you build an e-commerce style shopping cart by using ASP.NET’s built-in Profiles feature. Chapter 19 demonstrates ways to ensure that users — friendly or otherwise — provide your application with clean, safe, validated data.

Part V: Getting the Bugs Out and Handling Runtime Errors
Turn to the chapters in this part to figure out why a page or site isn’t behaving the way it should. Chapter 20 shows techniques for checking what’s going on deep in your app. Chapter 21 provides defenses to cope with unforeseen errors in a deployed page.

Part VI: The Part of Tens
In Chapter 22, you copy your ASP.NET pages and associated files to the Internet. The last chapter of the book points you toward helpful resources for when you’re stuck or you need to expand your expertise and investigate more complex subjects.


This entry was posted on Tuesday, August 11, 2009 at 12:33 AM and is filed under . You can follow any responses to this entry through the comments feed .

0 comments

Post a Comment