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

Re: is mac os supports .net by Steve

Steve
Thu Feb 23 07:13:55 CST 2006

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" <jaffarali@nannacomputers.com> a écrit dans le message de news:
%23pcL6EHOGHA.3460@TK2MSFTNGP15.phx.gbl...
> 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
>



Re: is mac os supports .net by Jeroen

Jeroen
Thu Feb 23 08:42:38 CST 2006


"jaffar" <jaffarali@nannacomputers.com> wrote in message
news:%23pcL6EHOGHA.3460@TK2MSFTNGP15.phx.gbl...
> 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