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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top