Difference between revisions of "Applications/Mono"
From HPC
m (→Navigation) |
m |
||
Line 5: | Line 5: | ||
*Module: mono/4.4.1, mono/5.2.0, mono/5.12.0 and mono/5.16.0.220 | *Module: mono/4.4.1, mono/5.2.0, mono/5.12.0 and mono/5.16.0.220 | ||
*Licence: MIT | *Licence: MIT | ||
+ | |||
+ | ==Introduction== | ||
+ | |||
+ | Mono is a software platform designed to allow developers to easily create cross-platform applications part of the .NET Foundation. | ||
+ | |||
+ | Sponsored by Microsoft, Mono is an open-source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for the development of cross-platform applications. | ||
==Usage Examples== | ==Usage Examples== |
Revision as of 16:08, 16 November 2022
Contents
Application Details
- Description: Mono is an open-source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.
- Version: 5.2.0,
- Module: mono/4.4.1, mono/5.2.0, mono/5.12.0 and mono/5.16.0.220
- Licence: MIT
Introduction
Mono is a software platform designed to allow developers to easily create cross-platform applications part of the .NET Foundation.
Sponsored by Microsoft, Mono is an open-source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. A growing family of solutions and an active and enthusiastic contributing community is helping position Mono to become the leading choice for the development of cross-platform applications.
Usage Examples
Module
[username@login01 ~]$ module add mono/5.2.0
Compilation
[username@login01 ~]$ module add mono/5.2.0 [username@login01 ~]$ mcs -out:cDEMO.exe cDEMO.cs
See Programming Support-C# for more information about using this.