Hi guys any one whose an expert in vb.net please guide me how can i create new namespaces in vb.net..?? Also i need to ask i am following black book by Stece Holzner...is it good..
Namespace Books Namespace Inventory Imports System Class AddInventory Public Function MyMethod() Console.WriteLine("Adding Inventory via MyMethod!") End Function End Class End Namespace End Namespace Code (markup): Personally I'd recommend learning C# rather than VB in .net.