Windows Communication Foundation Unleashed (WCF) (Unleashed)

  Author:    Craig McMurtry, Marc Mercuri, Nigel Watling, Matt Winkler, Craig McMurty
  ISBN:    0672329484
  Sales Rank:    148833
  Published:    2007-03-06
  Publisher:    Sams
  # Pages:    720
  Binding:    Paperback
  Avg. Rating:    4.0 based on 14 reviews
  Used Offers:    10 from $19.73
  Amazon Price:    $31.49
  (Data above last updated:  2008-11-29 07:05:31 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Windows Communication Foundation Unleashed (WCF) (Unleashed)
  
<>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 Foundation and the Windows

Part III Security

7 Security Basics

8 Windows CardSpace, Information Cards, and the Identity Metasystem

9 Securing Applications with Information Cards

10 Advanced Security

Part IV Integration and Interoperability

11 Legacy Integration

12 Interoperability

Part V Extending the Windows Communication Foundation

13 Custom Behaviors

14 Custom Channels

15 Custom Transports

Part VI Special Cases

16 Publish/Subscribe Systems

17 Peer Communication

18 Representational State Transfer and Plain XML Services

Part VII The Lifecycle of Windows Communication Foundation Applications

19 Manageability
20 Versioning

Part VIII Guidance
21 Guidance

Index

                  Reader Reviews 1 - 12 of 12                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
11-18-08 1 1\1
(Hide Review...)  Horrible approach at WCF
Reviewer Permalink
If you are a beginner at WCF, go somewhere else. They do not really show you how to implement a lot of the technology discussed. It is very academic and school-like, in a sense that it tells you whats available, but doesn't explain how to use it in a real world business. It is also all over the place and not very focused. The chapters and topics don't seem to flow synchronously. Whole sections are just code samples, that do not work by the way, with no explanation of how to even use the code in a real world app. There are some serious holes in this book. I highly do not recommend. Stick with the Apress books.
(Review Data Last Updated: 2008-11-30 08:01:03 EST)
07-23-08 5 0\1
(Hide Review...)  Overall a winner!
Reviewer Permalink
The Windows Communication Foundation (WCF) is the latest offering from Microsoft to address the need of passing messages from one software component to another. Using the .NET platform, Microsoft has built a single framework that can encapsulate any type of message passing (at least all the major one's of which I am aware). By abstracting the important pieces of the communication challenge (transport mechanism, security, reliability, etc.), Microsoft has made building components that communicate via SOAP, WS-*, REST, binary, and other methods of communication a much simpler problem than it once was. One cautionary note: WCF is a deep technology, so do not expect to understand all the concepts at once. Having a solid object oriented programming background will help you understand some of the underpinnings of WCF.

If you are a developer looking to get specific examples of how to use WCF in different situations, this book provides the most common situations in which you are likely to run into WCF (think Web Services) as well as an introduction into some more rare circumstances (like building custom Behaviors, Transports, and Channels). The sheer breadth that book attempts to cover means that it does not fully cover each item presented in the table of contents. I personally would have like to have seen more coverage on WS-*. That being said, for the consulting and product work that I do, this book got me 95% of the way to solving all the challenges that I have faced to date. For the other 5% WCF Unleashed is a great book for giving you the nomenclature and background you need to seek help elsewhere. There was also a chapter on WCF guidance that gives you some ideas for best practices that was quite refreshing as many books leave out these crucial tidbits. Interestingly, this book gives brief coverage of Windows Workflow and also CardSpace. Those chapters were not only an interesting aside, but quite useful when thinking about integrating WCF with these two new technologies from Microsoft.

There were a few small things that I want to mention. The authors provide all the code in the samples - even the code that is not necessarily relevant to the topic at hand. While I found this annoying at first, I did appreciate it later when the examples got a bit more complex. Also, the sample code was easy to miss. As of this review, the code download was from InformIT's site and not Sam's publishing site.

Overall, I would highly recommend Windows Communication Foundation Unleashed for anyone starting out with WCF who learns well from "How To" guides and sample code.

[...]
(Review Data Last Updated: 2008-11-19 05:33:18 EST)
06-04-08 2 (NA)
(Hide Review...)  All over the place and seldom where you want it to be.
Reviewer Permalink
This book had been sitting on my bookshelf for sometime collecting dust. When I finally had a need to familiarize myself with WCF, I dug it out and ended up finding myself more confused than anything. The code samples do not work. There is no online update (The 45 day "Free" version on Safari is also incorrect). Four authors, with four different goals. The intro sections were written way too technical, and the higher chapters didn't give enough detail. The only chapter I liked was Chapter 21 - Guidance. A lot of good thought behind that chapter. Otherwise, I've learned more from Microsoft's MSDN site than this book.
(Review Data Last Updated: 2008-07-27 05:15:41 EST)
07-18-07 1 2\10
(Hide Review...)  Sample does not work
Reviewer Permalink
Code sample provided does not work. The author doesn't seem to know the difference between a client and host! No source code is provided in a cd or by download.
(Review Data Last Updated: 2008-06-05 21:33:50 EST)
06-27-07 5 1\1
(Hide Review...)  In-depth, comprehensive and complete
Reviewer Permalink
I haven't finished the entire thing (about 200 pages to go), but so far it has covered up to the most obscure detail you might need to know. I must admit, however, WPF has an incredibly steep learning curve and some of its features are terribly counter-intuitve, but it is an amazing technology. The book shows you the power of the technology with great examples and explanations of the details you thought you knew.
(Review Data Last Updated: 2008-02-15 04:12:41 EST)
05-26-07 1 (NA)
(Hide Review...)  Put it back on the shelf
Reviewer Permalink
I wouldn't waste your money on this book
First of all the publisher thinks it's a funny joke to send the reader to their website to register the book in order to get the source code. Registering allows you to buy the book and the source code is nowhere to be found.
I typed the code from the first example line-for-line and it failed. Rather difficult to build confidence with a new technology if the examples we, the reader, are supposed to follow don't work.
CDs are so inexpensive these days that it's inexcusable not to include the source code on a CD with the book.
I make it a point to type all of the examples, but if I run into a problem then it sure is nice to have the source code to test.
(Review Data Last Updated: 2007-05-25 19:59:22 EST)
05-19-07 5 4\5
(Hide Review...)  Excellent coverage of the technology!
Reviewer Permalink
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.
(Review Data Last Updated: 2008-02-15 04:12:41 EST)
05-04-07 5 1\2
(Hide Review...)  Excellent book for WCF!!!
Reviewer Permalink
I would definitely recommend this book for someone who is new to WCF and is looking to learn WCF in-depth.

Also if you want to learn Cardspace this is THE book I would say :)

I liked the way the Federated security was explained.

Craig has done a marvellous job!!!


(Review Data Last Updated: 2008-02-15 04:12:41 EST)
04-10-07 4 1\4
(Hide Review...)  Must read for comprehensive WCF knowledge
Reviewer Permalink
This book is a must read for anyone wanting to learn WCF in-depth. The coverage of topics is comprehensive and the authors have a very lucid style that makes the material very easy to understand.
(Review Data Last Updated: 2008-02-15 04:12:41 EST)
04-05-07 2 9\15
(Hide Review...)  Not so great
Reviewer Permalink
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.
(Review Data Last Updated: 2008-02-15 04:12:41 EST)
03-24-07 5 1\2
(Hide Review...)  Excellent book on WCF!
Reviewer Permalink
To learn WCF, one would only need this book and the WCF SDK. Very comprehensive and neatly organized. To my surprise it also included chapter on Peer to Peer communication.
(Review Data Last Updated: 2007-06-26 17:52:50 EST)
03-16-07 5 8\10
(Hide Review...)  Excellent book for learning WCF as well a good reference
Reviewer Permalink
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.
(Review Data Last Updated: 2007-06-26 17:52:50 EST)
  
                  Reader Reviews 1 - 12 of 12                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)