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 created a real-world WCF service that has a service contract layer and a business logic layer. We used the built-in WCF Service Library template to create the service and followed the WCF service development's best practices to separate the service interfaces from the business logic.

In the next chapter, we will add one more layer, the data access layer, to the service and add error handling to the service.