Re: .NET Basic Question
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Tue, 5 Dec 2006 20:49:23 -0000
Duggi <DuggiSrinivasaRao@xxxxxxxxx> wrote:
Bottom line here is how and why do you want to run .net on different
platforms...
There is a way to make .net run on other platforms
Theriotically it should not be limited by platform as all of the code
will get convert to IL. and yes there are practical issues while
porting them..
As told by Mark Rae
.NET runs on Windows and on other platforms via Mono.
.NET runs properly on Windows.
To be pedantic, .NET itself *only* runs on Windows. However, .NET is
just *an* implementation of the Common Language Infrastructure (CLI)
and there are others, such as Mono. In other words, Mono isn't an
implementation of .NET, it's an implementation of the CLI, in a similar
way to Apache and IIS both being web server implementations rather than
Apache being an implementation of IIS.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog:
http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
.
Relevant Pages
- Re: WBModules
... I write SWF under Mono and it works fine on Win32, ... themselves fully to publishing C# as a full standard, ... However, as Java is a language without a published standard, ... > platforms without them having to loose face by even admitting there are other ... (comp.sys.acorn.advocacy) - Re: Build Application For Macintosh
... I've been approached to develop an application that will run on Windows as well as Apple Macintosh platforms. ... Also Mono, apart from providing much of the same API of .NET for compatibility with .NET, provides additional managed APIs of its own, like GTK#. ... you can also install Mono alone everywhere and use the .NET APIs that are provided by Mono and have also your applications running on all platforms that Mono supports. ... (microsoft.public.dotnet.languages.vc) - Re: WBModules
... >> Its a cheap rip off Java with all the useful bits such as cross platform ... I write SWF under Mono and it works fine on Win32, ... Right up until Microsoft decide to change it and break mono, ... platforms without them having to loose face by even admitting there are other ... (comp.sys.acorn.advocacy) - Re: Does dot net truely platform independent?.
... I think it's also worth stating that Mono is ... I've heard that recently they also added WinForms support (only for the ... However, if you plan to write .Net programs for non windows platforms, you ... The url for the Mono project is http://www.mono-project.com/ but at the ... (microsoft.public.dotnet.languages.csharp) - Re: Mono and D8 .NET
... >> VCL.NET is not supported by mono? ... > chance at portability to other .NET platforms. ... > Applications that are limited to the feature set of the .NET compact ... > Best regards, ... (borland.public.delphi.non-technical) |
|