.NET on the Raspberry Pi
/I ran some .NET code on a Raspberry Pi today. I was gobsmacked to find out how easy it is to do that. The hardest part was getting the compiled program from the PC onto the Pi itself, and that was really easy with VNC. In no time at all I had an ASP server siting on the Pi and serving out pages. Most impressive. I used these instructions here.