hi
i want to know that if we are giving a namespace in C# what will be the impact
sandipbhoyar 0 Newbie Poster
Recommended Answers
Jump to PostNamespace declarations do not impact the resulting application.
They are used by the pre compiler to locate code addressing during the compile phase. You could preface every object and type in your source code with its namespace, and all you are doing is beating up yourself.The c# compiler …
All 3 Replies
Reply to this topic 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.