Start reading RESTful .NET on your Kindle in under a minute. Don’t have a Kindle? Get your Kindle here.

Deliver to your Kindle or other device

 
   
  Try it free  
 
Sample the beginning of this book for free

Deliver to your Kindle or other device

 
   
RESTful .NET
 
See larger image
 

RESTful .NET (Kindle Edition)

by Jon Flanders (Author)
4.3 out of 5 stars  See all reviews (9 customer reviews)

Digital List Price: $31.99  What's this?
Print List Price:$39.99
Kindle Price: $17.59 & includes wireless delivery via Amazon Whispernet
You Save:$22.40 (56%)

Text-to-Speech: Enabled
Kindle Books
  • Kindle Books include wireless delivery - read your book on your Kindle within a minute of placing your order.
  • Don't have a Kindle? Get yours here.
  • New: Read more than 360,000 Kindle books on your iPhone or iPod touch

Formats

Amazon Price New from Used from
  Kindle Edition, November 20, 2008 $17.59 -- --
  Paperback, October 31, 2008 $26.39 $21.99 $19.74

Customers Who Bought This Item Also Bought

Pro ADO.NET Data Services: Working with RESTful Data

Pro ADO.NET Data Services: Working with RESTful Data

5.0 out of 5 stars (4)  $25.19
Effective REST Services via .NET: For .NET Framework 3.5

Effective REST Services via .NET: For .NET Framework 3.5

4.5 out of 5 stars (2)  $31.99
Professional ASP.NET MVC 1.0

Professional ASP.NET MVC 1.0

4.0 out of 5 stars (42)  $25.19
Essential Windows Communication Foundation (WCF)

Essential Windows Communication Foundation (WCF)

4.7 out of 5 stars (13)  $25.19
Pro Silverlight 2 in C# 2008

Pro Silverlight 2 in C# 2008

4.9 out of 5 stars (15)  $25.19
Explore similar items

Editorial Reviews

Product Description

RESTful .NET is the first book that teaches Windows developers to build RESTful web services using the latest Microsoft tools. Written by Windows Communication Foundation (WFC) expert Jon Flanders, this hands-on tutorial demonstrates how you can use WCF and other components of the .NET 3.5 Framework to build, deploy and use REST-based web services in a variety of application scenarios.RESTful architecture offers a simpler approach to building web services than SOAP, SOA, and the cumbersome WS-* stack. And WCF has proven to be a flexible technology for building distributed systems not necessarily tied to WS-* standards. RESTful .NET provides you with a complete guide to the WCF REST programming model for building web services consumed either by machines or humans. You'll learn how to:Program Read-Only (GET) servicesProgram READ/WRITE servicesHost REST servicesProgram REST feedsProgram AJAX REST clientsSecure REST endpointsUse workflow to deliver REST servicesConsume RESTful XML services using WCFWork with HTTPWork with ADO.NET Data Services (Astoria)RESTful .NET introduces you to the ideas of REST and RESTful architecture, and includes a detailed discussion of how the Web/REST model plugs into the WCF architecture. If you develop with .NET, it's time to jump on the RESTful bandwagon. This book explains how."While REST is simple, WCF is not. To really understand and exploit this part of WCF requires a knowledgeable and experienced guide. I don't know anybody who's better suited for this role than Jon Flanders. ...Jon is first-rate at explaining complicated things. This book is the best introduction I've seen to creating and using these services with WCF."--David Chappell, Chappell & Associates


About the Author

Flanders is most at home spelunking, trying to figure out exactly how .NET works.

Product Details


What Do Customers Ultimately Buy After Viewing This Item?

RESTful .NET
90% buy the item featured on this page:
RESTful .NET 4.3 out of 5 stars (9)
$17.59
Essential Windows Communication Foundation (WCF)
10% buy
Essential Windows Communication Foundation (WCF) 4.7 out of 5 stars (13)
$25.19

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(16)
(2)
(1)
(1)
(1)

Your tags: Add your first tag
 

 

Customer Reviews

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

 
8 of 8 people found the following review helpful:
5.0 out of 5 stars Concise, clear and lean, January 24, 2009
By Aspi Havewala (Chicago, IL USA) - See all my reviews
(REAL NAME)   
There are two things I really liked about Flanders' book:

