Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
45 used & new from $18.93

Have one to sell? Sell yours here
 
   
Developing Service-Oriented AJAX Applications on the Microsoft® Platform (PRO-Developer)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Developing Service-Oriented AJAX Applications on the Microsoft® Platform (PRO-Developer) (Paperback)

by Daniel Larson (Author)
3.9 out of 5 stars See all reviews (10 customer reviews)

List Price: $39.99
Price: $26.39 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.60 (34%)
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Monday, July 13? Choose One-Day Shipping at checkout. Details
32 new from $18.93 13 used from $23.00
More from Microsoft Press
Make the most of your investment in Microsoft technology with books from the Microsoft Press Learning Center.

Frequently Bought Together

Developing Service-Oriented AJAX Applications on the Microsoft® Platform (PRO-Developer) + Microsoft® .NET: Architecting Applications for the Enterprise (PRO-Developer) + Microsoft® ASP.NET and AJAX: Architecting Web Applications (PRO-Developer)
Price For All Three: $79.82

Show availability and shipping details


Customers Who Bought This Item Also Bought

Microsoft® ASP.NET and AJAX: Architecting Web Applications (PRO-Developer)

Microsoft® ASP.NET and AJAX: Architecting Web Applications (PRO-Developer)

by Dino Esposito
$26.39
Advanced ASP.NET AJAX Server Controls For .NET Framework 3.5 (Microsoft .Net Development Series)

Advanced ASP.NET AJAX Server Controls For .NET Framework 3.5 (Microsoft .Net Development Series)

by Adam Calderon
4.4 out of 5 stars (8)  $34.99
Microsoft Visual Studio Tips

Microsoft Visual Studio Tips

by Sara Ford
4.2 out of 5 stars (11)  $23.09
RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5

RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5

by Jon Flanders
4.7 out of 5 stars (7)  $26.39
Programming Entity Framework

Programming Entity Framework

by Julia Lerman
4.7 out of 5 stars (19)  $34.64
Explore similar items

Editorial Reviews

Product Description
Delve into the fundamental architectural principles and techniques for developing service-oriented AJAX applications for the enterprise. This guide offers a code-heavy, example-based approach to learning how to write a modern services API and an AJAX front end that can easily be extended, reused, and integrated by third parties. Focusing on Microsoft technologies and enterprise servers, including Microsoft SharePoint(r) Server 2007, ASP.NET AJAX, and Microsoft .NET Frameworks 2.0, 3.0, and 3.5, this book walks you through a client-centric UI architecture programmed against an XML service-oriented backend. Topics include the Microsoft AJAX Library, Web services and an XML API, client-side XSLT, JavaScript AJAX communication, and integration with Microsoft servers. The book does not attempt to be an exhaustive reference, but focuses instead on fundamental architectural principles and guidance.

Product Details

  • Paperback: 320 pages
  • Publisher: Microsoft Press (November 12, 2008)
  • Language: English
  • ISBN-10: 0735625913
  • ISBN-13: 978-0735625914
  • Product Dimensions: 8.8 x 7.3 x 1.3 inches
  • Shipping Weight: 1.5 pounds (View shipping rates and policies)
  • Average Customer Review: 3.9 out of 5 stars See all reviews (10 customer reviews)
  • Amazon.com Sales Rank: #57,263 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #13 in  Books > Computers & Internet > Programming > Languages & Tools > Ajax
    #49 in  Books > Computers & Internet > Hardware > Microprocessors & System Design > Computer Design

Inside This Book (learn more)
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:

What Do Customers Ultimately 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.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(7)
(5)
(3)
(2)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

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

 
3 of 3 people found the following review helpful:
4.0 out of 5 stars Hardcore Microsoft Ajax, November 30, 2008
By W. E. Lucas (Denver, CO) - See all my reviews
(REAL NAME)   
In Daniel Larson's latest book, Developing Service-Oriented Ajax Application on the Microsoft Platform, Dan gives us a deep look on what it means to develop client based applications with JavaScript, the MS Ajax Library, and Windows Communication Foundation (WCF). This book is about Service Based Ajax development, which means developing JavaScript components running in the web browser that call back into services on the web server using XML HTTP requests using no postbacks. There is no coverage of the Update Panel or the Ajax Control Toolkit, so if you are looking for a book on those subjects, look elsewhere.

The first few chapters give a basic introduction to service oriented architecture, the MS Ajax Library, and using WCF to create the services. I was not familiar with the MS Ajax Library or WCF, but these chapters are great introductions to both. While this book is not comprehensive on WCF, Dan does a great job of explaining the basics and gives enough knowledge to get started, which is all that is required in this book. I would recommend that you have some familiarity with writing object based JavaScript, because while Dan does explain what is going on to a point, someone not experienced in creating classes and instances in JavaScript might be lost.

I felt the book dragged in the middle chapters, as more parts of the MS Ajax Library are covered, some of which are covered to some extent in the earlier chapters. It seemed like Dan was repeating himself to some amount, but probably for good reason as understanding the core library is crucial to developing the client based components. I was ready to start developing some real stuff, but was stuck on reviewing the basics. Leave it to me to get impatient and jump in over my head.

The real meat begins in chapter seven with developing client based components, which are actual chunks of reusable JavaScript code you can use in your applications. This continues through chapter nine, and in chapter ten Dan goes over some of the nice new features that came in Visual Studio 2008 SP1, persisting browser history in the Ajax framework. Chapter eleven is a nice bonus chapter on extending SharePoint with Ajax, which I just glossed over since I do not do SharePoint development.

