micro-framework

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? Is there something like list of all hardware with support .NET Micro Framework? ...

Why is ExtendedTimeZone not recognized when using .NET Micro Framework 4.0?

First example in the book (Expert .NET Micro Framework - 2nd Edition) uses Microsoft.SPOT.ExtendedTimeZone to set the time zone, but I get a "Cannot resolve symbol 'ExtendedTimeZone'" error in Visual Studio 2008. I've installed the .NET Micro Framework 4.0 SDK. I referenced Microsoft.SPOT.Native.dll and Microsoft.SPOT.Hardware. I'm "usi...

"Thin" JavaScript framework for cross-browser scripting?

Is there a JavaScript framework that focuses on extending JavaScript by levelling the implementation differences? I don't mean a framework that simply provides the same functionality across different browsers, but something that makes non-standard browsers behave as if they were standards-compliant. Basically I want something that does ...