Chapter 9. Organizing Types Within Namespaces

.NET Framework ships with tons of built-in types. Such an enormous quantity necessarily needs a hierarchical organization in which types must be divided into their areas of interest (data access, file manipulation, communications, and so on). Moreover, the .NET Framework provides an extensible platform, and companies can also build their own custom components exposing types that could have the same name of existing built-in types in .NET Framework. To avoid naming conflicts and to enable a hierarchical organization of the code, Visual Basic offer the namespaces feature discussed in this chapter.

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.