Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
it is possible to develop the software using .net that is want to run in multiple platform example windows micropsoftxp and mac linux
Posted

 
Share this answer
 
Comments
Manfred Rudolf Bihy 21-Oct-11 9:32am    
My 5!
XP supports all versions of the .NET framework.

For Mac OS and Linux you can use Mono[^].

However the current Mono version does not support .NET 4.0. You will have to wait for Mono 2.12 which is planned[^] for the fall of 2011.
So the question is are you able to target .NET 3.5, in which case you can make use of Mono right now.
 
Share this answer
 
v2
Comments
Manfred Rudolf Bihy 21-Oct-11 9:32am    
Good answer! 5+

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