is it Likely that .Net Applications will work on Mac OS?

  • Thread starter Thread starter jayderk
  • Start date Start date
J

jayderk

just curious if there is any chance that an app developed on the .NET
framework will ever run on MAC OS?
I am only asking cause if so it is a very strong argument for moving to
..NET...

regards,
Jay
 
Anybody know if Mono is comparable to VC# and the libraries in the GAC or is
it just a basic C# compiler?
 
Chuck Bowling said:
Anybody know if Mono is comparable to VC# and the libraries in the GAC or
is it just a basic C# compiler?

It is not an IDE, though there are freeware IDE's including one the mono
project was working on. However mono has a C# compiler and a fairly complete
class library. There are holes and potentially differences in the compiler
behaviour, but its been as close to spec as MS's has and I've had no trouble
with it in the, admittadly limited, experiance I've had.
 
Back
Top