Example
I am working on a project that consists of three separate parts (ASP.NET MVC, WinForms, Silverlight) and 15 projects (Common, Api, Services, Repository and WinForm CAB).
Solutions
1) This whole project in one solution
2) For each part we have a solution
What is the best way to solve solutions and projects in Visual Studio?
Firstly, great if I do refactoring. Secondly, this is good for better clarity.
source
share