Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to know what is the difference between .Net Framework and .Net MonoframeWork

share|improve this question
2  
may be this link will be useful mono-project.com/Compatibility – turbanoff Mar 23 '12 at 7:18

3 Answers

up vote 1 down vote accepted

The .Net Framework contain set of libraries to develop software using various programming languages like c#,vb.net,F# etc. The Mono .Net Framework is an opensource framework of .Net whose application can be deployed on Other Operating system like Linux,Mac OS

share|improve this answer
1  
You can run mono on windows too, and Solaris and Android and iPhoneOS – IanNorton Mar 24 '12 at 7:13

The Mono framework is opensource implementation of Microsoft .net framework

share|improve this answer
I'd say that it is open source implementation of appropriate ECMA standards with additional implementation of some technologies not covered by these standards. – konrad.kruczynski Mar 24 '12 at 9:51

Mono framework has the limited component the compact version we can say mono framework but .Net framework is the wide in this we use various programming languages like c#, vb.net, F# etc.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.