Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What is mono project how we can install and used it on window 7 for window application and web application..
sir i install it but unable to used it help me...
how it is work on window 7 for c#..
thank you.....
Posted

Mono is an implementation of the .NET Framwork for platforms other than Windows.

If you want to use .NET Framework in Windows, just use it. No need to install starting on Windows XP, but you may want upgrades from time to time.
 
Share this answer
 
Comments
osmo33 13-Mar-14 1:39am    
i want to use it on window 7... please help for window 7..
Ashwani Gusain 13-Mar-14 2:08am    
As rivera Told for other then windows, if u want Mono Anroid see my answer
Sergey Alexandrovich Kryukov 13-Mar-14 2:20am    
"No need to install" is just not true. On any Windows version, you should do quite a usual Mono installation.
Probably you meant .NET installation, but, depending on what one needs, one needs both .NET and Mono on the same system. If you did not use Mono, I can explain why.
—SA
Homero Rivera 17-Mar-14 14:05pm    
I really have no experience using Mono -you noticed- I only know what i've read. All I know is it allows you to use the .Net library in other platforms to make software development easier or making code portable. I'd really like to know (should you have time) why it would be a good idea to have Mono in Windows ??? Thank you for helping this ignorant man! Better yet, I'll post a question, and then you can answer that (in case you can/want), get your due points, etc. thanks Comrade.
Sergey Alexandrovich Kryukov 17-Mar-14 14:51pm    
You are welcome. No matter what you say, you should not make a statement you are not sure about. If you want me to answer some particular question, please make sure you give me the link to it. One way to do so would be to put a link in a reply to this very comment.
Thank you.
—SA
This is the multiplatform CLR implementation. Please see:
http://en.wikipedia.org/wiki/Common_Language_Runtime[^],
http://en.wikipedia.org/wiki/Mono_%28software%29[^],
http://www.mono-project.com/Main_Page[^].

It will allow to run wide class of .NET applications on different OS without recompilation. It really works.

Just install it and see documentation. Using it is easy. Installation on Windows is very usual, never caused any problems, on other platforms is usually easy, too, but it depends. For Linux, it depends on the distro, its installation system.

—SA
 
Share this answer
 
Hope this will help u this for Android Project

Mono Project
 
Share this answer
 
v2

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