Recently, I purchased a FEZ Panda and I've done some pretty cool stuff with it. Well, cool to me anyway. I recently had some ideas for things to do with LEDs and wanted to share them as kits. I see a lot of such kits utilizing small, cheap processors like the ATTiny13 or ATTiny85. Makes sense if it's just doing one thing with a small circuit that's simple. But I'm now hooked on using the .Net Micro Framework and love the fact that I can do everything from Visual Studio. For these little kits, I'm not opposed to using an AVR chip and writing in C, but was wondering if there was a .Net-enabled alternative. I've found some ARM7/ARM9 processors for around $5, but their package is rather difficult to solder onto a PCB for something as basic as a learning kit. Arent there any other form factors or other cheap alternatives that can be programmed using .NET MF?
EDIT: I'll also point out that there exist AVRs that come preloaded with the Arduino bootloader and they're cheap. These are also good chips to program with a single purpose and ship them with kits. I can't find a .Net MF enabled chip that I can do the same with.
Thanks in advance...