Mono is an open source implementation of .NET that runs on many platforms, including Linux, Mac OS X, and Windows.
I started trying to play with Mono, mostly for fun at the moment. I first tried to use the Visual …
windows monoThe basic instructions for installing Mono are: tar xzvf mono-X.XX.tar.gz; cd mono-X.XX ./configure --prefix=/usr/local; …
mono centos gmcsI have a C# command-line application that I need to run in windows and under mono in unix. At some …
c# shell mono subprocess argvFor 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-503I added a file app.config to a C# mono project. Inside the project I used foreach (string key in …
c# mono monodevelopI 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-consoleAre 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.netI 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.dataI downloaded the latest Mono.Cecil and now whenever I start up my project it gives me that error. It …
c# mono mono.cecilI've been trying to get started with Mono & GTK# (I come from a background of Qt/C++ GUI programming) …
c# mono glade