Outline

Summary

While setting up the solution we covered the following topics:

We even went out of the normal script to fix the target framework on some of our projects

Hopefully you’re starting to see the picture from the diagram I showed you earlier.

Each project representing a layer:

  • Api
  • Repositories
  • Data
  • Models

For a working solution up to this point you can clone the Github Repository and check out the tag: setting-up-the-solution

Example:

git clone https://github.com/idrivediesel2006/conduit.git
git checkout setting-up-the-solution

In the section we’ll start adding nuget packages in preparation to begin writing code. See you there!

 

I finished! On to the next tutorial