a
2010-08-06 06:33:42 UTC
so my question is this: what are the implications of using namespaces even when you are not using any of the members contained within them? is it a memory or performance issue? if we use a namespace that contains a few hundred extension methods and never use any of them, how does this impact the application?