VB.NET vs Managed C++.NET vs C#.NET

D

Dave

I'm at a point where I would really like to focus in on learning .NET but am
having a hard time deciding which language to use. I learned to program in
C++ but have spent quite a bit of time using VB6. I need to get started on
developing a new application and would like to know what the advantages are
of using VB.NET over managed C++.NET or C#? My application will involve
some, data acquisition, storage, data plotting, statistical analysis over
multiple sets of test data ( 20,000 - 30,000 double values per set), and
report generation.

Any thoughts on the subject would be greatly appreciated.

Dave
 
H

Herfried K. Wagner [MVP]

* "Dave said:
I'm at a point where I would really like to focus in on learning .NET but am
having a hard time deciding which language to use. I learned to program in
C++ but have spent quite a bit of time using VB6. I need to get started on
developing a new application and would like to know what the advantages are
of using VB.NET over managed C++.NET or C#? My application will involve

For "new" .NET applications, using C++.NET IMO doesn't make sense. The
decision to use VB.NET or C# is a matter of personal preference.
some, data acquisition, storage, data plotting, statistical analysis over
multiple sets of test data ( 20,000 - 30,000 double values per set), and
report generation.

There are no significant performance differences between code written in
C#, VB.NET, and MC++.
 

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

Top