Skip to content

Solution & Project

Definitions

Solution

  • A collection of projects

Project

  • A collection of files and directories
  • Have their assembly and will finally compile into a dll file
  • Can have reference into other projects
  • Internal classes only are accessible inside the project
  • Public classes are accessible by other projects that have reference into the class project
  • Each project eventually will convert into one .exe file, and we can find this file inside the bin directory inside of each project