(1) It has a gradual progression from concept to implementation that is both easy to read and very structured. It made the whole book very valuable. The initial section on REST is concise and either enlightening or revision, depending on what you already know. The transition to WCF programming is just as smooth.

(2) It zeroes in on the essentials and provides very lean tutorials on the meat of implementing RESTful services. This is key because WCF as a technology is fairly dense and sprawling. Flanders starts with a quick tutorial of non-SOAP based web programming using WCF. And he covers both server side API implementation and client side consumption of the same.

RESTful .NET's biggest strength is that it is concise, clear and lean. To that point, you need the basics of HTTP, SOAP, WCF, XML, C# and (briefly) ASP in place.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars VERY VERY HIGHLY RECOMMENDED!!, January 17, 2009
Do you want to learn about how to use the REST programming model in WCF 3.5? If you do, then this book is for you! Author Jon Flanders, has done an outstanding job of writing a book that is designed for .NET developers who are familiar with WCF and REST.

Jon Flanders, begins by introducing the basic concepts of REST. Next, the author introduces the WCF channel and programming models. Then, he introduces you to the WebGetAttribute, which is the mechanism for building resources that return read-only representations. He continues by examining the special considerations for hosting this type of endpoint. Next, the author shows you how to build and consume feeds using the WCF feed programming model. Then, he examines WCF 3.5's ability to return data as XML- or JSON-encoded results, as well as the integration between WCF and ASP.NET Ajax. The author continues by examining the WCF settings for enabling security and for creating an endpoint that is highly secure. Next, he focuses on both stateless and stateful workflow models for implementing RESTful services. He continues by taking a look at Restful service, SQL Server Data Services, and decompose it into a WCF service contract that can invoke the service through the WCF programming model. Finally, the author looks at a couple of slightly more advanced HTTP features and how to use them with your RESTful services in WCF.

This most excellent book will help you learn the ways of REST. More importantly, it will show you how to apply them when developing applications and services using .NET and WCF.
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 Using REST and .NET? A must read then!, January 2, 2009
By Stephen Forte (New York, NY USA) - See all my reviews
(REAL NAME)   
Jon walks you through all the necessary steps in using REST with .NET, starting with the why, then the how. This is a soup to nuts guide, with coverage of Astoria and raw XML processing via HTTP.
I really enjoyed the chapter on Securing REST endpoints, I was struggling with this before I read the book. There is also a chapter on WF and REST that opened my eyes. I learned a lot in this well written book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

3.0 out of 5 stars Well written; however, bad example code and too little focus on the client
I like the way the author writes; however, I have a few problems with the book as a whole:
- The example code is a mess. Read more
Published 24 days ago by D. Yates

3.0 out of 5 stars Not the full picture regarding REST
The idea of a book on RESTful WCF was very sound but it faced a few problems the main one being that the REST support in WCF isn't great. Read more
Published 1 month ago by C. Jack

4.0 out of 5 stars EXCELLENT reference, even if not what I expected
I started reading this book after finishing Data-Driven Services with Silverlight 2 so I was already somewhat familiar with the basic principles of REST services in . Read more
Published 5 months ago by Jorin M. Slaybaugh

5.0 out of 5 stars Easy read and nice work
This is the only book you need if you are building new web services or exposing existing one in REST style. Right on time and money. Read more
Published 7 months ago by Akash Aggarwal

5.0 out of 5 stars "The" Book
Dont waist your time looking for any other .net RESTFUL book (to be honest, I dont know if is there any other! Read more
Published 9 months ago by Christiano C. Moraes

4.0 out of 5 stars Really good book that goes beyond the basics!
REST support in .Net is built on top of a rich and flexible Windows Communication Foundation infrastructure. Read more
Published 10 months ago by Techie Evan

Only search this product's reviews



Customer Discussions

This product's forum
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
   
Explore more


So You'd Like to...


Create a guide

Look for Similar Items by Category


Look for Similar Items by Subject


 
Feedback
If you need help or have a question for Customer Service, contact us.
Please log in if you would like to report this content as inappropriate? Click here
Do you believe that this item violates a copyright? Click here
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

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