Microsoft AJAX Library Essentials 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
Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained
 
 
Start reading Microsoft AJAX Library Essentials on your Kindle in under a minute.

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

Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained [Paperback]

Bogdan Brinzarea (Author), Cristian Darie (Author)
5.0 out of 5 stars  See all reviews (3 customer reviews)

Price: $39.99 & this item ships for FREE with Super Saver Shipping. Details
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 Tuesday, February 14? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $14.39  
Hardcover --  
Paperback $39.99  

Book Description

July 30, 2007 1847190987 978-1847190987
A practical tutorial to using Microsoft AJAX to enhance the user experience of your ASP.NET web applications covering the most up to date versions of the AJAX tools. This book has been written for ASP.NET developers entering the world of the ASP.NET AJAX Framework, and for existing ASP.NET AJAX developers looking for a more detailed tutorial on the client-side of the framework: the Microsoft AJAX Library.

Customers Who Viewed This Item Also Viewed


Editorial Reviews

About the Author

Cristian Darie is a software engineer with experience in a wide range of modern technologies, and the author of numerous books, including his popular AJAX and PHP tutorial by Packt, his ASP.NET E-Commerce tutorial, by APress and his forthcoming SEO tutorial for PHP developers by Wrox Press. Cristian is studying distributed application architectures for his PhD, and is getting involved with various commercial and research projects. When not planning to buy Google, he enjoys his bit of social life. If you want to say "hi", you can reach Cristian through his personal website at http://www.cristiandarie.ro.

Product Details

  • Paperback: 300 pages
  • Publisher: Packt Publishing (July 30, 2007)
  • Language: English
  • ISBN-10: 1847190987
  • ISBN-13: 978-1847190987
  • Product Dimensions: 9 x 7.4 x 0.7 inches
  • Shipping Weight: 12 ounces (View shipping rates and policies)
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Best Sellers Rank: #2,170,933 in Books (See Top 100 in Books)

More About the Authors

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

 

Customer Reviews

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

4 of 4 people found the following review helpful:
5.0 out of 5 stars A Great Book On Advanced JavaScript, December 9, 2007
By 
Robert S. Robbins (Williamsport, PA USA) - See all my reviews
(REAL NAME)   
This review is from: Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained (Paperback)
This is good book to get if you want to use a JavaScript library for AJAX which is designed to be similar to the .NET Framework in its use of namespaces and classes. The Microsoft AJAX Library is the best choice for ASP.NET developers and this book is an excellect reference guide to using it. In addition, it provides an overview of advanced JavaScript OOP language features and concepts.

I appreciated the extensive listing of online resources for advanced JavaScript tutorials, reference guides, and debugging tools. I learned about many that I did not know about and it included some obscure resources that I was familiar with. In other words, the authors clearly did their homework and were very thorough.

The sample code included detailed explanations of what the code does so you can easily follow it. They even used class diagrams to document the JavaScript classes which qualifies as extra effort since you cannot produce these diagrams using any JavaScript tools. They had to recreate them in C#. I was quite impressed by the authors' technical expertise.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars Great book, July 24, 2008
By 
J. James (Maricopa, Az United States) - See all my reviews
This review is from: Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained (Paperback)
This is a book that should be in your library if you are going to be doing development with ASP.NET AJAX.

Typically when you start learning ASP.NET Ajax all of the material centers around UpdatePanels and leaves out anything to do with the client-side scripts. This book will make you realize how much functionality you are missing by only using UpdatePanels.

Also, this book not only covers learning the ASP.NET AJAX client scripts but how to do object oriented javascript development.

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


2 of 2 people found the following review helpful:
5.0 out of 5 stars Microsoft AJAX Library Essentials, January 23, 2008
This review is from: Microsoft AJAX Library Essentials: Client-side ASP.NET AJAX 1.0 Explained (Paperback)
A practical tutorial to enhancing the user experience of your ASP.NET web applications with the final release of the Microsoft AJAX Library. What is Microsoft Ajax Library? Microsoft Ajax Library or otherwise known as Asynchronous JavaScript and XML is a unique compilation of standards-based JavaScript classes included in ASP.NET Ajax. The library is supported by most of today's most popular browsers and is used to build client-centric web applications that are used to integrate with backend data providers. In short Ajax is a web development technique for creating interactive applications.

This book features eight chapters. Each chapter holds a wealth of information. The book as a whole is essential to the understanding of the new Microsoft Ajax Library, it provides a detail look into how each aspect works, how each application or tool can be used, and how the reader can use each to their full advantage. The authors provide a greater understanding of what was once a closed topic, understood only by those who spent year dabbling in it.

Microsoft Ajax Library Essentials is a book designed to serve as a practical tutorial to enhance a user's experience of the ASP.NET web applications with the latest release of the Microsoft Ajax Library. It serves to teach practical development strategies and techniques. The first chapter covers topics such as Ajax and its relationship with Web 2.0, HTTP and HTML, Server Side Technologies, Client Side technologies, What makes Ajax, Uses and Misuses, an introduction to ASP.NET, resources and tools, installing IIS, installing visual web developers, and a section on how to quick start Ajax. It is easy to see early on that this book provides an in-depth view of the Microsoft client library for Ajax and is beneficial to any within the world of client side or server side technologies.

This book serves as a fantastic overview of the object oriented capabilities of JavaScript. Rather then just taking a swing at JavaScript this book gives readers the information they need to use OOP aspects so there is much more to be acquired from its material. Daire and Brinzarea reveal in a simple and easy to follow manner the proper way to create HTML codes with the Document Object Model. The book also covers all of the debugging tools for JavaScript, like Nikhil Kothari's Web Development Helper. These tools are extremely helpful with JSON and complicated JavaScript. The Web Development Helper offers a more detailed view JavaScript error messages and the complete stack trace, allowing users to gain a greater understanding of the error messages and how to avoid or bypass them.
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
 
 
 
Only search this product's reviews



Inside This Book (learn more)
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.
 
(2)
(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!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject