Running .NET app on Linux
-
hello guys... I dont know where to put this question. Lets say I have made a notepad in C#.NET. Now how can I run that notepad on linux platform? thnx
-
hello guys... I dont know where to put this question. Lets say I have made a notepad in C#.NET. Now how can I run that notepad on linux platform? thnx
-
hello guys... I dont know where to put this question. Lets say I have made a notepad in C#.NET. Now how can I run that notepad on linux platform? thnx
I think you can run it on the Linux. Because Linux is also an operating system. It allows the application to run the compatible software. Website Templates | Joomla Templates
modified on Thursday, July 14, 2011 1:36 AM
-
hello guys... I dont know where to put this question. Lets say I have made a notepad in C#.NET. Now how can I run that notepad on linux platform? thnx
-
hello guys... I dont know where to put this question. Lets say I have made a notepad in C#.NET. Now how can I run that notepad on linux platform? thnx
You need install Mono on Linux. If your .NET app using .NET 2.0, you can run you app on Linux. I'm using Ubuntu 11.04 and run KeePass 2.15, a .NET open source. Just exit to terminal and type "mono KeePass.exe" Using MonoDevelop, you can develop a C# application on Ubuntu. Also, you can run ASP.Net and C# on Ubuntu too.
-
hello guys... I dont know where to put this question. Lets say I have made a notepad in C#.NET. Now how can I run that notepad on linux platform? thnx
-
-
If you want to just run it you can do this without problems if it is that simple and written in .NET 2.0 because wine(the emulator for windows apps) can handle it. But if you want to develop, Mono is the answer. Latest versions are quite good.. :)
-
hello guys... I dont know where to put this question. Lets say I have made a notepad in C#.NET. Now how can I run that notepad on linux platform? thnx
While most of ms .net is working and implemented in mono (expect a lot of winforms and wpf) you are pretty safe with server side code, as for UI code except for rudimentary winforms, you will be looking at a major porting project. While the plug has been pulled by Novel, Miguel De Icaza has created a spin-off company to keep mono running. Like most ports you will be looking at a significant porting operation I'm afraid.
Its the man, not the machine - Chuck Yeager If at first you don't succeed... get a better publicist
-
hello guys... I dont know where to put this question. Lets say I have made a notepad in C#.NET. Now how can I run that notepad on linux platform? thnx
if you just want to run your windows program in linux , wine is better for you. wine is a application that allow computer programs written for Windows to run on linux and mono is also can run your windows application in linux, but mono is a development tools and you can develop your application too.
-
if you just want to run your windows program in linux , wine is better for you. wine is a application that allow computer programs written for Windows to run on linux and mono is also can run your windows application in linux, but mono is a development tools and you can develop your application too.
Wine may not help him directly because it is not a direct Win32 port. There is a .NET runtime involved and hence he may need Mono runtime in his case.
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!