Top "Mono" questions

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

Installing Mono 3.x in Ubuntu/Debian

I've recently read that Mono 3.0 has been released with a C# 5 compiler and support for MVC 4 here: http://www.mono-project.…

.net mono
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
.Net (dotNet) wrappers for OpenCV?

I've seen there are a few of them. opencvdotnet, SharperCV, EmguCV, One on Code Project. Does anyone have any experience …

c# .net opencv mono cross-platform
Web.config isn't showing errors remotely even with customErrors="Off" (on ubuntu/mono)

Here is my Web.config file: <?xml version="1.0"?> <configuration> <system.web> <customErrors mode="…

asp.net mono web-config custom-errors
ASP.NET / Web.config: customErrors redirect only on a 404

I have this scenario: A user comes to my site and follows a link, which doesn't exists anymore, he should …

asp.net .net mono web-config lighttpd
Is it possible to build MSBuild files (visual studio sln) from the command line in Mono?

Is it possible to build Visual Studio solutions without having to fire up MonoDevelop?

msbuild mono
How do I get the available wifi APs and their signal strength in .net?

Is there any way to access all WiFi access points and their respective RSSI values using .NET? It would be …

c# .net networking mono wifi
Determine what version of Mono is running on linux?

Is there a command line I can run to determine what version of Mono I am running on Linux? I …

linux mono
Is WPF on Linux (already) possible?

I love programming with .NET, especially C# 3.0, .NET 3.5 and WPF. But what I especially like is that with Mono .NET …

c# .net wpf mono
How to write programs in C# .NET, to run them on Linux/Wine/Mono?

In this particular case I need to run .complicated NET application for Linux. By complicated i mean - that project …

c# .net linux mono wine