Cargando…

WCF multi-layer services development with Entity Framework : create and deploy complete solutions with WCF and entity framework /

If you are a C♯, VB.NET, or C++ developer and want to get started with WCF and Entity Framework, then this book is for you. Competence in Entity Framework will be needed to follow the examples in the book, but experience in creating WCF services using Entity Framework is not necessary. Developers an...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Liu, Mike, 1966-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Pub., ©2014.
Edición:4th ed.
Colección:Professional expertise distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn896723162
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 141121s2014 enka o 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d DEBBG  |d DEBSZ  |d OCLCQ  |d OCLCO  |d OCLCA  |d OCLCQ  |d COCUF  |d K6U  |d CNNOR  |d CCO  |d PIFAG  |d FVL  |d N$T  |d EBLCP  |d E7B  |d HEBIS  |d CHVBK  |d COO  |d OCLCF  |d YDXCP  |d TEFOD  |d FEM  |d IDEBK  |d REB  |d OCLCQ  |d ZCU  |d AGLDB  |d MERUC  |d OCLCQ  |d OCLCO  |d U3W  |d OCL  |d D6H  |d OCL  |d STF  |d OCLCQ  |d VTS  |d CEF  |d ICG  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d OCLCO  |d G3B  |d TKN  |d OCLCQ  |d OCLCO  |d DKC  |d AU@  |d OCLCQ  |d UKAHL  |d OCLCQ  |d OCLCO  |d OCLCQ 
016 7 |a 018007274  |2 Uk 
019 |a 894628829  |a 894791816  |a 907296441  |a 968099167  |a 969032396 
020 |a 9781784396954 
020 |a 1784396958 
020 |a 1784391042 
020 |a 9781784391041 
020 |z 9781784391041 
029 1 |a CHNEW  |b 000667231 
029 1 |a CHNEW  |b 000687715 
029 1 |a CHNEW  |b 000687716 
029 1 |a CHNEW  |b 000889258 
029 1 |a CHVBK  |b 374479771 
029 1 |a DEBBG  |b BV042490239 
029 1 |a DEBBG  |b BV043613375 
029 1 |a DEBSZ  |b 422920630 
029 1 |a DEBSZ  |b 43483419X 
029 1 |a DEBSZ  |b 493154043 
029 1 |a DKDLA  |b 820120-katalog:999935287205765 
029 1 |a GBVCP  |b 815046278 
029 1 |a UKMGB  |b 018007274 
035 |a (OCoLC)896723162  |z (OCoLC)894628829  |z (OCoLC)894791816  |z (OCoLC)907296441  |z (OCoLC)968099167  |z (OCoLC)969032396 
037 |a CL0500000504  |b Safari Books Online 
050 4 |a TK5105.5828  |b .L58 2014 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
082 0 4 |a 004.678 
049 |a UAMI 
100 1 |a Liu, Mike,  |d 1966- 
245 1 0 |a WCF multi-layer services development with Entity Framework :  |b create and deploy complete solutions with WCF and entity framework /  |c Mike Liu. 
246 3 0 |a Create and deploy complete solutions with WCF and Entity Framework 
246 3 |a Windows Communication Foundation multi-layer services development with Entity Framework 
250 |a 4th ed. 
260 |a Birmingham, UK :  |b Packt Pub.,  |c ©2014. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Professional expertise distilled 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed July 10, 2017). 
588 0 |a Online resource; title from cover (Safari, viewed November 17, 2014). 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Implementing a Basic HelloWorld WCF Service; The basic WCF concepts; Address; Binding; Contract; The service contract; The operation contract; The message contract; The data contract; The fault contract; Endpoint; Behavior; Hosting; Channels; Metadata; WCF environments; Creating the HelloWorld solution and project; Defining the HelloWorldService service contract interface; Implementing the HelloWorldService service contract; Hosting the WCF service in IIS Express. 
505 8 |a Creating the host applicationTesting the host application; IIS Express; Modifying the web.config file; Starting the host application; Creating a client to consume the WCF service; Creating the client application project; Generating the proxy and configuration files; Customizing the client application; Running the client application; Setting the service application to autostart; Summary; Chapter 2: Hosting the HelloWorld WCF Service; WCF hosting options; Hosting the service in a managed application; Hosting the service in a console application. 
505 8 |a Consuming the service hosted in a console applicationHosting the service in a Windows service; Hosting the service in IIS using the HTTP protocol; Preparing the folders and files; Starting IIS; Enabling WCF services on Windows 8; Creating the IIS application; Starting the WCF service in IIS; Testing the WCF service hosted in IIS using the HTTP protocol; Hosting the service in IIS using the TCP protocol; Benefits of hosting a WCF service using the TCP protocol; Preparing the folders and files; Enabling the TCP WCF activation for the host machine; Creating the IIS application. 
505 8 |a Testing the WCF service hosted in IIS using the TCP protocolSummary; Chapter 3: Deploying the HelloWorld WCF Service; Publishing the HelloWorldService from Visual Studio; Publishing from Visual Studio to an on-premise computer; Creating the publishing project; Publishing the HelloWorldService; Testing the service; Publishing to the cloud; Creating the profile to be published; Creating the cloud website; Publishing the HelloWorldService to the cloud website; Testing the service; Publishing the HelloWorldService using a deployment package; Creating the package; Installing the package. 
505 8 |a Testing the serviceSummary; Chapter 4: Debugging the HelloWorld WCF Service; Debugging a WCF service from a client application; Starting the debugging process; Debugging the client application; Stepping into the WCF service; Directly debugging the WCF service; Starting the WCF service in the debugging mode; Starting the client application; Attaching the debugger to a running WCF service process; Running the WCF service and client applications in a non-debugging mode; Debugging the WCF service hosted in IIS; Debugging a WCF service hosted in the cloud; Enabling debugging of the service. 
520 |a If you are a C♯, VB.NET, or C++ developer and want to get started with WCF and Entity Framework, then this book is for you. Competence in Entity Framework will be needed to follow the examples in the book, but experience in creating WCF services using Entity Framework is not necessary. Developers and architects evaluating SOA implementation technologies for their company will find this book useful. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Active server pages. 
630 0 7 |a Active server pages.  |2 fast  |0 (OCoLC)fst01388618 
650 0 |a Service-oriented architecture (Computer science) 
650 0 |a Databases  |x Design. 
650 0 |a Databases  |x Development. 
650 6 |a Architecture orientée service (Informatique) 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 7 |a Databases  |x Design.  |2 fast  |0 (OCoLC)fst01425041 
650 7 |a Service-oriented architecture (Computer science)  |2 fast  |0 (OCoLC)fst01746814 
776 0 8 |i Print version:  |a Liu, Mike.  |t WCF Multi-layer Services Development with Entity Framework.  |d Birmingham : Packt Publishing, ©2014  |z 9781784391041 
830 0 |a Professional expertise distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=883029  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781784391041/?ar  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH27198219 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1831898 
938 |a ebrary  |b EBRY  |n ebr10967759 
938 |a EBSCOhost  |b EBSC  |n 883029 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis30035912 
938 |a YBP Library Services  |b YANK  |n 12147651 
994 |a 92  |b IZTAP