Pro ADO.NET Data Services: Working with RESTful Data 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
More Buying Choices
Have one to sell? Sell yours here
Pro ADO.NET Data Services: Working with RESTful Data (Expert's Voice in .NET)
 
 
Start reading Pro ADO.NET Data Services: Working with RESTful Data on your Kindle in under a minute.

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

Pro ADO.NET Data Services: Working with RESTful Data (Expert's Voice in .NET) [Paperback]

John Shaw (Author), Simon Evans (Author)
5.0 out of 5 stars  See all reviews (4 customer reviews)

List Price: $49.99
Price: $31.66 & this item ships for FREE with Super Saver Shipping. Details
You Save: $18.33 (37%)
  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 Tuesday, January 31? 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 $28.49  
Paperback $31.66  

Book Description

143021614X 978-1430216148 December 4, 2008 1

ADO.NET Data Services (formerly known as ‘Astoria’) is a widely anticipated set of components and classes that improve the ability of applications to gain access to data over networks and internet protocols. This book introduces ADO.NET Data Services and explores how to architect and implement solutions that use this technology.

As more applications and platforms operate in distributed environments and over the internet, it is essential that developers understand how to work with ADO.NET Data Services. Readers will be exposed to numerous examples of incorporating and using the technology with existing platforms and applications, including web sites, financial systems, integration platforms, document management portals, and custom windows applications.


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

Customers buy this book with RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5 $26.52

Pro ADO.NET Data Services: Working with RESTful Data (Expert's Voice in .NET) + RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5
  • This item: Pro ADO.NET Data Services: Working with RESTful Data (Expert's Voice in .NET)

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

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

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



Editorial Reviews

About the Author

John Shaw has worked in business processing and integration for over 10 years and has architected some of the largest Microsoft integration projects in the U.S., U.K. and Australia. His technical expertise includes implementing Microsoft BizTalk and messaging standards for a variety of clients in finance, supply chain, and other sectors. Most recently, he founded SphereGen, a niche company that provides a blended model of low-cost onshore and offshore solutions for its clients. Prior to that, John worked as the U.S. BizTalk Practice Lead for Conchango Plc. where he obtained a BizTalk Virtual Technical Specialist (VTS) status within Microsoft.

Simon Evans is an enterprise application developer and technical consultant working with Conchango Plc. His experience includes extensive development with Microsoft technologies including AJAX, LINQ, WCF, ASP.NET and BizTalk Server.


Product Details

  • Paperback: 336 pages
  • Publisher: Apress; 1 edition (December 4, 2008)
  • Language: English
  • ISBN-10: 143021614X
  • ISBN-13: 978-1430216148
  • Product Dimensions: 9.2 x 7 x 0.8 inches
  • Shipping Weight: 1.4 pounds (View shipping rates and policies)
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Best Sellers Rank: #633,027 in Books (See Top 100 in Books)

More About the Author

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

 

Customer Reviews

4 Reviews
5 star:
 (4)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (4 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 Excellent resource for learning how to build, consume, and integrate REST-Style Data Services into real-world applications, December 6, 2008
This review is from: Pro ADO.NET Data Services: Working with RESTful Data (Expert's Voice in .NET) (Paperback)
This book is an excellent resource for learning how to build, consume, and integrate REST-Style Data Services into real-world applications that utilize different types of client technologies. Divided into four parts, the book gets things rolling in Part One by introducing in the first three chapters foundational concepts such as: what is REST, how are RESTful Services different from SOAP-based Services, what functionalities are provided and not provided out of the box in ADO.Net Data Services (e.g., no built-in authentication mechanism, etc), what's entailed in building and consuming such services, and what are the best practices for debugging and handling concurrency, security, and service exceptions. The single chapter in Part Two provides commentaries and suggestions on how to add ADO.Net Data Services to legacy applications so that investments in existing code is preserved while creating a new path for evolving new functionalities. The next four chapters in Part Three are, for me, the meatiest part of the book. This is where the authors show you how to integrate ADO.Net Data Services with different types of client technologies such as ASP.Net, Ajax, Silverlight, Popfly Mashups and Biztalk. Each of these chapters include a discussion of the client technology, what issues you may encounter when attempting to consume ADO.Net Data Services and how to resolve or workaround those issues. The book concludes with a single chapter in Part Four discussing currently known future plans for ADO.Net Data Services and related technologies. Overall, I think the authors did a great job providing lots of information, advice, and code exercises (the zip file for which is downloadable from Apress' web site).
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Good for all levels, both simple and technical, so actually fun to read, December 8, 2008
This review is from: Pro ADO.NET Data Services: Working with RESTful Data (Expert's Voice in .NET) (Paperback)
A really decent introduction to REST-Style Data Services and their applications - you basically get the tech side explaining the services, and then how they might be applied, and personally I found the examples as useful as the specs. In the current competitive market, RESTful Services are on the rise, and it's important to know how they differ from SOAP Services, the dubugging which is importance for the maintanance of these services when they are live with a client. The good part is that all pre-existing code can be preserved, and part two explains this--and I should know, given how difficult it is to write code!

If you currently use ADO.Net Data Services, part three is a cool addition to aiding the development of new technologies -- this is the coolest part. What are Ajax, Silverlight, Popfly Mashups and Biztalk? You gotta know, cos if you don't, you can't be cutting edge. Biztalk is the bet covered here, but the others get attention -- I would just recommend it for biztalk the most.

What's the downside of this book? Hard to see. The prices are always tricky with these books when the tech. market moves so fast. I'd say here is a surprise though...I looked up John Shaw...he seems to be a 'chipmaster' in the US (whatever that is) but as this is a UK publication, I think it's a good addition to the market, and would sell in the US (I am writing from Washington, DC).
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Very good, January 18, 2009
This review is from: Pro ADO.NET Data Services: Working with RESTful Data (Expert's Voice in .NET) (Paperback)


This book covers not only ado.net data services, but all associated server and client technologies that we need to create a real project, like WCF, ASP.NET, Silverlight, BizzTalk, Entity Framework, popFly, and more.

The book talk about all these tecnologies as the reader don't know them, starting at the beggining of each one and going directly to how to use the technology with ado.net data services.

About data services, the book explain the details about the protocols used by data services, REST and the methods PUT, GET, DELETE. The book show the architecture of data services in a protocol level, because that this book will became a good reference for a long time.

I searched in the book for the most critical points of data services, like security, bussiness rules and so on, it's all there with samples and practical information to create real applications with data services.
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)
virtual earth, business process layer, request body, customer ranking, response service, query string operator, data service endpoint, service host web site, query interceptor, hello world block, change interceptor, service implementation project, enterprise mashups, svc file, mashup editor, concurrency checking, cloud computing, client assembly, page life cycle, channel stack, xaml file, navigation property, underlying data source, wrench icon, data access layer
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Data Services, Visual Studio, Order Details, Solution Explorer, Contact Name, Windows Live, Entity Data Model, Date of Birth, Property Name, Hello World, Customer Name, Service Pack, Transport Properties, Internet Explorer, Obere Str, Add New Item, Add Reference, Alfreds Futterkiste, First Name, Expression Blend, Administration Console, Request Builder, Popfly Explorer, Add Service Reference Wizard, Entity Contents
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(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



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject