Top "Monodevelop" questions

MonoDevelop is an IDE focusing on developing desktop, mobile and web applications using C# and other .NET languages.

Can you Run Xcode in Linux?

Can you run Xcode in Linux? Mac OS X was based on BSD Unix, so is it possible? From what …

linux xcode monodevelop
How to make the script wait/sleep in a simple way in unity

How can I put a sleep function between the TextUI.text = ...., to wait 3 seconds between each phrase? public Text GuessUI; …

c# unity3d monodevelop sleep wait
SmtpClient with Gmail

I'm developing a mail client for a school project. I have managed to send e-mails using the SmtpClient in C#. …

c# mono gmail monodevelop smtpclient
C# The type or namespace name `List' could not be found. But I'm importing System.Collections.Generic;

I'm having an error The type or namespace name `List' could not be found. Are you missing a using directive …

c# list mono monodevelop
Can you recomment a better IDE for Unity C# coding?

The current version of Unity uses the old MonoDevelop 2.8 which is very primitive. Not only that it cannot register compile …

ide unity3d monodevelop
".. must derive from WebViewPage, or WebViewPage<TModel>" on MonoDevelop & MVC3 (OS X)

I'm trying to get an MVC 3 Razor project going with MonoDevelop. I've created a new ASP.net MVC 2 project using …

asp.net-mvc-3 macos mono monodevelop
Where can I download the REAL MonoDevelop Windows binaries?

The monodevelop.com website just takes me to this "Xamarin Studio" thing that has severe restrictions on the usage of …

mono monodevelop xamarin xamarin-studio
Xamarin vs. Mono vs. Monodevelop

What is the relationship between Xamarin and Mono(Are they the same product)? Is the Monodevelop IDE related to Mono?

c# mono cross-platform xamarin monodevelop
How to move 2D Object with WASD in Unity

My code below only works for horizontal movement. Shouldn't the vertical movement be working too? I'm just starting out with …

c# unity3d monodevelop unity3d-2dtools
Install Mono and Monodevelop on CentOS 5.x/6.x

I am trying to install Mono and Monodevelop on a CentOS 5.9 environment. I have tried the following instructions, with no …

linux mono centos monodevelop