Learning WCF: A Hands-on Guide
|
| List Price: | $44.99 |
| Price: | $29.69 & eligible for FREE Super Saver Shipping on orders over $25. Details |
Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com
47 new or used available from $17.91
Average customer review:Product Description
Windows Communication Foundation (or WCF, formerly code name "Indigo") provides a set of programming APIs that make it easy to build and consume secure, reliable, and transacted services. This platform removes the need for developers to learn different technologies such as ASMX, Enterprise Services and .NET Remoting, to distribute system functionality on a corporate network or over the Internet. The first truly service-oriented platform, WCF provides innovations that decouple service design and development from deployment and distribution - creating a more flexible and agile environment. WCF also encapsulates all of the latest web service standards for addressing, security, reliability and more.
Product Details
- Amazon Sales Rank: #29083 in Books
- Published on: 2007-05-24
- Original language: English
- Number of items: 1
- Binding: Paperback
- 607 pages
Features
- ISBN13: 9780596101626
- Condition: NEW
- Notes: Brand New from Publisher. No Remainder Mark.
- Click here to view our Condition Guide and Shipping Prices
Editorial Reviews
About the Author
Customer Reviews
This should be the first WCF book you get
You may want to acquire various other WCF books for depth, but if you're just getting started with WCF, this is the book you want. There isn't another book out there that compares to it. It's cleanly written and nicely balances conceptual material on service orientation with the practicalities of Windows Communication Foundation.
Many other books on WCF take the form of a "brain dump" on WCF features, or get bogged down in conceptual discussion of Service Oriented Architecture. Instead, Ms. Bustamante has a very clear, logical path from simple WCF features to more complex. You won't be overwhelmed early, but you will eventually get to most of the advanced features you'll likely need. Other books, such as Juval Lowy's Programming WCF Services (Programming), can pick up at that point for the really advanced topics.
Many of the chapters contain step-by-step labs, and you can get working end results from the author's web site. They start easy and build nicely through more complex concepts.
The sample code in the book is in C#, but if you happen to be a Visual Basic developer (as I am), you're not left out. Many of the labs and samples are also available in VB on the author's web site.
The book was unfortunately published too early to include definite coverage of the Visual Studio 2008 features for automatically generating some of the code you need to use WCF. Those capabilities are in the Visual Studio 2008 beta now and will be released in the next few months. Some of the labs could have been simplified by using those Visual Studio features. But, on the positive side, working through the labs in more detail will give you a more in-depth understanding of the subject and enable you to use the Visual Studio features more effectively.
A 'must buy' for WCF
I have trawled round quite few books, articles, samples etc which all promised instant knowledge of WCF. Fortunately I came across Michele's book before I gave up in despair. I found the style just refreshing; it talked you through the concepts in bite-sized chunks and never tried to swamp you in technology.
Not just that, but Hands-On-Labs as well; yes, labs that work out of the box and demonstrate the principal at issue. Not just labs but solutions too that actually work. It does exactly what it says on the tin.
I've found this "tell it how it is and provide working samples" to be a real novelty in the WCF space.
If you want to get WCF-competent, then get this book. If you want to trash around in the dark for a few more weeks, then there's plenty of others I could suggest.
Master WCF with this book
A very thorough treatment of WCF backed by hands-on labs. The labs are simple yet drive the concepts home. And once you've done a lab you can easily apply the lesson in your professional project.
Chapters 1 -5 and 8 are the most useful to my situation, although I would have liked chapter 8 (on Exceptions and Faults) to be a tad deeper on fault handling, especially regarding the catching of FaultException
That said, off the bat I was professionally operational as soon as I had digested chapter 1. Chapter 2 explained Contracts, the agreement between services and clients. That chapter clarifies how server and client sides cooperate. Chapter 3 explains Bindings and allows you to make wise choices regarding which channel etc... will best serve your need. Chapter 4 explains Hosting. It was good to get simple but very helpful tips like the recommendation to have a console host in the project even though the main production hosting will be say, IIS or a Windows Service host. The console host is so invaluable during debugging sessions where I do not have to constantly stop and start a Windows service host. Chapter 5 adds more to hosting by explaining instancing and when the need for concurrency arises.




