Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin vs. Mono vs. Monodevelop [closed]

What is the relationship between Xamarin and Mono(Are they the same product)?

Is the Monodevelop IDE related to Mono?

like image 543
user1751117 Avatar asked May 11 '14 04:05

user1751117


People also ask

Is Mono and MonoDevelop same?

Android. The line between open source and commercial is never clearer. MonoDevelop is of course for Mono, and Xamarin Studio is for Xamarin. Quote from their webpage -- "Xamarin Studio is a bundle of MonoDevelop along with Xamarin iOS/Android plugins and branding".

What happened to MonoDevelop?

Visual Studio for Mac will replace MonoDevelop-Unity as the default C# IDE for using Unity on macOS, while Windows installations will continue to feature the free Visual Studio 2017 Community edition and will no longer include MonoDevelop-Unity as an alternative.

Is MonoDevelop better than Visual Studio?

Monodevelop is less stable as compared to Visual studio. It is good when dealing with small projects. Visual Studio is more stable and has the ability to deal with all types of projects whether small or large. Monodevelop is a lightweight IDE, i.e. it can also run on any system even with fewer configurations.


1 Answers

Xamarin is primarily a platform for developing mobile applications (Android and iPhone) using C#.

The Mono project is an open-source port of the .NET framework. It is most commonly used to run .NET under Linux. From a performance standpoint, it runs about 50% (on average) as fast as the .NET framework.

MonoDevelop is an open-source C# IDE analagous to Eclipse or Visual Studio.

Miguel de Icaza was the primary developer for Mono and is one of the founders/owners of Xamarin.

  • https://xamarin.com/
  • http://www.mono-project.com/Main_Page
  • http://monodevelop.com/
like image 50
Anthony Gatlin Avatar answered Sep 28 '22 00:09

Anthony Gatlin