.NET Thoughts

HostMike

Member
Joined
Jul 1, 2003
Messages
10
I just got done with a small project I am writing for some system maintenance and found out that the application will not run on systems that do not have .NET (obviously). I wrote it in VB.NET. I was just curious how portable .Net code is? Am I better off writing apps in C++ or C# (i assume this is the C++ version of .NET??)
 
No matter what language your code is written in, if it uses the .NET framework then it will only run on systems that have the .NET framework installed.
 
Back
Top