Windows 10 个物联网核心主机 Web API ASP.Net 核心。可能的?

Windows 10 IoT Core host Web API ASP.Net Core. Possible?

我正在摆弄我的 Raspberry Pi 3 和 Windows 10 IoT Core。 我想在 Raspberry 上托管一个 WebApi(ASP.NET Core)。 我找不到任何指南。

我找到了这样的指南:https://github.com/dotnet/core/blob/master/samples/RaspberryPiInstructions.md

但这可能仅适用于控制台应用程序?

有人试过吗? 可能吗?

你的想法?

谢谢:)

似乎有可能,我有一些尝试的计划。 但是对于您来说,跟随 Scott Hanselman 将会很有用。他知道很多。 看看这篇文章: https://www.hanselman.com/blog/HowToRunASPNET5Beta3OrGoLangOnARaspberryPi2.aspx

有一些关于同一事物的链接以及可能的解决方法。计划自己做这件事,所以最好了解你的进展情况。

https://github.com/aspnet/Home/issues/1531

https://github.com/dotnet/coreclr/issues/9168

非常感谢您的 link! 我偶然发现了一个很棒的 wiki,但没有找到 Windows 10 IoT。 这家伙正在他的 Raspberry(Ubuntu 伙伴)上使用 Ubuntu。 他似乎很敬业,所以我会在我的 Raspberry 上更改 OS 并尝试。

这是 link:https://github.com/challe/dotnet-core-raspberry-pi/wiki/Setting-up-a-Web-API-on-a-Raspberry-Pi-3-(Ubuntu-16.04)-using-.NET-Core-2.x

This week a friend of mine pointed out this GitHub page which explained how you could get the dotnet runtime going on a Win10Iot Pi. My first reaction to this post was… can I run ASP.NET Core projects? A few hours later I had it running. It’s quit a hassle to get it going, so I thought it would be a good idea to put it all into one post. Here we go!

更详细的解释可以直接阅读his site

这是我找到并能够使用的最好的指南:

http://www.devvy.nl/?p=170

勾选"Step by step: Running ASP.NET Core on Raspberry Pi"https://carlos.mendible.com/2017/03/21/step-by-step-running-aspnet-core-on-raspberry-pi/