Dotnet
Setting Up The Solution

Adding Class Library Projects

Outline

DEMO: Adding Projects

Just like a Solution is a container for your projects a Project is a container for your code files. It also holds references to other dependencies.

Let’s add a Project to our Solution:

  • Models - Using the Library Template
 

I finished! On to the next chapter