有人在 Visual Studio 2010 中使用 .NET 微框架吗?
现在 Visual Studio 2010 已经正式发布了,有人用它来开发 .NET 微框架吗?如果是的话,您有什么技巧可以帮助新手接触微框架吗?
Now that Visual Studio 2010 has been officially released has anyone used it for developing for the .NET micro-framework and if so do you have any tips to help a newbie to the micro-framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
目前(2011 年 8 月末)我是一名使用 .NET Micro Framework 和 Netduino SDK 的快乐程序员。请参阅 www.netduino.com 了解更多信息。
它使用:
Microsoft Visual C# Express 2010
.NET微框架SDK v4.1
Netduino SDK v4.1.0(32 位)或 Netduino SDK v4.1.0(64 位)
By the time being (End of August 2011) I am a happy coder using the .NET Micro Framework with the Netduino SDK. See www.netduino.com for more information.
It uses:
Microsoft Visual C# Express 2010
.NET Micro Framework SDK v4.1
Netduino SDK v4.1.0 (32-bit) or Netduino SDK v4.1.0 (64-bit)
我将它与 FEZ Domino 一起使用,它具有与 arduino 相同的外形尺寸,因此它具有可堆叠的“盾牌”,但您的代码是 C#,您可以使用 Visual C#(免费)对其进行编程。拥有 FEZ Domino(以及其他几个不错的微处理器)的网站是 TinyCLR.com - .NET Micro Framework Community
他们有一个不错的论坛,有很多非常聪明和乐于助人的贡献者,还有从设置处理器、安装 Visual C#、进行更新等各个方面的视频。这确实是Freaking-EZ(简单),就像他们的座右铭一样。
希望有帮助!
i am using it with the FEZ Domino, it has the same form factor as the arduino so it has stackable "shields" but your code is c# and you can use visual c# (free) to program with it. the site that has the FEZ Domino (and several other nice microprocessors) is TinyCLR.com - .NET Micro Framework Community
they have a decent forum with lots of very smart and helpful contributors, plus videos on everything from setting up the processors, installing visual c#, doing updates. it really is Freaking-E-Z(easy) just like their motto.
Hope that helps!
.NET MF 尚未可用于 VS2010,将在接下来的几周内进行更新。
The .NET MF is not yet available for VS2010, there will be an update in the next weeks.