Programming ASP.NET AJAX and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
 
   
More Buying Choices
Have one to sell? Sell yours here
Programming ASP.NET AJAX: Build rich, Web 2.0-style UI with ASP.NET AJAX
 
 
Start reading Programming ASP.NET AJAX on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Programming ASP.NET AJAX: Build rich, Web 2.0-style UI with ASP.NET AJAX [Paperback]

Christian Wenz (Author)
5.0 out of 5 stars  See all reviews (6 customer reviews)

List Price: $39.99
Price: $24.98 & eligible for FREE Super Saver Shipping on orders over $25. Details
You Save: $15.01 (38%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $17.27  
Paperback $24.98  
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Book Description

0596514247 978-0596514242 September 25, 2007 1st Ed.

Delivering rich, Web 2.0-style experiences has never been easier. This book gives you a complete hands-on introduction to Microsoft ASP.NET AJAX 1.0, the new framework that offers many of the same benefits for Ajax development that ASP.NET provides for server-side development. With Programming ASP.NET AJAX, you'll learn how to create professional, dynamic web pages with Ajax in no time.

Loaded with code and examples that demonstrate key aspects of the framework, this book is ideal not only for ASP.NET developers who want to take their applications a step further with Ajax, but for any web developers interested in ASP.NET AJAX, no matter what technology they use currently. That includes JavaScript programmers who would like to avoid the headaches of writing cross-browser code.

Programming ASP.NET AJAX offers you:

  • A high-level overview of the ASP.NET AJAX framework
  • Functional code that you can cut and paste for use in your own applications
  • The essentials of JavaScript and Ajax to help you understand individual technologies used by the framework
  • An organization that reflects the framework's packages, including Extensions, Control Toolkit, the Futures CTP, and the AJAX Library
  • Sidebars throughout the book that identify and propose solutions to potential security breaches
  • Ways to use the standards-based AJAX Library with other platforms, such as PHP
  • A complete chapter on the UpdatePanel control for making individual parts of a web page independently updateable -- one of the framework's most important elements
Released previously as Programming Atlas to cover the beta version of the Microsoft framework, this edition is fully up-to-date and expanded for the official 1.0 release of ASP.NET AJAX. Written by Christian Wenz -- Microsoft MVP for ASP/ASP.NET and AJAX Control Toolkit Contributor -- Programming ASP.NET AJAX contains many hard-to-find details, along with a few unofficial ways to accomplish things.

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Programming ASP.NET AJAX: Build rich, Web 2.0-style UI with ASP.NET AJAX + ASP.Net Ajax in Action + Professional ASP.NET 3.5 AJAX (Wrox Programmer to Programmer)
Price For All Three: $79.52

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details

  • ASP.Net Ajax in Action $29.84

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Professional ASP.NET 3.5 AJAX (Wrox Programmer to Programmer) $24.70

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details



Editorial Reviews

About the Author

Christian Wenz is an author, trainer, and consultant. His main focus of working and writing is on web technologies and security. Christian has written or co-written over 100 books for various publishers. He works with both open source and closed source web technologies. This leads to the unusual situation that he has both been awarded a Microsoft MVP for ASP/ASP.NET and is listed in Zend's Who is Who of PHP. He is also listed in Mozilla's credits (about:credits) and is considered an expert in browser-agnostic JavaScript.

Apart from writing and working on web projects, Christian also frequently speaks at developer conferences around the globe that cover web technologies. Among them are 2005's Microsoft Tech Ed Europe conference (BOF session) and all editions of Zend Conference so far.


Product Details

  • Paperback: 480 pages
  • Publisher: O'Reilly Media; 1st Ed. edition (September 25, 2007)
  • Language: English
  • ISBN-10: 0596514247
  • ISBN-13: 978-0596514242
  • Product Dimensions: 9.2 x 7.1 x 1.1 inches
  • Shipping Weight: 3.6 pounds (View shipping rates and policies)
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #565,786 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

6 Reviews
5 star:
 (6)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

7 of 7 people found the following review helpful:
5.0 out of 5 stars Great Book for all web interface designers, February 7, 2008
This review is from: Programming ASP.NET AJAX: Build rich, Web 2.0-style UI with ASP.NET AJAX (Paperback)
A great read.
A must read for AJAX developers!
ASP.NET AJAX is a free framework for quickly creating efficient and interactive Web applications that work across all popular browsers.
This book will teach you:
1) Create next-generation interfaces with reusable AJAX components.
Enhance existing pages using powerful AJAX controls with support for all modern browsers.
2) Access remote services and data from the browser without tons of complicated script.
3) Take advantage of the improved efficiency and ease of use in Visual Studio 2008, with its built-in support for ASP.NET AJAX, improved JavaScript support, and a new Web page designer interface.
It starts you off with a intro into asp.net AJAX library and moves into a light introduction with JavaScript. Then moves into the core of the AJAX functionality with using several examples of xmlhttprequest object and transferring data using both JSON and xml.
It then leads you to the next logical step of the calling web services and makes great use of the inherit asp.net members and profiling functionality ALL THROUGH JAVA SCRIPT. Amazing really no more calls backs to the server to find out if they are a member.
It then leads you into the Next big step of the asp.net AJAX functionality which is the control toolkit. This is a absolutely free web controls that just work and christen does a great job at showing you how to do this in easy steps.
It wraps with showing the the asp.net futures section that is iffy at best. It uses an xml based approach to forming JavaScript and although very cool I don't believe will reach the production release.
Overall this book rocks and should be read by all interface designers


Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
5.0 out of 5 stars Good book for beginner in AJAX, October 29, 2008
This review is from: Programming ASP.NET AJAX: Build rich, Web 2.0-style UI with ASP.NET AJAX (Paperback)
This is a great book if you just started learning AJAX and wanted to get a good overview of all the aspects of it. This book touches very lightly on all subjects of how AJAX is implemented in the real world.
I would recommending starting with this book, but If you've already been working on AJAX I would recommend ASP.NET AJAX Programmer's Reference.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars great starter book on the subject, February 18, 2010
Amazon Verified Purchase(What's this?)
This review is from: Programming ASP.NET AJAX: Build rich, Web 2.0-style UI with ASP.NET AJAX (Paperback)
using this book and the Programming ASP.NET, Third Edition by Jesse Liberty
I was able to immediately begin developing an ASP.NET 2.0 website in C#
using the very practical examples and explanations
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews




Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
hello user, object notation, custom data source, profile service, mail status window, web service bridge, extender project, custom transformer, patch utility, animation framework, personal portal, maintaining session state, web service code, complete markup, bridge file, sample website, following markup, wait screen, var days, tick event, dummy text, web service method, custom validator, client script, web parts
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Page Language, Control Toolkit, Internet Explorer, Visual Studio, Done Figure, Fighting Spam, Express Edition, Divide Numbers, Autocompleting User Input, Forward Buttons, Visual Web Developer, Using Sys, Cancel Figure, Adding Animation, Data Validation, Register Assembly, More Example, Integrated Security, Using Behaviors, Page Region Updatable, Calling the Google, Christian Wenz, Visual Basic, Adventure Works, Solution Explorer
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(3)
(2)
(1)
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!




Look for Similar Items by Category


Look for Similar Items by Subject