.NET Core on a Raspberry Pi
The Raspberry Pi is one of my favorite toys when it comes to hosting local applications or services like relational databases for testing purposes. At the moment I am trying to test an ASP.NET core application with this setup. However, getting .NET Core to run on the Raspberry Pi is not as easy as I thought, so I’d like to briefly outline the necessary steps. On GitHub you will find the download links we need. In my example I am using version 2.1.1. By following the link to the required version, you’ll see a table with different download links. ...