Creating a LINQ to Entities test application

Now, let's start exploring LINQ to Entities with some examples. We will apply the skills we are going to learn in this chapter and in Chapter 8, LINQ to Entities – Advanced Concepts and Features, to the data access layer of our WCF service, so that from the WCF service we can communicate with the database using LINQ to Entities instead of the raw ADO.NET data adapter.

First, we need to create a new project to test LINQ to Entities. Just follow these steps to create this test application:

  1. Start Visual Studio, select the menu options FILE | New | Project…, and you will see the New Project dialog box. Do not open the LayerNorthwind solution (from the previous chapter), as in this chapter we will create a ...

Get WCF Multi-layer Services Development with Entity Framework Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.