See this blog post for instructions how install DNX, run .NET applications and compile C# code for Lego Mindstorms EV3.
The ev3dev
project is SDK implementation. Check also demo projects for exemplary usage.
- Install DNX with above instructions
- Clone this project
- Compile code with
dnu publish --no-source
- Copy
/bin/output
folder with your scp client to Lego brick - Run your project using DNX (usually indirectly through compiler generated command)