PC Review


Reply
Thread Tools Rate Thread

Does dot net truely platform independent?.

 
 
archana
Guest
Posts: n/a
 
      11th Jan 2007
Hi all,

can anyone tell me does dot net platform independent? Why can't i run
dot net on unix operating system?.

thanks in advance.

 
Reply With Quote
 
 
 
 
Morten Wennevik [C# MVP]
Guest
Posts: n/a
 
      11th Jan 2007
Hi,

..Net Framework is not platform independent, but optimized for windows
systems.

There are ongoing efforts of porting .Net Framework to other systems, and
most commonly known is the Mono project, and through Mono you are able to
run .Net programs in Unix or other non windows operating systems.
However, if you plan to write .Net programs for non windows platforms, you
are best off starting with Mono instead of regular .Net as not all
libraries have been ported.

The url for the Mono project is http://www.mono-project.com/ but at the
time of writing it did not respond. Until it comes back up, you may
settle for the Wikipedia entry http://en.wikipedia.org/wiki/Mono_(software)

On Thu, 11 Jan 2007 06:55:26 +0100, archana <(E-Mail Removed)>
wrote:

> Hi all,
>
> can anyone tell me does dot net platform independent? Why can't i run
> dot net on unix operating system?.
>
> thanks in advance.
>




--
Happy Coding!
Morten Wennevik [C# MVP]
 
Reply With Quote
 
Duggi
Guest
Posts: n/a
 
      11th Jan 2007
I think this link will help...

http://groups.google.com.au/group/mi...fa4a47e129fd2d

Thanks
-Srinvias


archana wrote:
> Hi all,
>
> can anyone tell me does dot net platform independent? Why can't i run
> dot net on unix operating system?.
>
> thanks in advance.


 
Reply With Quote
 
JDeats
Guest
Posts: n/a
 
      11th Jan 2007
For anyone interested in running .NET managed code on non Microsoft
platforms, I think it's also worth stating that Mono is
supported/funded by and supported by Novell.

I tried Mono when it first became available and wasn't impressed, but
it's made a lot of headway. I recently used Mono for a project and was
pleasently suprised how easy it was to get my ASP.NET project running
on Linux. I had to make alterations to the data layer classes, but
aside from that all the middle tier and UI code (all created in Visual
Studio.NET I might add) ran just fine.

I've heard that recently they also added WinForms support (only for the
1.1 Framework )

I was using the web server that comes supplied with Mono, but I've
heard getting it to work on Apache isn't that big of a hassel.



Morten Wennevik [C# MVP] wrote:
> Hi,
>
> .Net Framework is not platform independent, but optimized for windows
> systems.
>
> There are ongoing efforts of porting .Net Framework to other systems, and
> most commonly known is the Mono project, and through Mono you are able to
> run .Net programs in Unix or other non windows operating systems.
> However, if you plan to write .Net programs for non windows platforms, you
> are best off starting with Mono instead of regular .Net as not all
> libraries have been ported.
>
> The url for the Mono project is http://www.mono-project.com/ but at the
> time of writing it did not respond. Until it comes back up, you may
> settle for the Wikipedia entry http://en.wikipedia.org/wiki/Mono_(software)
>
> On Thu, 11 Jan 2007 06:55:26 +0100, archana <(E-Mail Removed)>
> wrote:
>
> > Hi all,
> >
> > can anyone tell me does dot net platform independent? Why can't i run
> > dot net on unix operating system?.
> >
> > thanks in advance.
> >

>
>
>
> --
> Happy Coding!
> Morten Wennevik [C# MVP]


 
Reply With Quote
 
=?ISO-8859-1?Q?Arne_Vajh=F8j?=
Guest
Posts: n/a
 
      12th Jan 2007
archana wrote:
> can anyone tell me does dot net platform independent? Why can't i run
> dot net on unix operating system?.
>


You can not call .NET for platform independent.

The MS .NET product is for Windows only.

There are a couple of .NET implementations
for some Unixes/Linux/MacOS X - the most wellknown
is Mono.

It has implemented most of MS .NET.

You can give it a try on your Unix.

But if you are a business where 99% compatible
means incompatible, then it is not the rigth
approach.

Arne
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Platform Independent Forms/Programs with ASP.NET ibeetb Microsoft ASP .NET 1 1st Jun 2004 06:29 PM
Making a Application (.NET/C#) truely platform independant Champika Nirosh Microsoft C# .NET 14 6th Feb 2004 08:28 AM
ClanLib 0.7.7 - The platform-independent game SDK. Gordon Darling Freeware 0 12th Jan 2004 08:07 PM
Platform independent driver set Omer Kudat Microsoft Windows 2000 Deployment 0 5th Nov 2003 01:32 AM
ClanLib 0.7.3 - The platform-independent game SDK. Gordon Darling Freeware 0 8th Sep 2003 07:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:59 PM.