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.

Is the .NET Framework free software, or not? It seems that the .NET Framework is freely available, so I want to create a program that requires the user to install the .NET Framework in order to use it.
Are there any licensing issues that I should be worried about in choosing to do so?

share|improve this question

3 Answers

Free as in beer - yes, it costs nothing to install or download the .NET framework

Free as in speech - no, it is closed source, proprietary code.

It is gratis, not libre.

share|improve this answer
4  
Free as in beer is a statement that always makes me laugh. What I want to know is where to find this free beer! – David Heffernan May 9 '11 at 11:13
1  
I have a can you can have if you can make it to my flat :D – Matt Ellen May 9 '11 at 11:14
@David - freebeer.org - But that is free beer as in speech. – Ishtar May 9 '11 at 11:16
2  
However, the source has been released for reference purposes. So, it's not quite your daddy's closed source. – Cody Gray May 9 '11 at 11:27
There is also Mono. And .NET has a standard. – Raynos May 10 '11 at 18:32

Yes, .net is free in the sense that you can distribute programs built against .net without paying any licensing money to Microsoft.

share|improve this answer
2  
+1: You can also create .Net programs for free by using the Express editions of Visual Studio. – Jackson Pope May 9 '11 at 11:13

Everybody can install the .NET Framework without having to pay any fees to Microsoft. Also, you can develop applications with the .NET Framework and you don't have to pay fees, either. Neither do you have to pay fees when you release your applications.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.