Vb.Net = C# for 2007 Add-in?

J

Jonathan

Does it make any difference if I write in VB.Net instead of C# for a 2007
Add-in? E.g. Are there any features available in one and not the other?

According to what I have read about .Net, the whole idea of .Net is that it
makes no difference, correct?
 
K

Ken Slovak - [MVP - Outlook]

The end result is the same but every language is somewhat different than
other languages. Each does things differently and has different syntax. I
program in both languages as needed. Pick the one you're most comfortable
with.
 
Top