Click here to Skip to main content
15,888,301 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
is mono similar to c# and does c# code runs successfully in mono. and what is the editor for mono. where it could be found

What I have tried:

don't know anything about this so asking about this
Posted
Updated 21-Feb-21 5:50am

You're comparing apples to oranges.

Mono, and all other frameworks like Xamarin and .NET Framework itself, are entirely separate and different from the C# language. Mono is a 3rd-party, open source implementation of the .NET Framework class library, not the language.

The C# language is entirely separate from the class library.

Home | Mono[^]
 
Share this answer
 
v2
The .NET framework was limited to Windows in the past and that's why Mono was invented, now you could run your C# code on other platforms like Linux.
Since the rise of .NET Core however, Mono does not seem to be used that often anymore.

Read about the history of Mono here: Mono (software) - Wikipedia[^]

You might also be interested in: Best-cross-platform-tools-for-c-developers[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900