Tagged Questions
2
votes
5answers
151 views
Should I put custom code inside Microsoft's BCL/FCL namespaces?
A .NET programmer is allowed to wrap code inside namespaces and also to use a namespace already defined, even those defined by Microsoft in the Framework or Base Class Library. For example if I were ...