Just want a sanity check on this project layout for use in TFS and just naming conventions in general.
Can I get a feeling if this layout makes sense for a large solution layout.
If I work on product PROD, and plan to have a common core/framework for logging, exception handling, cacheing and other cross cutting concerns this is how I plan to create my folders/solutions. (only logging given in the example)
/TFS
/TeamProjectCollectionName
/Source
/ProductName
Product.Framework.sln (roll up solution for all “framework components”)
/Framework
Product.Framework.Logging.sln (solution for all logging projects/tests)
/Logging
Product.Framework.Logging.Log.csproj
What you already have is impressive. Below is a screen shot of what i would normally recommend.
HTH.
Cheers, Tarun