Hi guys,
I have a couple of doubts related to Namespaces and Assemblies.
1:
When I reference an assembly and I dont use it, the .Net framework manages it anyway (allocating memory, processing something, etc)?
2:
When I declare all my classes, structs, enums, etc in a UNIQUE namespace in an assembly, do I lose any kind of performance (memory, processing)? Or it's all about organization?
Thanks in advance,
Fernando Mello
I have a couple of doubts related to Namespaces and Assemblies.
1:
When I reference an assembly and I dont use it, the .Net framework manages it anyway (allocating memory, processing something, etc)?
2:
When I declare all my classes, structs, enums, etc in a UNIQUE namespace in an assembly, do I lose any kind of performance (memory, processing)? Or it's all about organization?
Thanks in advance,
Fernando Mello
Comment