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

N

NewbieDev

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
 
R

Roy Osherove

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

The vb resource kit (free) contains a tool that converts c# to vb.net (if
I'm not mistaken)
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

OOP in VB.NET vs. C# (matching keywords) 2
OOP vb.net 7
OOP Oversold?? 20
C# Class in VB.NET Project ?? 4
VB.Net advice needed 21
INtelisense with C# 2
Moving from VB.NET to C# 11
C# 2003 vs VB.NET 2003 3

Top