ESP Wiki is looking for moderators and active contributors!

Difference between revisions of ".NET, C-sharp, and Mono"

(Related pages on {{SITENAME}}: * Comparing Java to .Net and C-sharp)
(Avoiding C#: aded ref for Vala)
Line 25: Line 25:
 
There is a langauge called "Vala" which aims to have the utility of C# without the patent problems.
 
There is a langauge called "Vala" which aims to have the utility of C# without the patent problems.
  
However, since Vala is a "partial" implementation{{ref}} of C#/.NET, Vala may be at more at risk of Microsoft's patents than Mono is.  Microsoft's patent promise only applies to "''any implementation [that] is compliant with all of the required parts of the mandatory provisions of that specification''".
+
However, since Vala is a "partial" implementation of C#/.NET, Vala may be at more at risk of Microsoft's patents than Mono is.  Microsoft's patent promise only applies to "''any implementation [that] is compliant with all of the required parts of the mandatory provisions of that specification''".<ref>http://linuxpatents.blogspot.com/2010/05/language-envy.html</ref>
  
 
==Related pages on {{SITENAME}}==
 
==Related pages on {{SITENAME}}==

Revision as of 19:05, 30 August 2010

.Net is a development platform, for which the main programming language is C#, both of which were developed by Microsoft.

Mono is a software implementation of .Net and C#, developed by Novell with assistance from Microsoft.

Mono

What is it?

Mono is an implementation of the C# programming language and the Common Language Infrastucture as described by ECMA-334 / ISO/IEC 23270 and ECMA-335 / ISO/IEC 23271.

What reassurances has Microsoft offered?

The ECMA-334 and ECMA-335 are covered by the Microsoft Open Specification Promise and the Microsoft Community Promise, which says:[1]

Microsoft irrevocably promises not to assert any Microsoft Necessary Claims against you for making, using, selling, offering for sale, importing or distributing any implementation, to the extent it conforms to one of the Covered Specifications, and is compliant with all of the required parts of the mandatory provisions of that specification ("Covered Implementation"), subject to the following: [...]

Avoiding Mono

Avoiding C#

There is a langauge called "Vala" which aims to have the utility of C# without the patent problems.

However, since Vala is a "partial" implementation of C#/.NET, Vala may be at more at risk of Microsoft's patents than Mono is. Microsoft's patent promise only applies to "any implementation [that] is compliant with all of the required parts of the mandatory provisions of that specification".[2]

Related pages on ESP Wiki

External links

About Mono

References