Creating the RESTNorthwind solution

In this chapter, we will create a new solution based on the LINQNorthwind solution. We will copy all of the source code from the LINQNorthwind directory to a new directory and then customize it to suit our needs.

Follow these steps to create the new solution:

  1. Create a new directory named RESTNorthwind under the existing C:\SOAwithWCFandEF\Projects\ directory.
  2. Copy all of the files under the C:\SOAwithWCFandEF\Projects\LINQNorthwind directory to the C:\SOAwithWCFandEF\Projects\RESTNorthwind directory.
  3. Remove the LINQNorthwindClient folder. We will create a new client for this solution.
  4. Change the solution file's name from LINQNorthwind.sln to RESTNorthwind.sln.

Now, we have the file structures ready for the new solution. ...

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.