BlogFodder Store

Search Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .NET Development Series)  
Bestsellers
Web 2.0: A Strategy Guide: Business thinking and strategies behind successful Web 2.0 implementations.
Data-Driven Services with Silverlight 2
Get to the Top on Google: Tips and Techniques to Get Your Site to the Top of the Search Engine Rankings -- and Stay There
RESTful Web Services
Learning WCF: A Hands-on Guide
Killer Web Content: Make the Sale, Deliver the Service, Build the Brand
Subject To Change: Creating Great Products & Services for an Uncertain World: Adaptive Path on Design
Team Foundation Server 2008 in Action
RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5
SOA Principles of Service Design (Prentice Hall Service-Oriented Computing Series from Thomas Erl)

Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .NET Development Series)

Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .NET Development Series)
Authors: Steve Resnick, Richard Crane, Chris Bowen
Publisher: Addison-Wesley Professional

List Price: $49.99
Buy New: $28.88
You Save: $21.11 (42%)



New (45) Used (9) from $28.88


Media: Paperback
Edition: 1
Number Of Items: 1
Pages: 608
Shipping Weight (lbs): 1.9
Dimensions (in): 9.2 x 6.9 x 1.2

ISBN: 0321440064
Dewey Decimal Number: 005.2768
EAN: 9780321440068

Condition: All orders ship same business day via standard shipping (USPS Media Mail) if received by 1 PM CST.

Editorial Reviews:

Product Description

“Whether this is the first time or the fifty-first time you’re using WCF, you’ll learn something new by reading this book.”

--Nicholas Allen, Program Manager, Web Services, Microsoft

Windows Communication Foundation (WCF) is the easiest way to produce and consume Web services on the Microsoft platform. With .NET 3.5, WCF has been extensively revamped--and Visual Studio 2008 gives developers powerful new tools for utilizing it. Essential Windows Communication Foundation shows developers exactly how to make the most of WCF with .NET 3.5 and Visual Studio 2008.

Drawing on extensive experience working with early adopters, three Microsoft insiders systematically address the topics developers ask about WCF. The authors approach each subject with practical advice and present best practices, tips, and tricks for solving problems. Throughout, you’ll find detailed explanations, solutions for the “pain points” of WCF development, and an extensive collection of reusable code examples. Coverage includes

  • Using WCF contracts to define complex structures and interfaces
  • Understanding WCF’s channel stacks and channel model architecture
  • Configuring the WCF communication stack to use only the protocols you need
  • Using standard and custom service behaviors to manage concurrency, instances, transactions, and more
  • Serializing data from .NET types to XML Infosets and representing Infosets “on the wire”
  • Hosting WCF services via IIS, managed .NET applications, and Windows Activation Services
  • WCF security, in depth: authentication; transport and message-level security; and Internet and intranet scenarios
  • Improving reliability: exception handling, diagnostics, and more
  • Workflow services: new integration points between WCF 3.5 and Windows Workflow Foundation
  • Building client-to-client, peer network-based applications
  • Utilizing WCF for non-SOAP Web services: AJAX and JSON examples and .NET 3.5 hosting classes

Microsoft’s Steve Resnick, Richard Crane, and Chris Bowen are technology experts at the Microsoft Technology Center in Boston. They specialize in helping customers improve their technical agility by applying WCF and related technologies. Resnick has specialized in Internet technologies and distributed computing at Microsoft since 1995. He is a frequent speaker at Microsoft events and is now technology director for the U.S. Microsoft Technology Centers. Crane has more than 15 years of experience in senior software development roles. He specializes in large-scale Web sites, distributed computing, transactional systems, and performance analysis. Bowen has been an architect and developer for more than 15 years at companies such as Monster.com and Staples and is co-author of Professional Visual Studio 2005 Team System.

Foreword xxv

Preface xxvii

Chapter 1: Basics 1

Chapter 2: Contracts 33

Chapter 3: Channels 91

Chapter 4: Bindings 111

Chapter 5: Behaviors 181

Chapter 6: Serialization and Encoding 241

Chapter 7: Hosting 287

Chapter 8: Security 315

Chapter 9: Diagnostics 375

Chapter 10: Exception Handling 403

Chapter 11: Workflow Services 423

Chapter 12: Peer Networking 459

Chapter 13: Programmable Web 503

Appendix: Advanced Topics 537

Index 553




Customer Reviews:   Read 5 more reviews...

5 out of 5 stars Remarkable   January 2, 2009
 1 out of 1 found this review helpful

This book is remarkably an excellent tool for developers who want to expand his understanding in WCF programming.It provides both concepts and practical cases you can use and enforce your knowledge. Great jobs. I strongly recommend to read it.


5 out of 5 stars Clear and to the point... Easy to read and comprehend   December 29, 2008
 1 out of 1 found this review helpful

Really enjoyed reading the Essential WCF book by Resnick and et.al. The topics were well organized and explained the concepts well enough. This book will definitely get you started on the route with WCF.

Due to a project committment, I had a four month break in coming back to this, but it was well worth it.

Good examples, overall, although I didn't code them one by one, but it was clear and concise to follow the plain code. The intentions are there. Does a very fine job of with many configurations available with the WCF.

I am also reading Juval Lowy's in addition to get more in depth as I am getting ready for the 70-503 MS test. Thanks, guys!

Baskin



4 out of 5 stars Excellent for newcomers or experienced WCF developers   November 16, 2008
 1 out of 1 found this review helpful

This book's very well written and does a great job of explaining a lot of the features around WCF. I like their approach to topics, starting out with basics and evolving from there. For example, right off the bat they do a solid job of showing a service hosted entirely in code, then do a comparable service hosted in IIS. All differences are clearly laid out with some good rationale for either implementation.

This same approach continues through the book, which is something I'm always appreciative about: give me options with clear explanations of why they'd apply, then let me choose which one fits for my environment. The authors even lay out a number of tables throughout the book showing options and alternatives - like the supported features of bindings table in chapter 4.

It's a solid book for newcomers to WCF or experienced folks looking to brush up on the deltas as WCF moves to .NET 3.5.



5 out of 5 stars Simply the best   October 23, 2008
 2 out of 2 found this review helpful

I already own a couple of books on WCF - but none of them seemed to cover important (and advanced) topics such as serializers and bindings in-depth. But this book does, and it does it in a way that is both thorough and smart.

Sometimes it can be hard to make the right choice of components, but luckily, this book comes with a lot of useful and great comparison matrix' on different subject, which makes decisioning really easy.

All in all, this is one of the best book on WCF, but for me, this stands out to be the best. Highly recommended.



5 out of 5 stars Very good and valuable resource   September 5, 2008
 1 out of 1 found this review helpful

The book covers all aspects of WCF in a clear and concise way. Even for people with a lot of experience or architectects who want to get an overview of WCF this is a real valuable resource.

It has a nice writing style so you can even enjoy it a bit later or with a glass of wine...


[ powered by full speed ]
Ads