♫musicjinni

Raspberry Pi as Dot Net Core Web Server

video thumbnail
.NET Core is a free, cross-platform, open-source framework that allows developers to build applications for various platforms including Raspberry Pi. It provides a runtime, libraries, and tools for building and running applications. .NET Core on Raspberry Pi offers a lightweight and fast development environment for building web applications, IoT applications, and other types of software. With .NET Core, developers can create applications that are portable across multiple platforms and can be easily deployed on Raspberry Pi devices. Additionally, the .NET Core SDK can be easily installed on Raspberry Pi, making it easy for developers to get started with building applications.

Commands:

wget https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update
sudo apt-get install -y apt-transport-https
sudo apt-get update
sudo apt-get install -y dotnet-sdk-6.0

dotnet new web
dotnet run --urls http://0.0.0.0:5000

Raspberry Pi as Dot Net Core Web Server

.Net Core 3.1 with Raspberry Pi - .NET Oxford - January 2020

Bury Your Backup Servers Underground ⚰️

Save Hundreds with Raspberry Pi 5 & Free Software Alternatives

Master GPIO with Raspberry Pi Pico & MicroPython - Part 2

Disclaimer DMCA