I dont clean the unnecessary namespaces that .net automatically generates. Is there any problem with that?
serkan sendur 821 Postaholic Banned Featured Poster
Recommended Answers
Jump to PostNo, there are no performance hits, no overhead, or anything UNLESS you actually use the namespace.
So having System.IO and not using any reference to it does nothing towards your application. It just allows the application to use the namespace, if it is needed.
All 4 Replies
SheSaidImaPregy 28 Veteran Poster
serkan sendur 821 Postaholic Banned Featured Poster
SheSaidImaPregy 28 Veteran Poster
SheSaidImaPregy 28 Veteran Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.