OOP in VB.NET vs. C# (matching keywords)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NewbieDev

    OOP in VB.NET vs. C# (matching keywords)

    Hi there,

    I have some experience with Java and C#.
    But currently I have to work with VB.NET
    And I was wondering if there is a good SHORT text about OOP features of
    VB.NET and its matching with C#.
    Something like:
    /*** C# class declaration ***/
    ....
    '*** VB Class declaration ***
    ...
    Or even better a table of matching keywords.

    Can anyone advise an article/link?

    Thank you very much,
    Andrei




  • Chris Holliday

    #2
    Re: OOP in VB.NET vs. C# (matching keywords)

    Download the whitepaper that is referenced in this article. It is exactly
    what you are looking for:

    Microsoft Support is here to help you with Microsoft products. Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows, Surface, and more.


    C.


    "NewbieDev" <nospam@nospa m> wrote in message
    news:OIfOuwTqDH A.2064@TK2MSFTN GP11.phx.gbl...[color=blue]
    > Hi there,
    >
    > I have some experience with Java and C#.
    > But currently I have to work with VB.NET
    > And I was wondering if there is a good SHORT text about OOP features of
    > VB.NET and its matching with C#.
    > Something like:
    > /*** C# class declaration ***/
    > ...
    > '*** VB Class declaration ***
    > ..
    > Or even better a table of matching keywords.
    >
    > Can anyone advise an article/link?
    >
    > Thank you very much,
    > Andrei
    >
    >
    >
    >[/color]


    Comment

    • Roy Osherove

      #3
      Re: OOP in VB.NET vs. C# (matching keywords)

      On Wed, 12 Nov 2003 11:44:01 -0500, NewbieDev wrote:
      [color=blue]
      > Hi there,
      >
      > I have some experience with Java and C#.
      > But currently I have to work with VB.NET
      > And I was wondering if there is a good SHORT text about OOP features of
      > VB.NET and its matching with C#.
      > Something like:
      > /*** C# class declaration ***/
      > ...
      > '*** VB Class declaration ***
      > ..
      > Or even better a table of matching keywords.
      >
      > Can anyone advise an article/link?
      >
      > Thank you very much,
      > Andrei[/color]

      The vb resource kit (free) contains a tool that converts c# to vb.net (if
      I'm not mistaken)


      --
      Roy Osherove
      weblog: http://www.iserializable.com

      Comment

      • NewbieDev

        #4
        This is Exactly It! Thanks!!! - Re: OOP in VB.NET vs. C# (matching keywords) (-)



        Comment

        Working...