Loading a Namespace or Assembly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sfreak
    New Member
    • Mar 2010
    • 64

    Loading a Namespace or Assembly

    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
  • Ravi L
    New Member
    • Oct 2010
    • 12

    #2
    I still have questions to your questions Fernando.

    1. Where is the question part in this sentence?
    2. Do you mean one single namespace when you say UNIQUE namespace? If so no there is no performance loss. All that you lose is maintainability .

    May be your answers to my questions will lead to more replies.

    Comment

    Working...