Performance (C++ vs VB.NET)

Add-in Express™ Support Service
That's what is more important than anything else

Performance (C++ vs VB.NET)
 
Thomas Grossen


Guest


Is there a difference of performance between C++ (.NET) compiled code and VB.NET at the execution time?

If you could chose completely freely between the 2 language, what would you chose to develop an professional Add-in for MS Office (using Add-in express of course)?

Does somebody have any experience on this?

Thanks.
Posted 25 Oct, 2005 00:39:33 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Thomas.

There is no differences between Managed C++ and VB.NET. In both cases you will get a .NET assembly written in MSIL (Microsoft intermediate language). See below to learn more about it:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconMicrosoftIntermediateLanguageMSIL.asp

I think the best choice is C#. This language is as powerful as C++ and at the same time as simple as VB.NET.
Posted 25 Oct, 2005 07:26:38 Top