Click here to Skip to main content
15,891,856 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Have a doubt in .net for configure to linux os.
(i)Is .Net Framework is completely or fully work in redhatlinux-5.0 environment?
(ii)Is Java script Codes Work in redhatlinux-5.0 environment?
Posted
Updated 28-Sep-10 23:57pm
v2
Comments
Hiren solanki 29-Sep-10 5:57am    
added tags for question.

1 solution

Microsoft develops the .NET Framework only for Windows platforms. On Linux you can use Mono which is a open source implementation of the .NET Framework; look at Main Page - Mono[^] for more informations.
As you can see at Cmpatibility - Mono[^], it is not fully compatible with the Microsoft .NET Framework (it doesn't support the version 4.0 of the framework nor some specific stuffs).
 
Share this answer
 

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