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 have usually followed the pattern with one assembly is one namespace and the DLL name is in the namespace. Easier to find what DLLs to reference