Top "Mono" questions

Mono is an open source implementation of .NET that runs on many platforms, including Linux, Mac OS X, and Windows.

What's the best setup for Mono development on Windows?

I started trying to play with Mono, mostly for fun at the moment. I first tried to use the Visual …

windows mono
Compile & Install Mono on Centos - Can't get past 'make'

The basic instructions for installing Mono are: tar xzvf mono-X.XX.tar.gz; cd mono-X.XX ./configure --prefix=/usr/local; …

mono centos gmcs
How do I launch a subprocess in C# with an argv? (Or convert agrv to a legal arg string)

I have a C# command-line application that I need to run in windows and under mono in unix. At some …

c# shell mono subprocess argv
Mono + apache2 = Service Temporarily Unavailable (503)

For a week now I've been trying to get my mono configuration running with apache. I must have tried virtually …

asp.net mono apache2 debian http-status-code-503
Does Monodevelop support configuration files?

I added a file app.config to a C# mono project. Inside the project I used foreach (string key in …

c# mono monodevelop
Running tests on Mac OS X console using mono/nunit-console/4

I have Max OS X 10.11.1 installed, with Xamarin on it. I wrote simple testing class, just to test running Nunit …

c# macos mono nunit nunit-console
Cross platform .NET WebSocket server library with async support

Are there any cross-platform (read: Mono-friendly) libraries that offer WebSocket server support and allow for asynchronous IO via a C# 5 …

.net mono websocket async-await supersocket.net
Register entityFramework with MySql.Data 6.7.2.0 connector

I have tried to configure my web project to use MySQL pre release of .net connectors, version 6.7.2.0. However, i keep …

asp.net asp.net-mvc mono entity-framework-6 mysql.data
Mono.Cecil, Missing compiler required member 'System.Runtime.CompilerServices.ExtensionAttribute..ctor'

I downloaded the latest Mono.Cecil and now whenever I start up my project it gives me that error. It …

c# mono mono.cecil
Getting started with Mono, C# and Glade#: How to make window appear?

I've been trying to get started with Mono & GTK# (I come from a background of Qt/C++ GUI programming) …

c# mono glade