Start reading Windows Communication Foundation Unleashed (WCF) 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

Read books on your computer or other mobile devices with our FREE Kindle Reading Apps.
Windows Communication Foundation Unleashed (WCF)
 
 

Windows Communication Foundation Unleashed (WCF) [Kindle Edition]

Marc Mercuri , Nigel Watling , Matt Winkler , Craig McMurty
3.6 out of 5 stars  See all reviews (16 customer reviews)

Digital List Price: $39.99 What's this?
Print List Price: $54.99
Kindle Price: $27.99 includes free wireless delivery via Amazon Whispernet
You Save: $27.00 (49%)

Formats

Amazon Price New from Used from
Kindle Edition $27.99  
Paperback $36.73  


Editorial Reviews

Product Description

This is the eBook version of the printed book.

A new edition of this title is available, ISBN-10: 0672330245 ISBN-13: 9780672330247

 

Windows Communication Foundation (WCF) is a new Microsoft technology for allowing software to communicate. Superseding earlier technologies, such as COM/DCOM, .NET Remoting, ASP.NET Web Services, and the Web Services Enhancements for .NET, WCF provides a single solution that is designed to always be the best way to exchange data among software entities. It also provides the infrastructure for developing the next generation of Web services, with support for the WS-* family of specifications, and a new serialization system for enhanced performance. For information technology professionals, WCF supplies an impressive array of administration tools that enterprises and software vendors can use to reduce the cost of ownership of their solutions without writing a single line of code. Most important, WCF finally delivers on the long-postponed promise of model-driven software development with the new software factory approach, by which one can iteratively design solutions in a modeling language and generate executables from lower-level class libraries.

 

Windows Communication Foundation Unleashed is designed to be the best resource for software developers and architects working with WCF. The book guides readers toward a conceptual understanding of all the facilities of WCF and provides step-by-step guides to applying the technology to practical problems.

 

  • Introduces you to WCF and then takes you deep inside the technology
  • Gives you nearly 100 best practices for programming with WCF
  • Provides detailed coverage on how to version services that you will not find anywhere else
  • Delves into using WCF together with Windows Workflow Foundation and Windows CardSpace
  • Provides detailed coverage of the new high-performance data contract serializer for .NET
  • Walks you through how to do secure, reliable, transacted messaging, and how to understand the options available
  • Introduces you to federated, claims-based security, and shows you how to incorporate SAML and WS-Trust security token services into your architecture
  • Provides step-by-step instructions for how to customize every aspect of WCF
  • Shows you how to add your own behaviors, communication channels, message encoders, and transports
  • Gives you options for implementing publish/subscribe solutions
  • Walks you through how to do peer-to-peer communications with WCF

 

As evangelists at Microsoft for WCF, Craig McMurtry, Marc Mercuri, Nigel Watling, and Matt Winkler are uniquely positioned to write this book. They had access to the product as it was being built and to the development team itself. Their work with enterprises and outside software vendors has given them insight into how others see the software, how they want to apply it, and the challenges they face in doing so.

 

Foreword

Introduction

 

Part I Introducing the Windows Communication Foundation

2 The Fundamentals

3 Data Representation

4 Sessions, Reliable Sessions, Queues, and Transactions

Part II Introducing the Windows Workflow Foundation

5 Fundamentals of the Windows Workflow Foundation

6 Using the Windows Communication Fou...

About the Author

Craig McMurtry, Marc Mercuri, Nigel Watling and Matt Winkler work directly with the Windows Communication Foundation development team to tell the world about the technology.  As such, the authors have exclusive access to the very designers and developers that are producing the technology, as well as to early releases thereof.  That access provides insights into features and application of the technology that others do not have, as well as knowledge of how the technology will evolve, and familiarity with best practices that are only just being formulated by the testing teams.  More importantly, the authors devote their time to assisting enterprises and software vendors to adopt the Windows Communication Foundation, and that yields them significant insights into how others see the technology, how they wish to apply it, and the challenges they face.  The new material proposed for the second edition derives from their experiences since the first edition went to press.


