Can .NET run on UNIX platform

  • Thread starter Thread starter MIkester
  • Start date Start date
Can .NET run on UNIX platform

You should check out the Mono Project and the DotGNU Project at:

http://www.go-mono.com/
http://dotgnu.org/

I use Mono (C#) on Linux for console applications, GUI applications
(with GTK+ 2.0 via the C# bindings GTK#) and ASP.NET Web Forms
(using the ASP.NET server XSP from the Mono Project) and almost
everything works just fine (though Mono's version number is only
0.28 at the moment).

HTH, L.
 
Back
Top