Is it possible to run .NET Core on Raspberry PI?

前端 未结 7 1444
旧巷少年郎
旧巷少年郎 2020-12-13 12:49

I\'ve heard that .NET Core could run on Linux and Mac as well. I am currently using Mono on Raspberry PI. Is it possible or will it be possible to run .NET Core on Raspberry

7条回答
  •  粉色の甜心
    2020-12-13 13:30

    Microsoft have made the source to .NET Core available. For an actual Linux or other non Windows implementation you will most likely still use Mono or one of the Xamarin products. As they contain broader support than just the Core functionality. Xamarin are taking the .NET core source and using it to fix holes and bugs in their .NET implementation. Microsoft are making also Visual Studio Mono/Xamarin friendly and it will come with Xamarin's trial/base product for mobile development in a yet to be released version of VS.

    See http://tirania.org/blog/

    Edit -> Additionally it sounds like Microsoft are doing a free version of Windows 10 for the board. which will also run .Net.

提交回复
热议问题