Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mono IDE on Windows

Tags:

ide

mono

Is there any IDE for coding mono on windows platform?

like image 982
c.sokun Avatar asked Oct 06 '08 16:10

c.sokun


People also ask

Is MonoDevelop available for Windows?

MonoDevelop enables developers to quickly write desktop and web applications on Linux, Windows and macOS. It also makes it easy for developers to port . NET applications created with Visual Studio to Linux and macOS maintaining a single code base for all platforms.

Is MonoDevelop an IDE?

MonoDevelop is an IDE primarily designed for C# and other . NET languages. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop makes it easy for developers to port .

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.


2 Answers

MonoDevelop has now released a installer for Windows. You no longer need to build it from source. It is available from the MonoDevelop website

However on windows it runs on the .NET Framework, not Mono - it uses the .NET debugger instead of the Mono one.

like image 60
trampster Avatar answered Sep 18 '22 05:09

trampster


SharpDevelop and Visual Studio will both work. You can also use the Windows version of MonoDevelop.

like image 32
GEOCHET Avatar answered Sep 18 '22 05:09

GEOCHET