Running a .NET Core 2.0 WebApi app on the Raspberry Pi (Raspbian)
I wanted to create a web api app that answered calls on my Raspberry Pi. The first step I learned was how to install and configure .NET core 2.0 on the Raspberry Pi. Note – .NET Core only runs on…