Related resources for VB.NET namespace
  • What is VB.NET Namespace 6/26/2017 2:24:26 AM. This article describe namespaces in VB.Net. Group of code having a specific name is a Namespace. In a Namespace the groups of components are somehow related to each other. Namespaces are similar in co
  • Namespace Aliases In Visual Basic .NET10/13/2015 12:23:11 PM. In Visual Basic .NET, it is possible to declare aliases for namespaces, giving the possibility of using more concise declarations, if the developer desires to do so.