Announcement: Namespace Global
Posted by: The Visual Basic Team,
on 27 Sep 2011 |
View original | Bookmarked: 0 time(s)
There’s a new feature coming to VB, and already included in the Visual Studio 11 Developer Preview. The feature is called Namespace Global and it’ll make your life easier…
if you part of your code belongs in a different namespace from the rest of your project,
if you use code-generating tools, which need to choose which namespace they write into.
The MSDN reference on namespaces (including Namespace Global) is here: Namespaces in Visual Basic.
As an aside, I’d like to thank...