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...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Pub.,
©2014.
|
Ausgabe: | 4th ed. |
Schriftenreihe: | Professional expertise distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | 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. |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781784396954 1784396958 1784391042 9781784391041 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn896723162 | ||
003 | OCoLC | ||
005 | 20241004212047.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 |d OCLCO |d OCLCL |d SXB |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 | ||
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 | 7 | |a 004.678 | |
049 | |a MAIN | ||
100 | 1 | |a Liu, Mike, |d 1966- |1 https://id.oclc.org/worldcat/entity/E39PCjvQpBhKgKGHB48P3PJbV3 |0 http://id.loc.gov/authorities/names/nb2012016548 | |
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. | ||
630 | 0 | 0 | |a Active server pages. |0 http://id.loc.gov/authorities/names/n98026190 |
630 | 0 | 7 | |a Active server pages |2 fast |
650 | 0 | |a Service-oriented architecture (Computer science) |0 http://id.loc.gov/authorities/subjects/sh2008008368 | |
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 | |
650 | 7 | |a Service-oriented architecture (Computer science) |2 fast | |
758 | |i has work: |a WCF multi-layer services development with Entity Framework (Text) |1 https://id.oclc.org/worldcat/entity/E39PCH8F4rkJVbVxHqRbpQfwRX |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
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 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=883029 |3 Volltext |
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 GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn896723162 |
---|---|
_version_ | 1816882294445572096 |
adam_text | |
any_adam_object | |
author | Liu, Mike, 1966- |
author_GND | http://id.loc.gov/authorities/names/nb2012016548 |
author_facet | Liu, Mike, 1966- |
author_role | |
author_sort | Liu, Mike, 1966- |
author_variant | m l ml |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.5828 .L58 2014 |
callnumber-search | TK5105.5828 .L58 2014 |
callnumber-sort | TK 45105.5828 L58 42014 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
collection | ZDB-4-EBA |
contents | 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. 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. 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. 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. 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. |
ctrlnum | (OCoLC)896723162 |
dewey-full | 004.678 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.678 |
dewey-search | 004.678 |
dewey-sort | 14.678 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 4th ed. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07539cam a2200901 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn896723162</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">141121s2014 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">DEBBG</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCA</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COCUF</subfield><subfield code="d">K6U</subfield><subfield code="d">CNNOR</subfield><subfield code="d">CCO</subfield><subfield code="d">PIFAG</subfield><subfield code="d">FVL</subfield><subfield code="d">N$T</subfield><subfield code="d">EBLCP</subfield><subfield code="d">E7B</subfield><subfield code="d">HEBIS</subfield><subfield code="d">CHVBK</subfield><subfield code="d">COO</subfield><subfield code="d">OCLCF</subfield><subfield code="d">YDXCP</subfield><subfield code="d">TEFOD</subfield><subfield code="d">FEM</subfield><subfield code="d">IDEBK</subfield><subfield code="d">REB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">ZCU</subfield><subfield code="d">AGLDB</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">U3W</subfield><subfield code="d">OCL</subfield><subfield code="d">D6H</subfield><subfield code="d">OCL</subfield><subfield code="d">STF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">VTS</subfield><subfield code="d">CEF</subfield><subfield code="d">ICG</subfield><subfield code="d">INT</subfield><subfield code="d">VT2</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">G3B</subfield><subfield code="d">TKN</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">DKC</subfield><subfield code="d">AU@</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">SXB</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018007274</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">894628829</subfield><subfield code="a">894791816</subfield><subfield code="a">907296441</subfield><subfield code="a">968099167</subfield><subfield code="a">969032396</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784396954</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1784396958</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1784391042</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784391041</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781784391041</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)896723162</subfield><subfield code="z">(OCoLC)894628829</subfield><subfield code="z">(OCoLC)894791816</subfield><subfield code="z">(OCoLC)907296441</subfield><subfield code="z">(OCoLC)968099167</subfield><subfield code="z">(OCoLC)969032396</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000504</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TK5105.5828</subfield><subfield code="b">.L58 2014</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">013000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">014000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">018000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">067000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">032000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">037000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">052000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">004.678</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Liu, Mike,</subfield><subfield code="d">1966-</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCjvQpBhKgKGHB48P3PJbV3</subfield><subfield code="0">http://id.loc.gov/authorities/names/nb2012016548</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">WCF multi-layer services development with Entity Framework :</subfield><subfield code="b">create and deploy complete solutions with WCF and entity framework /</subfield><subfield code="c">Mike Liu.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Create and deploy complete solutions with WCF and Entity Framework</subfield></datafield><datafield tag="246" ind1="3" ind2=" "><subfield code="a">Windows Communication Foundation multi-layer services development with Entity Framework</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">4th ed.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Pub.,</subfield><subfield code="c">©2014.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Professional expertise distilled</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from PDF title page (EBSCO, viewed July 10, 2017).</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover (Safari, viewed November 17, 2014).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="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.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Active server pages.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n98026190</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Active server pages</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Service-oriented architecture (Computer science)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008008368</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Databases</subfield><subfield code="x">Design.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Databases</subfield><subfield code="x">Development.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Architecture orientée service (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Computer Literacy.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Computer Science.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Data Processing.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Hardware</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Information Technology.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Machine Theory.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Reference.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Databases</subfield><subfield code="x">Design</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Service-oriented architecture (Computer science)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">WCF multi-layer services development with Entity Framework (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCH8F4rkJVbVxHqRbpQfwRX</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Liu, Mike.</subfield><subfield code="t">WCF Multi-layer Services Development with Entity Framework.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2014</subfield><subfield code="z">9781784391041</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Professional expertise distilled.</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=883029</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH27198219</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL1831898</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10967759</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">883029</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis30035912</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12147651</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn896723162 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:26:20Z |
institution | BVB |
isbn | 9781784396954 1784396958 1784391042 9781784391041 |
language | English |
oclc_num | 896723162 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2014 |
publishDateSearch | 2014 |
publishDateSort | 2014 |
publisher | Packt Pub., |
record_format | marc |
series | Professional expertise distilled. |
series2 | Professional expertise distilled |
spelling | Liu, Mike, 1966- https://id.oclc.org/worldcat/entity/E39PCjvQpBhKgKGHB48P3PJbV3 http://id.loc.gov/authorities/names/nb2012016548 WCF multi-layer services development with Entity Framework : create and deploy complete solutions with WCF and entity framework / Mike Liu. Create and deploy complete solutions with WCF and Entity Framework Windows Communication Foundation multi-layer services development with Entity Framework 4th ed. Birmingham, UK : Packt Pub., ©2014. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Professional expertise distilled Online resource; title from PDF title page (EBSCO, viewed July 10, 2017). Online resource; title from cover (Safari, viewed November 17, 2014). Includes index. 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. 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. 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. 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. 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. 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. Active server pages. http://id.loc.gov/authorities/names/n98026190 Active server pages fast Service-oriented architecture (Computer science) http://id.loc.gov/authorities/subjects/sh2008008368 Databases Design. Databases Development. Architecture orientée service (Informatique) COMPUTERS Computer Literacy. bisacsh COMPUTERS Computer Science. bisacsh COMPUTERS Data Processing. bisacsh COMPUTERS Hardware General. bisacsh COMPUTERS Information Technology. bisacsh COMPUTERS Machine Theory. bisacsh COMPUTERS Reference. bisacsh Databases Design fast Service-oriented architecture (Computer science) fast has work: WCF multi-layer services development with Entity Framework (Text) https://id.oclc.org/worldcat/entity/E39PCH8F4rkJVbVxHqRbpQfwRX https://id.oclc.org/worldcat/ontology/hasWork Print version: Liu, Mike. WCF Multi-layer Services Development with Entity Framework. Birmingham : Packt Publishing, ©2014 9781784391041 Professional expertise distilled. FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=883029 Volltext |
spellingShingle | Liu, Mike, 1966- WCF multi-layer services development with Entity Framework : create and deploy complete solutions with WCF and entity framework / Professional expertise distilled. 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. 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. 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. 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. 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. Active server pages. http://id.loc.gov/authorities/names/n98026190 Active server pages fast Service-oriented architecture (Computer science) http://id.loc.gov/authorities/subjects/sh2008008368 Databases Design. Databases Development. Architecture orientée service (Informatique) COMPUTERS Computer Literacy. bisacsh COMPUTERS Computer Science. bisacsh COMPUTERS Data Processing. bisacsh COMPUTERS Hardware General. bisacsh COMPUTERS Information Technology. bisacsh COMPUTERS Machine Theory. bisacsh COMPUTERS Reference. bisacsh Databases Design fast Service-oriented architecture (Computer science) fast |
subject_GND | http://id.loc.gov/authorities/names/n98026190 http://id.loc.gov/authorities/subjects/sh2008008368 |
title | WCF multi-layer services development with Entity Framework : create and deploy complete solutions with WCF and entity framework / |
title_alt | Create and deploy complete solutions with WCF and Entity Framework Windows Communication Foundation multi-layer services development with Entity Framework |
title_auth | WCF multi-layer services development with Entity Framework : create and deploy complete solutions with WCF and entity framework / |
title_exact_search | WCF multi-layer services development with Entity Framework : create and deploy complete solutions with WCF and entity framework / |
title_full | WCF multi-layer services development with Entity Framework : create and deploy complete solutions with WCF and entity framework / Mike Liu. |
title_fullStr | WCF multi-layer services development with Entity Framework : create and deploy complete solutions with WCF and entity framework / Mike Liu. |
title_full_unstemmed | WCF multi-layer services development with Entity Framework : create and deploy complete solutions with WCF and entity framework / Mike Liu. |
title_short | WCF multi-layer services development with Entity Framework : |
title_sort | wcf multi layer services development with entity framework create and deploy complete solutions with wcf and entity framework |
title_sub | create and deploy complete solutions with WCF and entity framework / |
topic | Active server pages. http://id.loc.gov/authorities/names/n98026190 Active server pages fast Service-oriented architecture (Computer science) http://id.loc.gov/authorities/subjects/sh2008008368 Databases Design. Databases Development. Architecture orientée service (Informatique) COMPUTERS Computer Literacy. bisacsh COMPUTERS Computer Science. bisacsh COMPUTERS Data Processing. bisacsh COMPUTERS Hardware General. bisacsh COMPUTERS Information Technology. bisacsh COMPUTERS Machine Theory. bisacsh COMPUTERS Reference. bisacsh Databases Design fast Service-oriented architecture (Computer science) fast |
topic_facet | Active server pages. Active server pages Service-oriented architecture (Computer science) Databases Design. Databases Development. Architecture orientée service (Informatique) COMPUTERS Computer Literacy. COMPUTERS Computer Science. COMPUTERS Data Processing. COMPUTERS Hardware General. COMPUTERS Information Technology. COMPUTERS Machine Theory. COMPUTERS Reference. Databases Design |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=883029 |
work_keys_str_mv | AT liumike wcfmultilayerservicesdevelopmentwithentityframeworkcreateanddeploycompletesolutionswithwcfandentityframework AT liumike createanddeploycompletesolutionswithwcfandentityframework AT liumike windowscommunicationfoundationmultilayerservicesdevelopmentwithentityframework |