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

Installing Entity Framework


Just as we did in the last chapter, we first need to install Entity Framework into the project, as in this project, we will use LINQ to Entities to connect to the database. Follow these steps to do this:

  1. From the Solution Explorer, right-click on the project item, then select Manage NuGet Packages....

  2. On the Manage NuGet Packages window, select Online | nuget.org | Entity Framework.

  3. Click on the Install button to install Entity Framework in the project.