This post just contains some links to other articles that include ideas on how to structure the code and build artifacts for a project, along with sample projects that use domain-driven design.
Scott Hanselman: How do you organize your code?
Mike Roberts (author of TreeSurgeon) has a series of articles on development tree organization:
- How to setup a .NET Development Tree – Introduction
- How to setup a .NET Development Tree Part 1
- How to setup a .NET Development Tree Part 2
- Part 3 – Adding files to Source Control
- Part 4 – Adding an Automated Build
- Part 5 – Extending the Automated Build
- Part 6 – Adding Unit Tests
- Part 7 – Automating Unit Tests