ASP.NET 2.0 Illustrated

ASP.NET 2.0 Illustrated

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist
X

About the Book

“This book is a phenomenal start for someone new to ASP.NET, as well as a complete guide to the new features of version 2.0 for programmers familiar with an earlier version. The beginning chapters detail concepts using a hypothetical company, examining the myriad sorts of requests and situations often requested by clients. The authors deal with these in an eloquent, realistic manner. They have clearly worked in the industry and have faced real-world challenges that programmers encounter daily. The content covers everything from the most basic tasks to the most complex, and is a comprehensive collection of information on ASP.NET 2.0. Every topic is well-referenced for additional information, but contains clear examples that work. The content is technical but the clear writing makes it easy to understand. Difficult concepts are explained in such a way that this book will quickly become your favorite reference for ASP.NET!” —Ronda Pederson, consultant, Microsoft MVP Visual Developer, ASP/ASP.NET “As to be expected from two of today’s leading technical authors, this book is a cracking guide to getting the most from the ASP 2.0 Framework. Detailed chapters, concise yet practical examples, and clear explanation provide the grounding and support necessary to leverage the new features that ASP 2.0 brings to the table—all explained with a logical, no-nonsense approach. This book will be borrowed by every developer you work with, so guard it wisely!” —John Timney, Microsoft MVP, senior Web services consultant, British Telecom “This book will absolutely change the way you view ASP.NET technology. Read it and your existing Web sites will suddenly appear to be underperforming.” —Chris Carpenter, senior software engineer, L3 Communications, Inc. “The authors have worked closely with the ASP.NET team at Microsoft to makesure that this book is authoritative, accurate, and informative. Anyone usingASP.NET will find a wealth of useful information on ASP.NET 2.0.” —Scott Guthrie, general manager, .NET Developer Platform, Microsoft Corporation Developers moving to ASP.NET 2.0, the breakthrough Web development environment from Microsoft, will want to learn how to take full advantage of the new features that make this the most productive and powerful Web development environment ever. ASP.NET 2.0 Illustrated teaches developers exactly what they need to know to create exciting Web sites and applications quickly and easily using ASP.NET 2.0. Renowned authors, developers, and conference speakers Alex Homer and Dave Sussman have written a concise, detailed exploration of the “must learn” features of ASP.NET 2.0. The book’s many original examples, fully updated for the release version of ASP.NET 2.0, are all downloadable from the authors’ Web site, and many can be run live online. The authors provide detailed coverage of Connecting to databases, using data source and data display controls with SQL statements and stored procedures; creating business layers and data layers with custom classes and Typed DataSets; and providing declarative access to business and data layers Techniques for improving the scalability and responsiveness of data-driven sites, including caching techniques for data and ASP.NET pages Binding to XML, transforming XML, updating XML data, and managing XML data stored in SQL Server 2005 Building interactive Web forms with a wide variety of ASP.NET controls Understanding and using the core functionality of the Page class and key .NET Framework classes Providing a consistent sitewide look and feel using Master Pages Six ways to provide site navigation, including the new navigation controls Securing sites and implementing membership and roles Using profiles, personalization, and themes in your applications Building user-customizable Web portals with Web Parts Supporting multiple browsers, disabled users, mobile devices, and international users Creating and consuming Web services Developers will come away from this book knowing exactly how to build secure, efficient, visually consistent, easy-to-navigate, data-driven Web sites with ASP.NET 2.0.

