The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks

The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks
Authors
Scott Allen, Jeff Atwood, Wyatt Barnett, Jon Galloway, Phil Haack
ISBN
098028581X
Published
18 Sep 2007
Purchase online
amazon.com

An ASP.NET 2.0 book that just helps you get things done! This book contains a collection of 101 best practice, object oriented solutions that you can easily adapt to your own projects. Coverage includes: Working with text, numbers, dates & times Accessing data with ADO.

Page 1 of 2
  1. Editorial Reviews
  2. Customer Reviews

Editorial Reviews

An ASP.NET 2.0 book that just helps you get things done!

This book contains a collection of 101 best practice, object oriented solutions that you can easily adapt to your own projects.

Coverage includes:

  • Working with text, numbers, dates & times
  • Accessing data with ADO.NET
  • Form validation under multiple scenerios
  • Page, Session and application state tips
  • Access control in web applications
  • Producing standards compliant output
  • Enhancing applications with AJAX
  • Working with Email
  • Handling errors and debugging
  • Performance tips and pitfalls
  • And much more!

    As a bonus, all book buyers get download access to the code archive which has all the examples in the book in both C# and VB.

    Back Cover

    "A comprehensive collection of ready-to-use ASP.NET solutions!"

    The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks is a collection of solutions to the most common ASP.NET problems. Let five world-class ASP.NET professionals guide you through countless practical solutions using C# or VB.

    Learn to:
    • Add interactivity with Ajax and JavaScript.
    • Build a database access layer for improved portability.
    • Sidestep the ASP.NET framework when required.
    • Build data-driven applications quickly with SubSonic.
    • Gracefull handle errors effectively.
    • Work with email: send, parse, & manage attachments.
    • Use component-based development for flexibility.
    • Make your applications search engine friendly.
    • Validate data input on forms.
    • Create a user registration system.
    • Use Master Pages to simplify development.
    • Work with binary content.
    • Improve the speed of your site, decrease bandwidth usage and speed up database queries
    • And lots more...
  • You might also like...

    Comments

    Contribute

    Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

    Our tools

    We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

    “In order to understand recursion, one must first understand recursion.”