C# ports of the MooresCloud Light examples that have been posted to their blog at http://dev.moorescloud.com/
-
http://dev.moorescloud.com/2012/11/05/demo-display-the-uv-index/ - DisplayUvIndex.cs
-
http://dev.moorescloud.com/2012/11/06/demo-display-the-air-pollution-level/ - DisplayAirPollution.cs
These classes are just POC code, they aren't "Production-Ready", as there is minimal error-handling and the logging should be implemented in a much better way than "Console.Write"... For now, it's somewhere to get started.
Enjoy. -Pat