为什么会选择.NET Core,这篇文章讲的很全面,也特别感谢Mog给我开了这扇门
https://www.cnblogs.com/xiaoliangge/p/8373100.html
API/文档都可以在dotnet基金会官网检索
https://dotnet.github.io/
https://docs.microsoft.com/zh-cn/dotnet/core/
以HID为例,之前的代码因底层库原因只能在windows下运行,以后跨平台的话,可以优先在NuGet中找,windows的话在Github中找
第三方包:https://www.nuget.org/
https://www.zer7.com/software/hidsharp
网友评论