Home All Groups Group Topic Archive Search About

portability of applications

Author
10 Feb 2006 12:25 PM
Rahul Chatterjee
Being a newbie to dotnet, can anyone tell me if the current version
applications/executables are portable across to other OS' like from MS to
Unix

Author
10 Feb 2006 12:46 PM
Newbie
In order for a .NET application to work the operating system must be have a
CLR ( Common Language Runtime ), if these are available on a particular
platform then it could work. AFAIK, the windows platform is the only one but
I might be wrong.


Show quoteHide quote
"Rahul Chatterjee" <ra***@benesysinc.com> wrote in message
news:OelVh0jLGHA.208@tk2msftngp13.phx.gbl...
> Being a newbie to dotnet, can anyone tell me if the current version
> applications/executables are portable across to other OS' like from MS to
> Unix
>
>
Author
10 Feb 2006 2:58 PM
CMM
The CLR/CLI is one thing. The Framework is something totally separate.
Microsoft has submitted the CLR/CLI (along with C#) for standards approval.
And I think the Mono project has a great working implementation of the CLR.

However, all that pretty much means is you can write an app that computes
2+2 and have it be cross platform. The Framework on the other hand is a
bunch of classes...  most of them simply wrappers around the Win32 API.
Porting them will prove to be difficult I suspect. Though I hear the Mono
guys are making great progress. But, without Microsoft lending their full
weight behind it, I doubt it will ever happen.

--
-C. Moya
www.cmoya.com
Show quoteHide quote
"Newbie" <m*@me.com> wrote in message
news:OrGZNAkLGHA.1124@TK2MSFTNGP15.phx.gbl...
>
> In order for a .NET application to work the operating system must be have
> a CLR ( Common Language Runtime ), if these are available on a particular
> platform then it could work. AFAIK, the windows platform is the only one
> but I might be wrong.
>
>
> "Rahul Chatterjee" <ra***@benesysinc.com> wrote in message
> news:OelVh0jLGHA.208@tk2msftngp13.phx.gbl...
>> Being a newbie to dotnet, can anyone tell me if the current version
>> applications/executables are portable across to other OS' like from MS to
>> Unix
>>
>>
>
>
Author
10 Feb 2006 12:50 PM
pvdg42
"Rahul Chatterjee" <ra***@benesysinc.com> wrote in message
news:OelVh0jLGHA.208@tk2msftngp13.phx.gbl...
> Being a newbie to dotnet, can anyone tell me if the current version
> applications/executables are portable across to other OS' like from MS to
> Unix
>
>
..NET apps require the .NET Framework. There is a project that will interest
you. Check here:

http://www.mono-project.com/Main_Page


--
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Author
10 Feb 2006 1:40 PM
Herfried K. Wagner [MVP]
"Rahul Chatterjee" <ra***@benesysinc.com> schrieb:
> Being a newbie to dotnet, can anyone tell me if the current version
> applications/executables are portable across to other OS' like from MS to
> Unix

<URL:http://www.dotgnu.org/>
<URL:http://www.mono-project.com/>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>