HostMike Posted July 10, 2003 Posted July 10, 2003 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??) Quote
wyrd Posted July 10, 2003 Posted July 10, 2003 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. Quote Gamer extraordinaire. Programmer wannabe.
*Experts* mutant Posted July 10, 2003 *Experts* Posted July 10, 2003 Not by Microsoft. Here is an open source implementation for Linux. http://www.go-mono.org Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.