• All Posts
  • Code
  • Design
  • Process
  • Speaking
  • Poetry
  • About
D.

October 28, 2014 .NET Project Layout Tips

Some suggestions for organizing .NET code:

  1. Each project gets its own folder
  2. A project folder has the same name as the project file
  3. Projects are units of deployment or composition (i.e. reuse)
  4. The name of project output name should match the project name
  5. Tests in a project should run as-is; I can get latest on a project, build and run all tests, and all tests pass.

back to top

© David Alpert 2025