OpenNETCF - Quiet but not stagnant

Anyone working in the .NET CF space will know that the team at OpenNETCF have been leading the way with their Smart Device Framework.  In v1 of the .NET CF the SDF was essential to have any reasonably functioning application.  Now with v2 the SDF is less essential, but you still quickly hit the limitations of the .NET CF. 

Recently Chris has posted about the new LargeIntervalTimer class that is coming in v2.1 of the SDF. A challenge faced by device developers is periodically waking the device up to say synchronise, poll for changes or do some other task.  When a device is in standby mode your managed code doesn't get an opportunity to execute so you can't rely on normal timers.  You actually need to hook the OS and to do that gracefully you really need the elegance of the SDF - check out the post for the code!

Personally I can't wait for them to release v2.1 so I can start working with the new additions.

Published Sunday, March 25, 2007 8:06 PM by nick

Comments

Monday, March 26, 2007 12:43 AM by neilco

# re: OpenNETCF - Quiet but not stagnant

Yes, we're pretty quiet on the product front because we've been so busy with consulting work. However, we do have a range of new products that will be released this week, along with SDF 2.1. You heard it here first!