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

RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5
Authors
Jon Flanders
ISBN
0596519206
Published
02 Dec 2008
Purchase online
amazon.com

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 (WFe 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.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

Jorin M. Slaybaugh said
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 .NET but wanted more details about the inner workings of REST and specifically the details of configuration within IIS and web.config. Well, this book definitely covers the inner workings of REST within WCF VERY throroughly, but in my opinion, the approach was kind of counter-intuitive. He begins by providing command line examples, and perhaps it is due to my overall lack of experience with WCF, but I couldnt identify with the implementation of such an example, and the details of the web.config setup were only cursorily mentioned--everything was created in code. So, my exact goal was not fully acheived, however, the advantages of this book as a reference greatly outweigh that single disadvantage. The author delves quite deeply into an explanation of behaviors, endpoints, serialization, deserialization, and the URI template syntax -- which basically are the key aspects of REST in WCF.NET. Even without a background in WCF, this book gets you up to speed very quickly.

Akash Aggarwal said
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. I have not seen any comparable book which talk about REST support for WCF in that depth.

Aspi Havewala said
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.

Christiano C. Moraes said
Dont waist your time looking for any other .net RESTFUL book (to be honest, I dont know if is there any other! ;-) )
This is the only one that you need to understand and implement your Windows Comunication Foundation services acordingly with the RESTFUL design. A must have!

John R. Vacca said
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.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.”