Product Details

  • Format: Kindle Edition
  • File Size: 5233 KB
  • Print Length: 720 pages
  • Page Numbers Source ISBN: 0672329484
  • Simultaneous Device Usage: Up to 5 simultaneous devices, per publisher limits
  • Publisher: Sams; 1 edition (March 6, 2007)
  • Sold by: Amazon Digital Services
  • Language: English
  • ASIN: B00142KQ8E
  • Text-to-Speech: Enabled
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (16 customer reviews)
  • Amazon Best Sellers Rank: #477,328 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
  •  Would you like to give feedback on images?


 

Customer Reviews

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

14 of 17 people found the following review helpful:
5.0 out of 5 stars Excellent book for learning WCF as well a good reference, March 15, 2007
I must say that I'm impressed with this book. It goes through almost every topic important to WCF developers and does it in a way that's easy to understand.
The first thing that it does is give a high level overview. What is WCF and why should I use it? This is obviously very useful to someone who has never heard of it. From there they go into the basics of how to get a WCF application to work.
From my own perspective, having been working with WCF for more than a year I was much more interested in the advanced topics, and this book certainly doesn't disappoint here either. I was especially impressed with the topics on Security and Extensibility. Both of these topics are very large and potentially very complicated but they don't shy away from tackling them.
There are four chapters on Security, one that hits the basics, and the other three are more advanced. There's one chapter on using claims based security. They go into how to use it and why. They even go into Federated security, even providing an STS sample. There are two chapters on Identity and Cardspace which go into great detail about how to implement and use them.
The chapters on extensibility were great. It's separated into three separate chapters, one on the ServiceModel behaviors, one on channels, and one on Transport Channels. Extensibility in WCF is very good, but there's a lot to know. They hit most of the big ones, including what they can do for you, how to implement them and how to use them. They even go through and list the steps that WCF takes on the way from the client to the service and back and which extensibility points it hits along the way. I was very impressed with the section on creating a custom channels and especially the custom transport. This is a very difficult and daunting topic for a lot of developers but they manage to explain it in an easy to understand fashion even showing some very simple sample code demonstrating what the transport channel actually does.
They also have a chapter dedicated to best practices on designing and developing a WCF application. It's definitely a good checklist to go through when creating your application.

In Summary:
The good:
Very good high level explanations of WCF capabilities including why you should use them and how.
Lots of sample code, including downloadable labs.
Lots of good advice based upon experience.
Fantastic chapters on Security and Extensibility (there were others but those were my favorites).
Missing:
In the security chapters the only thing that I would have liked to have seen is more discussion about how to deal with some of the more common Kerberos problems we see, such as having to set the UPN/SPN identity element on the client. They go into this for certificates but not Kerberos.
Low level explanation of the inner workings of the ws-*. For example there were no xml wire representations of WS-RM messages creating a session. This is obviously not necessary to create WCF applications, but for the hardcore it's kind of nice.... Granted that this is probably a topic for another book entirely...
They didn't go over the MessageContract as much as I would have liked. There is some mention of it in the final chapter but it's brief.

In all, this was definitely a book I would recommend for WCF developers whether you're just starting out or are more advanced. It hits almost every topic that would interest a WCF developer and provides lots sample code for learning it and advice for developing your applications.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 16 people found the following review helpful:
2.0 out of 5 stars Not so great, April 5, 2007
I purchased this book and realised that I already have it! This book is a slightly updated version of thie book 'Microsoft Windows Communication Foundation: Hands-on'

I did not like the first book as the style of writing is more about giving you a whole source code as page fillers instead of just highlighting the chunks of code that actually matter. Also would have been better to go step by step on the actual lines of code instead of giving summary of what the code does.

There are a few new chapters regarding WWF and WCF, but other chapters are just cut and paste from the previous book.

Personally I would look for another book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 6 people found the following review helpful:
5.0 out of 5 stars Excellent coverage of the technology!, May 18, 2007
By 
Pierre Huguet "pierre_h" (San Diego, CA United States) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
Between the WPF Unleashed book and this one I am thoroughly impressed by the quality of this series. This book is easy to read with in depth information, very relevant. It covers a lot of useful techniques: in particular security, customization and integration with WF. A real step ahead of the other books. A Must have for all serious WCF programmer.
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



What Other Items Do Customers Buy After Viewing This Item?


Popular Highlights

 (What's this?)
&quote;
book Software Factories: Assembling Applications with Patterns, Models, Frameworks, and Tools (Greenfield and others 2004). &quote;
Highlighted by 3 Kindle users

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).
 
(2)

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


Create a guide