Fellow MCP and guest blogger Anders Søborg from Denmark asked me to share this with you all:
: . .
Run .NET programs on the EV3
A
few days back I released the first version of the MonoBrick EV3
firmware. With the firmware it is possible to program and debug
.NET programs on the EV3. The firmware uses the Mono .NET runtime
for program execution which means that programs
can be compiled with both Mono and Microsoft .NET –
so
programs can be developed on Windows, Linux or Mac OS.
With
the .NET framework you will have a huge library of functions at your
disposal – this combined with all the 3rd party library and SDK's that
already exists makes the possibilities endless.
You can find more information here .
: . .