I've seen a lot of talk about running Mono/.NET code on the Raspberry Pi. Has there been any success in actually running any Mono code on a Raspberry Pi?
On their site, they list several Linux distributions that work on the device and some of these distributions include Mono. However, none detail whether Mono works on it.
Is there a working implementation?
Mono on the Raspberry Pi is possible and reasonably easy to set up. The following assumes you're on Debian. This is taken from my blog that offers a number of Raspberry Pi tutorials
A note: the standard Mono runtime currently available only supports up to .NET 3.5 unless you compile from source yourself.
I was able to run my .NET exe on raspberry pi (debian).
Install mono - http://logicalgenetics.com/raspberry-pi-and-mono-hello-world/
then run your exe as
mono something.exe
You can run x86 version of Mono on Raspberry Pi using ExaGear Desktop software.
It allow to run almost all x86 apps and even install Wine to run Windows apps.
They say that Firefox works faster than even native ...