is mac os supports .net

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
 
S

Steve B.

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
 
J

Jeroen Vandezande

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
 

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