Running .NET Application on LINUX

Hi, can we run applications built in Visual Studio.NET on LINUX. If yes then how...


Answer this question

Running .NET Application on LINUX

  • xp2005

    Yes, this is no problem. You can use Rotor or Mono to run your assemblies on a Linux based OS.

    A great presentation can be found on DevHood, what is Rotor & Mono

    I can realy suggest you the following article to get started with Mono: Introduction to Mono - Your first Mono app.


  • BLH

    Actually, no, .NET framework supports Windows OS ONLY, but there is a project called Mono-Project may help you :
    Mono provides the necessary software to develop and run .NET client and server applications on Linux, Solaris, Mac OS X, Windows, and Unix. Sponsored by Novell (http://www.novell.com), the Mono open source project has an active and enthusiastic contributing community and is positioned to become the leading choice for development of Linux applications.
    Hope this helps a bit.


  • Running .NET Application on LINUX