Programming WCF services

Programming WCF Services is the authoritative, bestselling introduction to Microsoft's unified platform for developing service-oriented applications (SOA) on Windows. This relentlessly practical book provides insight, not documentation, to help you learn the topics and skills you need for build...

Full description

Bibliographic Details
Main Author: Löwy, Juval
Format: eBook
Language:English
Published: [Sebastopol, Calif.] O'Reilly 2008
Edition:2nd ed
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Programming WCF Services, Second Edition; Preface; Some Assumptions About the Reader; What You Need to Use This Book; Conventions Used in This Book; Using Code Examples; How to Contact Us; Safari® Books Online; Acknowledgments; 1. WCF Essentials; Services; Addresses; HTTP Addresses; IPC Addresses; MSMQ Addresses; Peer Network Addresses; Contracts; Names and namespaces; Hosting; The Web. Config file; Self-Hosting; Self-hosting and base addresses; Advanced hosting features; The ServiceHost class; WAS Hosting; Custom Hosting in IIS/WAS; Bindings; Choosing a Binding; Additional Bindings
  • Using a BindingEndpoints; Binding configuration; Programmatic Endpoint Configuration; Metadata Exchange; Enabling Metadata Exchange Programmatically; The Metadata Exchange Endpoint; Streamlining with ServiceHost; The Metadata Explorer; Client-Side Programming; Administrative Client Configuration; Generating the client config file; In-proc configuration; The SvcConfigEditor; Working with the proxy; Closing the proxy; Call timeout; Programmatic