.net help..

Discussion in 'Programming' started by articles_freelance, Dec 14, 2007.

  1. #1
    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..
     
    articles_freelance, Dec 14, 2007 IP
  2. B00MER

    B00MER Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    B00MER, Dec 20, 2007 IP