Book Image

WCF Multi-layer Services Development with Entity Framework - Fourth Edition

By : Mike Liu
Book Image

WCF Multi-layer Services Development with Entity Framework - Fourth Edition

By: Mike Liu

Overview of this book

Table of Contents (20 chapters)
WCF Multi-layer Services Development with Entity Framework Fourth Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
2
Hosting the HelloWorld WCF Service
Index

Summary


In this chapter, we hosted the HelloWorld WCF service in several different ways. We created a console application to host the service so that we can have full control of the hosting process. We also created two IIS applications to host the service, one with the HTTP protocol and another with the TCP protocol.

In the next chapter, we will learn how to publish a WCF service so that you know how to deploy a WCF service to a production environment.