Dotnet
Setting Up The Solution

Exercise - Adding Class Library Projects

Outline

Exercise: Adding Projects to your Solution

In this exercise I want you to add 2 more projects that we’ll need in our Solution:

Using the Library Template add the following projects
  • Repositories
  • Data

Be sure to follow the namespace practices we implemented in the last 2 projects we set up.

 

I finished! On to the next chapter