Table of Contents:
Figures xix Tables xxix Preface xxxi Acknowledgments xxxiii About the Authors xxxv   1. Technology, Tools, and Getting Started 1 New Features of ASP.NET 2.0 2 Changes from Version 1.x 19 Obtaining and Installing .NET 2.0 19 Upgrading and Deploying Applications 21 Installing the Samples 21 Summary 22 2 Is It Really This Easy? 23 A Day in the Life of a Developer 24 Summary 52 3 Data Source and Data Display Controls 53 Databases and Connections 54 Data Source Controls 59 Data Display and Edit Controls 72 Summary 104 4 Data Binding to Business Objects 105 Two- and Three-Tier Architecture 106 The ObjectDataSource Control 113 Typed Data Sets 122 Summary 131 5 Advanced Data and Page Techniques 133 DataSource Control Events 134 GridView and DetailsView Events 144 Handling Data Editing Conflicts 145 SQL Server 2005 User-De*ned Types 159 Additions to UDTs 168 Summary 176 6 Data and Output Caching 177 Application, Session, HttpContext, and ViewState Caching 178 Output Caching 185 Data Caching 195 The Cache API 210 When to Use Caching 216 Summary 218 7 Working with XML 219 Working with XML in Visual Studio 2005 220 Databinding and Displaying XML Data 222 Transforming XML 230 Working with Raw XML 236 Converting between XML and Relational Data 247 Working with SQL Server 2005 XML Data 248 Summary 255 8 Building Interactive Web Forms 257 The ASP.NET Control Set 258 The ASP.NET Page and Postback Model 306 Summary 308 9 The Page Class and Master Pages 309 The HttpRequest, HttpResponse, HttpServerUtility, and HttpContext Classes 310 The ASP.NET Page Class 319 Sub-Classing the Page Object 343 Working with Master Pages 344 Summary 351 10 Web Site Navigation Techniques 353 Simple Navigation with Hyperlinks 354 Navigation with LinkButton Controls 358 Navigation through Browser Redirection 366 Navigation through Server-Side Redirection 369 Cross-Page Posting of Form Contents 377 Site Maps, Menus, and Navigation Path Controls 381 Summary 393 11 Security and Membership 395 Preventing Anonymous Access to Web Sites 396 ASP.NET Membership Provider and Role Manager 408 The ASP.NET Web Site Administration Tool 414 The ASP.NET Security Server Controls 441 Accessing the Membership and Roles Features in Code 451 Summary 457 12 Profiles, Personalization, and Themes 459 Configuring Profiles and Personalization 460 Storing and Using Dynamic Profile Data 471 A Simple Example of Using a Shopping Cart 474 Using Themes to Personalize Your Site 487 Summary 503 13 Building Web Portals 505 The ASP.NET 2.0 Portal Framework 506 The WebPart Manager 509 WebParts and Authorization 512 Zones and WebParts 513 Catalog Zones 523 Editor Zones 525 Connecting WebParts Together 533 Summary 545 14 Usability, Accessibility, Mobile Devices, Localization 547 Page Validation, Browser Capabilities, and Alternative Content 548 Making Your Pages Easier to Use 559 Supporting Disabled Users and Specialist User Agents 562 Building Pages for Small-Screen and Mobile Devices 587 Supporting Localization and Multiple Languages 600 Summary 616 15 Using the Framework Classes 619 The Example Application 620 Storing Data with the System.Collections Classes 628 Reading, Writing, and Compressing Data with the System.IO Classes 638 Creating Graphics and Images with the System.Drawing Classes 652 Accessing the Internet with the System.Net Classes 656 Accessing Active Directory with the System.DirectoryServices Classes 669 Encrypting Data with the System.Security.Cryptography Classes 673 Summary 678 16 Web Services 679 Web Services 680 Creating Web Services 681 Consuming Web Services 690 Controlling How Data Is Transferred in Web Services 694 Web Service Enhancements 701 The Future of Web Services 708 Summary 708 Index 711


Best Sellers


Product Details
  • ISBN-13: 9780132797504
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Pearson Education (US)
  • Language: English
  • ISBN-10: 013279750X
  • Publisher Date: 06 Jun 2006
  • Binding: Digital (delivered electronically)
  • No of Pages: 792


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
ASP.NET 2.0 Illustrated
Pearson Education (US) -
ASP.NET 2.0 Illustrated
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

ASP.NET 2.0 Illustrated

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA