Hi there,
Well i have just been through my rather large project and used correct namespacing (within the naming conventions) so i have things like Models, Service, UI etc.... all the standard stuff..
AND I HAVE DRAWN A BLANK :-)!!
I have quite a few enumerations, constants and things like that which i need to extract them from a generic class i have and insert them into a class/project of there own so i can add a reference to it from all my projects that need it.
Can anyone suggest a good naming convention for holding enumerations and constants etc.. I thought about using CompanyName.Product.Enumerations but there again its NOT just enumerations..
I was hoping for a little input or advise and good namespace naming structure for this sort of project (holding enumeration, collections, and constants)
Thanks in advance