Namespace https://www.c-sharpcorner.com/UploadFile/82f282/what-is-namespace-in-VB-Net/ http://www.dotnetbull.com/2011/11/what-is-namespace-in-net.html NameSpace is ...
NameSpace is the Logical group of types or we can say namespace is a container (e.g Class, Structures, Interfaces, Enumerations, Delegates etc.), example System.IO logically groups input output ...