Cargando…

Programming WCF services /

Written by Microsoft software legend Juval Lowy, Programming WCF Services is the authoritative introduction to Microsoft's new, and some say revolutionary, unified platform for developing service-oriented applications (SOA) on Windows. Relentlessly practical, the book delivers insight, not docu...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Löwy, Juval
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly, 2007.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Programming WCF Services; 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® Enabled; Acknowledgments; 1. WCF Essentials; 1.2. Services; 1.3. Addresses; 1.3.2. HTTP Addresses; 1.3.3. IPC Addresses; 1.3.4. MSMQ Addresses; 1.3.5. Peer Network Address; 1.4. Contracts; 1.4.1.2. Names and namespaces; 1.5. Hosting; 1.5.1.2. The Web. Config file; 1.5.2. Self-Hosting; 1.5.2.2. Self-hosting and base addresses; 1.5.2.3. Advanced hosting features; 1.5.2.4. The ServiceHost class; 1.5.3. WAS Hosting.
  • 1.6. Bindings1.6.2. Format and Encoding; 1.6.3. Choosing a Binding; 1.6.4. Using a Binding; 1.7. Endpoints; 1.7.1.2. Binding configuration; 1.7.2. Programmatic Endpoint Configuration; 1.8. Metadata Exchange; 1.8.2. The Metadata Exchange Endpoint; 1.8.2.2. Streamlining with ServiceHost; 1.8.3. The Metadata Explorer; 1.9. Client-Side Programming; 1.9.2. Administrative Client Configuration; 1.9.2.2. Generating the client config file.