Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Microsoft Ajax Library Essentials
 
 

Microsoft Ajax Library Essentials [Paperback]

Cristian Darie , Bogdan Brinzarea

Price: CDN$ 39.94 & 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.ca. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Tuesday, May 29? Choose One-Day Shipping at checkout.

Product Details

  • Paperback: 300 pages
  • Publisher: Packt Publishing (July 2007)
  • Language: English
  • ISBN-10: 1847190987
  • ISBN-13: 978-1847190987
  • Product Dimensions: 22.9 x 18.8 x 1.8 cm
  • Shipping Weight: 340 g
  • Amazon Bestsellers Rank: #1,430,994 in Books (See Top 100 in Books)

Product Description

Product Description

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. With ASP.NET AJAX (formerly known as ATLAS) developers can quickly create rich and responsive web pages with efficient server communication by simply adding a few server controls to their pages. Because ASP.NET AJAX is integrated with ASP.NET, developers have full access to the built-in ASP.NET 2.0 application services and the entire .NET Framework. This book is the most practical and efficient resource a reader can get to enter the exciting world of AJAX in ASP.NET. Targeting the most recent version of the ASP.NET AJAX tools, this book will teach you how to create faster, lighter, and richer web applications by using the Microsoft AJAX technologies to their full potential. Beginning with a hands-on tour of the basic technologies associated with AJAX, JavaScript, XMLHttpRequest, JSON, and the DOM, you'll move on to a crash course in the Microsoft AJAX tools. You'll understand the architecture of the Microsoft AJAX components, how they all fit together, and exactly what they can do for you. At every stage of your journey, you'll be able to try out examples to illuminate the theory, and consolidate your understanding. In addition to learning about the client and server controls, you'll also see how to handle errors and debug your ASP.NET AJAX applications. To get your client pages interacting with your server, the Microsoft AJAX framework allows you to consume web services on the client without having to worry about the underlying protocol used for exchanging the data. You will see how to create ASP.NET web services in practice, and consume them in your AJAX applications. To get your client pages interacting with servers on other domains, the Microsoft AJAX framework provides bridges that allow you to make cross-domain calls seamlessly. This book shows you how this works and how to implement it, including how to consume services from Amazon's ECS (E-Commerce Services). Microsoft AJAX brings the power of the ASP.NET data presentation server controls to the client, enhancing the power and responsiveness of controls such as the GridView and DetailsView. You will learn about using the data client controls to create truly responsive web applications that interact seamlessly not just with your servers and your data, but also with other servers and other sources of data should you choose. This book is a practical tutorial to get you confident and comfortable working with the Microsoft AJAX suite. Packed with step-by-step examples and detailed explanations of how the examples work, this book is the ideal first step into the exciting world of AJAX in ASP.NET. This book is written for ASP.NET developers who not only want to understand how Microsoft AJAX will impact on the way they develop web applications, but also want to make the transition to better, more responsive applications as easily as possible. You will need access to either Visual Studio Web Developer Express or Visual Studio .NET 2005. All the code examples are in C#.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Customer Reviews

There are no customer reviews yet on Amazon.ca
5 star:    (0)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
Share your experience with this product with others
Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 5.0 out of 5 stars (3 customer reviews)

4 of 4 people found the following review helpful
5.0 out of 5 stars A Great Book On Advanced JavaScript, Dec 9 2007
By Robert S. Robbins - Published on Amazon.com
This review is from: Microsoft Ajax Library Essentials (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.

3 of 3 people found the following review helpful
5.0 out of 5 stars Great book, July 24 2008
By J. James - Published on Amazon.com
This review is from: Microsoft Ajax Library Essentials (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.

2 of 2 people found the following review helpful
5.0 out of 5 stars Microsoft AJAX Library Essentials, Jan 23 2008
By Vamseedhar R. Sane - Published on Amazon.com
This review is from: Microsoft Ajax Library Essentials (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.
 Go to Amazon.com to see all 3 reviews  5.0 out of 5 stars 

Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges