is mac os supports .net

  • Thread starter Thread starter jaffar
  • Start date Start date
J

jaffar

hai,

I want to know mac operating system is able to supports .net,how can
i run .net application in mac operating system,

warm regards
jaffar
 
Microsoft has released "rotor" for the first version of .Net.
Also take a look at the mono project which is a open source implementation
of the CLR.

Steve
 
jaffar said:
hai,

I want to know mac operating system is able to supports .net,how
can i run .net application in mac operating system,


I have been testing some winforms apps on OSX and Linux with Mono and that
seems to work fine.
here is a page that shows what classes work and how far they are
implemented:

http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/index.html

this is the progress to be compatible with .net 2.0
the 1.1 compatebility is better.


The .net language I use (Chrome: www.Chromesville.com) allows compiling
against the Mono runtime from within VS2005... then you never have surprises
during runtime...
Otherwise you will have to do some intensive testing of you app under Mono.


Best Regards,

Jeroen Vandezande
 
Back
Top