At times I found the code in the chapters hard to follow, and there are a few occasions that code referenced is not actually in the book. I recommend downloading the source code from the website and use it to follow along with the examples in the book. The code presented in the later chapters follows best practices and guidelines, and never leaves the user with "demo ware". All the examples I tried worked great in IE7, FF3, and Chrome beta. I also recommend using Firebug to help diagnose any errors you might have in the JavaScript.

Overall, I highly recommend this book to anyone who is looking to develop service oriented applications with the Microsoft Ajax Library. It provides a pure Ajax approach that is going to be the driving force of web applications in the future. Was that a Postback? I don't think so.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
5.0 out of 5 stars An incredible and indispensable resource, December 1, 2008
I can't say enough about how pleased I am with this book.

With what seems like a flood of Ajax frameworks lately coupled with an "explosion" of new MS technologies over the past year (WCF, LINQ, etc), I have been struggling lately with how to effectively bring web apps into the web 2.0 world without compromising the use of the robust MS/ASP.NET
framework technologies I've grown to depend on.

With the introduction of WCF and the ASP.NET Ajax framework, the solution became clear. Unfortunately, these technologies (WCF in particular) are extremely robust and flexible, which can make it hard to distill a best-practices approach.

Dan's book does just that. Taking a direct head-on approach to the task of building real world applications via these technologies, he guides you steadfastly from end-to-end and point-to-point through territory that can sometimes be foggy to say the least when navigated on your own.

In clear and concise language, this book does not, as another reviewer has said, try to "overshoot its aim", but rather it gives you a crystal clear no-nonsense approach to solving the architectural challenges of today's Ajax web applications using the Microsoft platform.

This book brings together the key pieces of about ten other books on your shelf to make sense of the end-to-end "big picture", while still giving you the hands-on detailed implementation information and guidance.

Highly recommended and a definite go-to-guide when coding.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
4.0 out of 5 stars Excellent model for creating today's rich internet applications in a Microsoft environment, November 30, 2008
By Carlos Bossy (CO United States) - See all my reviews
(REAL NAME)   
Software and web application developers who want to stay on the leading edge must move to a new paradigm every few years. Today's shifting landscape, with rich clients, enterprise integration and the desire for decoupled services, requires a new way of thinking and a new architecture. In his book, Daniel Larson does an excellent job of presenting a new paradigm for web application development using the .NET Framework.

As the title plainly states, the author shows us how to put together a service-oriented AJAX application, however, the key to the book is that he presents an architecture upon which we can immediately start building applications using this new paradigm. He starts with the fundamentals of AJAX and Windows Communication Foundation (WCF), the two technologies that he uses as building blocks for the rest of the book. He hits the right notes for the developer who is new to these technologies, but reinforces important concepts for developers who have already taken the plunge in these areas. As he moves forward, he expands on the usage of Javascript within Ajax and the Microsoft Ajax library. I found especially useful the coverage he provides of building a class library in Chapter 7, "Building an Ajax Class Library with Components". The concepts presented allow you to create a true object-oriented model with your Javascript code so that the end result is a rich class library that can be reused.

Importantly, the book does not overshoot its aim. It does not try to completely cover WCF, but goes into it just enough to get you building more robust applications. No area is glossed over, so that you don't quite `get it' even after reading it and putting it to use. He makes a good case for using the REST service model, and provides alternatives to WCF if you don't want take that step right away.

While the book has plenty of code samples, the book lacks pictures and diagrams that could have enhanced the learning process, especially by showing how data flows in this architecture and how the various components interact. Hopefully, the 2nd edition will improve on this. But this doesn't detract from the fact that the author has suitably covered this particular subject.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

1.0 out of 5 stars After this book you will hate Ajax, WCF and SOA
I always thought the good book has to be based on the little more than excellent technical knowledge, may be some writer's talent is required? Read more
Published 1 month ago by Valeriy Reshetnikov

4.0 out of 5 stars The Info About Integration of Sharepoint and WCF Really Worked For Me
For me, there are two kinds of (tech) info that I need; firstly, a piece of info, like maybe a code snippet, that I need 'right now' to solve some issue at hand, and for this, I... Read more
Published 1 month ago by William Henkel

3.0 out of 5 stars Good Information, Disjointed Source Code Examples
This book contains some excellent information about ASPNET AJAX and WCF. However the downloadable source code does not match the examples in the book and some do not work. Read more
Published 4 months ago by Mark Phillips

5.0 out of 5 stars highly focused - read the title
Daniel Larson has written an excellent book about Developing Service-Oriented AJAX Applications on the Microsoft Platform. Read more
Published 5 months ago by M. Robbins

4.0 out of 5 stars A great book on developing AJAX websites on the MSFT platform
MSFT has a tendency of providing a plethora of options to develop the same kind of application, and not all of them good. Read more
Published 6 months ago by James Shaw

5.0 out of 5 stars What wrox used to be
This book has been extremely helpful. I have a lot of experience with Asp 2.0, Ajax and xslt - but the 3.5 WCF stuff is totally new to me. Read more
Published 7 months ago by Louis P. Visser

4.0 out of 5 stars Product Review
As developers we should all be very, or at least somewhat, familiar with the Microsoft Patterns and Practices documentation. Read more
Published 7 months ago by Brian D. Reed

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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


   


Product Information from the Amapedia Community

Beta (What's this?)

Listmania!



Look for Similar Items by Category


Smooth Operator

Shop for garage door openers

Find garage door products (opener kits, remotes, mini-key-chain controls, and wireless-key entry systems) in the Hardware Store. Opening the garage door shouldn’t be a chore.

Shop all garage door hardware

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Add Flair to Your Hardware

Shop for cabinet knobs
Whether you're remodeling or just need to refresh a living space, cabinet knobs offer a great way to easily pull a room together.

Shop for cabinet knobs

 
Ad

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates