Setup .NET Core 3.0 Runtime and SDK on Raspberry Pi 4
I recently bought a Raspberry Pi 4 with 4GB RAM and have official OS "Raspbian" installed. I've managed to run an ASP.NET Core 3.0 application on this Raspberry Pi 4. (02/23/2019 Update: It's recommended to choose .NET Core 3.1 LTS now, added 3.1 content into this article) ARM32 or ARM64? You can't run ARM64 version of .NET Core runtime or SDK on a Raspberry Pi 4 with the official Raspbian system …