#RaspberryPi – How to solve #dotnet core not recognized after reboot

Hi! So, after writing my posts on how to install dotnet core 3.1 on a Raspberry Pi 4, I found that after I reboot my device, the dotnet command stop working. When I run dotnet from bash I get the following message ~bash: dotnet: command not found The problem, is that the export steps of…… Continue reading #RaspberryPi – How to solve #dotnet core not recognized after reboot

#VSCode – Build and Run C# #DotNetCore projects in #RaspberryPi

Hi! Time to move on with some lessons learned using Visual Studio Code in the Raspberry Pi 4. One of the first issues you may find working with VSCode in the device is related to file write permissions when you are saving a file. So, it was a good opportunity for me to learn about…… Continue reading #VSCode – Build and Run C# #DotNetCore projects in #RaspberryPi