.NET Micro Framework is a CLR and set of libraries that runs on tiny low-cost microcontrollers with limited resources.
I would like start with .NET Micro Framework as my hobby project. What hardware devices would you recommend for that? …
.net hardware .net-micro-frameworkI need to convert a byte array to a UInt16 (ushort) array. I am able to do so from a …
c# .net-micro-frameworkI'm looking for a relativity cheap .NET Micro Framework development board for use on a personal robotics project. I'd don't …
.net embedded robotics .net-micro-frameworkI'm trying to determine when it's more efficient to List<T>.Add() versus using the Array.Resize() method. …
c# .net arrays generics .net-micro-frameworkI'm building a .net-microframework app that uses Zeroconf. The existing zeroconf solutions all seem to either rely on dns-sd.dll …
c# .net zeroconf .net-micro-framework dns-sdI'm currently trying to convert a .NET JSON Encoder to NETMF but have hit a problem with Convert.ToString() as …
c# .net .net-micro-framework .net-gadgeteerI'm programming a Netduino board using the .NET Micro Framework 4.1 and want to get a higher time resolution than milliseconds. …
c# .net-micro-framework netduino