Product Details
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

List Price: $39.99
Price: $26.39 & eligible for FREE Super Saver Shipping on orders over $25. Details

Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com

54 new or used available from $17.80

Average customer review:

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 (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. 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) services Program READ/WRITE services Host REST services Program REST feeds Program AJAX REST clients Secure REST endpoints Use workflow to deliver REST services Consume RESTful XML services using WCF Work with HTTP Work 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


Product Details

  • Amazon Sales Rank: #109964 in Books
  • Published on: 2008-11-01
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 287 pages

Features


Editorial Reviews

About the Author

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


Customer Reviews

Concise, clear and lean5
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.

Using REST and .NET? A must read then!5
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.

VERY VERY HIGHLY RECOMMENDED!!5
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.