Xamarin Studio and Monodevelop are the same IDE?

1
Hello, I'm going to start programming in C #, but I do not want to use Visual Studio, so I looked for and found another IDE, Monodevelop, but when I went down to Windows 10, the site said to download Xamarin Studio. I wonder if this Xamarin Studio is the Monodevelop or if it's different things. If they are not wanted to know if I can freely use the Xamarin Studio to develop. Thanks in advance.

    
asked by anonymous 24.12.2017 / 15:00

1 answer

2

Xamarin Studio is MonoDevelop with addins and Xamarin brand. See this tweet from the main developer of the project. It is open source and is in GitHub .

If you want to use Xamarin Studio without Xamarin, just disable the addins and use it as you used MonoDevelop. Everything you do in MonoDevelop, you can do in Xamarin Studio.

From MonoDevelop's download page :

  

For Mac and Windows, you can download Xamarin Studio, which is a MonoDevelop package with the Xamarin iOS / Android brand and plugins. Note that a Xamarin license is required only if it will develop on iOS / Android projects, all other projects are free and unrestricted.

    
26.12.2017 / 03:24