In this video I code a .NET Core Console App that runs on both Windows 10 and Raspberry Pi Linux. The app shares a common codebase, and is therefore platform agnostic.
If you get a "dotnet not found" error, then you can run these commands:
export DOTNET_ROOT=$HOME/dotnet
export PATH=$PATH:$HOME/dotnet
export PATH="$PATH:/home/pi/.dotnet/tools"
OR
Type in the full path to the dotnet runtime; e.g. /home/pi/dotnet/dotnet 'name of dll'
#raspberrypi #dotnetcore #coding
Watch video Coding | .NET Core Raspberry Pi and Windows 10 Console App online without registration, duration hours minute second in high quality. This video was added by user IndieRevo 17 November 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,403 once and liked it 22 people.