In my previous post I needed a couple of pages to explain how to run ASP.NET on a Win10IoT device. How different it is since .net core 2.0 is released! It’s really easy to run a ASP.NET core 2.0 webservice on e.g. the Raspberry Pi, even with HTTPS support. The…
3 CommentsAuthor: Tom
I love to create, design and improve solutions... what better to be than a software engineer?
Since the announcement of Windows 10 IoT for the Raspberry Pi, we felt the absence of a decent webserver. ASP.NET on the Pi would be marvelous, but wasn’t supported. To keep my projects going I started building my own simple web API server and created a nuget package for it…
22 Comments