2
Reply

What's the benefit of organize and removing using statements?

Travis

Travis

Nov 14 2008 11:43 AM
2.9k
If a reference is removed from your code via a using statement, does it help performance at all if it's already being used in another part of the application?  I would think not -- however, I can see that it might help if the library is not in memory.  Anyone have any info on this?

Answers (2)