or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
37 used & new from £17.99

Have one to sell? Sell yours here
 
   
Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .Net Development)
 
 

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

by Steve Resnick (Author), Richard Crane (Author), Chris Bowen (Author)
4.5 out of 5 stars  See all reviews (2 customer reviews)
RRP: £35.99
Price: £17.99 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £18.00 (50%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Want guaranteed delivery by Wednesday, November 11? Choose Express delivery at checkout. See Details
31 new from £17.99 6 used from £21.56

Frequently Bought Together

Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .Net Development) + Programming WCF Services + Pro C# 2008 and the .NET 3.5 Platform, Fourth Edition
Price For All Three: £68.95

Show availability and shipping details


Customers Who Bought This Item Also Bought

Programming WCF Services

Programming WCF Services

by Juval Lowy
3.6 out of 5 stars (7)  £23.78
Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, 2nd Edition

Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, 2nd Edition

by Matthew MacDonald
4.4 out of 5 stars (5)  £25.58
Microsoft .NET: Architecting Applications for the Enterprise (PRO-Developer)

Microsoft .NET: Architecting Applications for the Enterprise (PRO-Developer)

by Dino Esposito; Andrea Saltarello
4.6 out of 5 stars (8)  £19.79
Concurrent Programming on Windows: Architecture, Principles, and Patterns (Microsoft .Net Development)

Concurrent Programming on Windows: Architecture, Principles, and Patterns (Microsoft .Net Development)

by Joe Duffy
4.5 out of 5 stars (2)  £15.99
Pro WF: Windows Workflow in .NET 3.5

Pro WF: Windows Workflow in .NET 3.5

by Bruce Bukovics
£24.19
Explore similar items

Product details

  • Paperback: 608 pages
  • Publisher: Addison Wesley; 1 edition (21 Feb 2008)
  • Language English
  • ISBN-10: 0321440064
  • ISBN-13: 978-0321440068
  • Product Dimensions: 23.4 x 17.5 x 3 cm
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon.co.uk Sales Rank: 44,976 in Books (See Bestsellers in Books)

    Popular in this category:

    #32 in  Books > Computing & Internet > Microsoft Windows > Programming > .Net
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Generate .NET Classes opens new browser window
www.EntitySpaces.net  -  Spend only $299 and save thousands. Download the free Trial today. 
  
 

Product Description

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



From the Back Cover

“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


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

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)
 
wcf
dotnet 3 5
web services
soa
serializer
net 30
microsoft
dotnet

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .Net Development)
64% buy the item featured on this page:
Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .Net Development) 4.5 out of 5 stars (2)
£17.99
Learning WCF: A Hands-on Guide
15% buy
Learning WCF: A Hands-on Guide 4.8 out of 5 stars (4)
£21.13
Programming WCF Services
12% buy
Programming WCF Services 3.6 out of 5 stars (7)
£23.78
Windows Communication Foundation 3.5 Unleashed
5% buy
Windows Communication Foundation 3.5 Unleashed
£19.79

 

Customer Reviews

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

 
1 of 2 people found the following review helpful:
4.0 out of 5 stars Great introduction to WCF, 8 Jul 2008
By Janus Tøth (Denmark) - See all my reviews
(REAL NAME)   
The book is good. It is very well written and easy to understand and the authors did not bother to put in too many pointless exercises and overly long examples. They stick to the main points and do it well. The only problem is that the code examples in the book are badly in need of a review. Quite often they would never have compiled or they do not do what the text says they do. It is sort of a minor issue but at times it can be quite confusing. I you are not in a hurry to learn about WCF then I would wait for the second edition. If you are in a hurry then I would still recommend this book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 2 people found the following review helpful:
5.0 out of 5 stars Excellent book well recommended, 6 April 2008
This is an excellent book with very clear easy to follow examples and explanations. I would highly recommend it. Some of the other texts available are a bit out of date with the release of VS2008 but this appears to be very up to date.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.