Top ".net-micro-framework" questions

.NET Micro Framework is a CLR and set of libraries that runs on tiny low-cost microcontrollers with limited resources.

Hardware for .NET Micro Framework

I would like start with .NET Micro Framework as my hobby project. What hardware devices would you recommend for that? …

.net hardware .net-micro-framework
Convert byte array to ushort array in C# .Net Microframework

I need to convert a byte array to a UInt16 (ushort) array. I am able to do so from a …

c# .net-micro-framework
What is the best .NET Micro Framework dev board, for under US$300?

I'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-framework
What is more efficient: List<T>.Add() or System.Array.Resize()?

I'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-framework
is there a pure C# ZeroConf , bonjour, or dns-sd available?

I'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-sd
Convert int32 to string in base 16

I'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-gadgeteer
Greater time resolution using .NET Micro Framework on Netduino board (for dimming an LED)?

I'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