I\'m creating a library for use with an application that I am building. I am building a name space structure similar to below.
MyNamespace.Validation MyName
I would go for the one solution with multiple projects.
Advantages: - Each project can be a separate dll - All projects in one solution for easy navigating between files