Cargando…

Microsoft Windows Communication Foundation 4.0 cookbook for developing SOA applications : over 85 easy recipes for managing communication between applications /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Cheng, Steven
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., 2010.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ma 4500
001 EBSCO_ocn694147009
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 101129s2010 enka o 001 0 eng d
040 |a E7B  |b eng  |e pn  |c E7B  |d OCLCQ  |d COO  |d N$T  |d CEF  |d OCLCQ  |d C6I  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d OCLCA  |d DKDLA  |d OCLCO  |d YDXCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d AGLDB  |d CNNOR  |d MOR  |d PIFAG  |d OCLCQ  |d OCLCO  |d U3W  |d REB  |d BRL  |d STF  |d WRM  |d JBG  |d VTS  |d NLE  |d INT  |d VT2  |d OCLCA  |d OCLCQ  |d OCLCO  |d UKMGB  |d WYU  |d OCLCQ  |d OCLCO  |d A6Q  |d UKAHL  |d HS0  |d AJS  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB6G4543  |2 bnb 
016 7 |a 018014926  |2 Uk 
019 |a 702116045  |a 961507024  |a 962694621  |a 988520379  |a 992066983  |a 1037527165  |a 1038611845  |a 1055360021  |a 1081279711  |a 1083566615  |a 1103257934  |a 1129357566 
020 |a 9781849680776  |q (electronic bk.) 
020 |a 1849680779  |q (electronic bk.) 
020 |z 9781849680769 
020 |z 1849680760 
029 1 |a AU@  |b 000051395178 
029 1 |a CHNEW  |b 000609490 
029 1 |a DEBBG  |b BV043132764 
029 1 |a DEBSZ  |b 372802796 
029 1 |a DEBSZ  |b 421647612 
029 1 |a NZ1  |b 14170037 
029 1 |a UKMGB  |b 018014926 
029 1 |a DKDLA  |b 820120-katalog:999942997505765 
035 |a (OCoLC)694147009  |z (OCoLC)702116045  |z (OCoLC)961507024  |z (OCoLC)962694621  |z (OCoLC)988520379  |z (OCoLC)992066983  |z (OCoLC)1037527165  |z (OCoLC)1038611845  |z (OCoLC)1055360021  |z (OCoLC)1081279711  |z (OCoLC)1083566615  |z (OCoLC)1103257934  |z (OCoLC)1129357566 
037 |a 9781849680776  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.76.D47  |b C44 2010eb 
072 7 |a COM  |x 051000  |2 bisacsh 
082 0 4 |a 005.2/768  |2 22 
049 |a UAMI 
100 1 |a Cheng, Steven. 
245 1 0 |a Microsoft Windows Communication Foundation 4.0 cookbook for developing SOA applications :  |b over 85 easy recipes for managing communication between applications /  |c Steven Cheng. 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c 2010. 
300 |a 1 online resource (iv, 300 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 8 |a Annotation  |b The Windows Communication Foundation 4.0 (WCF 4.0) is a .NET-based application programming interface for building and running connected systems. It enables secure and reliable communication among systems within an organization or across the Internet. This book deals with the difficult issues faced by a .NET developer while working with WCF.<br /><br />WCF 4.0 is a communications infrastructure that unifies a broad array of distributed systems' capabilities in a composable, extensible architecture that supports multiple transports, messaging patterns, encodings, network topologies, and hosting models. This book is a collection of focused real-world recipes and covers basic recipes on topics such as working with contracts to more advanced topics such as extending WCF runtime. By the end of this book you will have valuable information that helps transform the potentially unproductive habits of .Net developers who work with WCF.<br /><br />This book will take you through many concepts starting with complete support for contract-related design for WCF service development. You will learn to use WCF's built-in feature for building various service endpoints. Service hosting and configuration are important areas for building WCF services, especially at the service deployment stage, and are detailed in this book. You will find it easy to work with WCF client proxy generation and metadata publishing and discovery when you go through recipes such as customizing auto-generated service proxies.<br /><br />The author then discusses the exchange of data in WCF service operation features, related to WCF data serialization. You will discover some useful tips for security in WCF service development and built-in features for developing concurrency control for your services built upon it.<br /><br />One big plus is that you will learn to extend the existing WCF framework to achieve advanced functionality. You will find a dedicated chapter for RESTful and AJAX-enabled service development. Moving on, you will find several useful WCF service interoperability cases, which are important for a distributed service development platform. Towards the end of this book you will find some handy and useful diagnostic methods for troubleshooting.<br /><br />Extend and secure the WCF framework and develop robust SOA applications with ease. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; Foreword; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Working with Contracts; Introduction; Defining a one-way Contract; Make DataContract forward-compatible; Generate DataContract from an XML Schema; Using XMLSerializer to control message; Using MessageContract to control the; Adding a custom SoapHeader via Contract; Return custom exception data; Chapter 2: Endpoint, Binding, and Behavior; Introduction; Configuring Default Endpoints; Setting up two-way communication; Building a Publish-Subscribe service 
505 8 |a Creating a multiple-endpoint serviceImplementing a POX HTTP service; Defining a CustomBinding without a; Suppressing mustUnderstand validation; Sharing a physical address between; Chapter 3: Hosting and Configuration; Introduction; Hosting a service in a console application; Hosting a service in Windows Service; Hosting a HTTP service with; Hosting a non-HTTP service in IIS 7; Customizing IIS ServiceHost via; Specifying a dedicated service; Hosting a service in WSS 3.0; Chapter 4: Service Discovery and Proxy Generation; Introduction; Creating a typed service client 
505 8 |a Choosing a specific type forReusing types between service and client; Customizing an auto-generated service; Building an ad-hoc auto-discoverable; Using managed ServiceDiscovery; Generating a service proxy in code; Customizing auto-generated service; Chapter 5: Channel and Messaging; Introduction; Using ChannelFactory to consume a WCF; Invoking async operation via; Creating a service via ChannelListener; Getting the IP address of a client consumer; Adding a dynamic SoapHeader into a message; Chapter 6: Dealing with Data in Service; Introduction 
505 8 |a Binding a WPF element with data from a WCF serviceReturning ReadOnlyCollection data; Using raw XML as an operation parameter; Returning a DataTable/DataSet in a; Transferring binary data with MTOM; Specifying ServiceKnownType; Using XmlSerializer for custom data; Chapter 7: Security; Introduction; Setting up ad hoc Windows authentication over plain HTTP; Getting an authenticated client identity in a service operation; Using username authentication with an ASP.NET membership provider; Sending a clear text username token over unsecured HTTP transport 
505 8 |a Using transport and message security at the same timeAuthorizing through declarative role-based access control; Impersonating with a client caller identity; Adding multiple tokens in a service request (supportingToken); Supplying dedicated credentials for firewall or proxy authentication; Securing a dynamic SoapHeader; Chapter 8: Concurrency; Introduction; Hosting a singleton instance service; Invoking a WCF service without blocking the front UI; Using throttling to control service concurrency; Ensuring termination of a client session 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Microsoft Windows (Computer file) 
630 0 7 |a Microsoft Windows (Computer file)  |2 fast 
650 0 |a Application software  |x Development. 
650 0 |a Web services. 
650 0 |a Electronic data processing  |x Distributed processing. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Services Web. 
650 6 |a Traitement réparti. 
650 7 |a COMPUTERS  |x Programming  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Electronic data processing  |x Distributed processing  |2 fast 
650 7 |a Web services  |2 fast 
776 0 8 |i Print version:  |t Microsoft Windows Communication Foundation 4.0 Cookbook for Developing Soa Applications.  |d Gardners Books 2010  |z 9781849680769  |w (OCoLC)676724829 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=350870  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943957 
938 |a ebrary  |b EBRY  |n ebr10428647 
938 |a EBSCOhost  |b EBSC  |n 350870 
938 |a YBP Library Services  |b YANK  |n 3601906 
994 |a 92  |b IZTAP