Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
4.33/5 (3 votes)
Hi All,
We know that java is platform independant language that is application developed on microsoft oparating system easly run on linux(redhat) oparating system.
thats why any java application run on any plat form. even on endroid mobile.

so my qustion start here that,
Is mirosoft visual studio application develop in mfc or even in c# run on linux or on any other platform.

Thanks all,

Recard,
Santosh
Posted
Updated 9-Mar-11 19:08pm
v2

1 solution

Absolutely. See Mono: http://en.wikipedia.org/wiki/Mono_(software)[^]. As CLI is the ECMA and ISO standard, compatibility of standard libraries is supported on a very fundamental level. Supportability of all other components (such as System.Windows) is ever changing subject, see Mono Web site for fresh information http://www.mono-project.com/Main_Page[^], see also a list of supported platforms.

Anyway, I run my windowed applications on Linux without recompilation, not mentioning multiple console applications.

There are emerging platforms based on managed platform entirely. First of all, this is Microsoft's Singularity: http://en.wikipedia.org/wiki/Singularity_(operating_system)[^]. Other Microsoft systems are emerging: Midori is positioned as the first post-Windows general-purpose system: http://en.wikipedia.org/wiki/Midori_(operating_system)[^], see also Barrelfish: http://en.wikipedia.org/wiki/Barrelfish[^].

There are also some third-party projects, such as Cosmos (http://en.wikipedia.org/wiki/Cosmos_(operating_system)[^]) and SharpOS (http://en.wikipedia.org/wiki/SharpOS_(operating_system)[^]).

That gives me some hope that domination of dirty legacy of Windows will eventually come to end and even the whole idea of operating system will be transformed.

—SA
 
Share this answer
 
v5
Comments
[no name] 9-Mar-11 23:02pm    
thanks,
to give me such useful links.
Sergey Alexandrovich Kryukov 9-Mar-11 23:21pm    
You're very welcome.
Thanks for accepting my Answer (a vote would not hurt as well).
Good luck, call again.
--SA
sairam.bhat 10-Mar-11 2:01am    
sir pls help me how to move item from one list box to another when both list box are bounded by datasource
Sergey Alexandrovich Kryukov 10-Mar-11 2:08am    
Why me? I saw your question; it puzzles me... And I don't understand why moving item is case of binding. It seemingly violate binding as you need coherence between data and UI (see MVVM, MVC, MVP...)...
--SA
[no name] 9-Mar-11 23:30pm    
sorry for not voting.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900