Creating the test solution and project
To show these LINQ-related features, we will need a test project to demonstrate what they are and how to use them. Therefore, we first need to create the test solution and the project.
Follow these steps to create the solution and the project:
- Start Visual Studio.
- Select menu options File | New | Project… to create a new solution.
- In the New Project window, select Visual C# | Console Application as the Template.
- Enter
TestLINQ
as the Solution Name andTestLINQFeaturesApp
as the (project) Name. - Click on OK to create the solution and the project.
Get WCF 4.5 Multi-Layer Services Development with Entity Framework now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.