Tuesday, April 12, 2022

[SOLVED] Can I run a C# application on a Raspberry Pi?

Issue

I'm working on a project that means that I will need a Raspberry Pi; however, I have very limited programming experience in Python or Lua.

Is it possible to run a program compiled in VS2013 using C# on a Raspberry Pi?


Solution

Yes, although you have to use the mono framework to basically emulate .net, it works for most method calls but not all. Have a look at

http://logicalgenetics.com/raspberry-pi-and-mono-hello-world/



Answered By - Blazin potato
Answer Checked By - Clifford M. (WPSolving Volunteer)