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 added the third layer, the data access layer, to LayerNorthwindService. We have also added exception handling to the service. Now, we have finished implementing the three-layer WCF service, according to the WCF service development best practices.

In the next chapters, we will learn LINQ and Entity Framework and then apply LINQ to Entities to our WCF service.