COM INTEROP Support - which is better? C# or VB
Posted
by
dot
on Programmers
See other posts from Programmers
or by dot
Published on 2013-01-29T18:44:37Z
Indexed on
2013/06/29
10:29 UTC
Read the original article
Hit count: 309
I keep hearing that c# is "better" than vb... but as far as I can see, aside from syntactical differences, both compile down to the same IL. I've found some good articles by googling that explain what the differences are between the two and so I feel comfortable in "diffusing" conversations between developers arguing over vb / c#. =)
But I did read an article that said vb.net 2005 had better support for com interop stuff. But i'm wondering if this is still the case? This is of interest to me because we are in the middle of redesigning an old vb6 app that communicates with some older COM components.
Does anyone have recent experience with .NET and COM interop? Thanks.
© Programmers or respective owner