How to run .NET application in Fedora 6(Linux)
-
Hi can any one tell me how to install an application developed using .NET in Linux System Thanks in advance
-
Hi can any one tell me how to install an application developed using .NET in Linux System Thanks in advance
You want to have a look at the Mono project. Is it a graphical application? http://www.mono-project.com/Main_Page[^]
Regards, Rob Philpott.
-
Hi can any one tell me how to install an application developed using .NET in Linux System Thanks in advance
.net is not directly supported on Linux by Microsoft. Take a look at the Mono project[^]. They are attempting to implement the CLR and large parts of the framework on Linux. Currently they have a lot of good support for .net 2.0, but some of the 3.5 stuff is still catching up. It depends on what your app uses. Also see - http://en.wikipedia.org/wiki/Mono_(software)[^]
Simon