# Wednesday, September 12, 2012

Yes, VS 2012 will support CE development, including Compact Framework 3.9.  Support is scheduled to be released in Q1 of next year.  See this video for more details.

Wednesday, September 12, 2012 6:23:08 PM (Central Daylight Time, UTC-05:00)  #     | 
# Friday, September 07, 2012

I’m (finally) trying to publish some better, more formal documentation for the ORM.  I just posted a simple example of how you can create a one-to-many relationship between Entities and how you can get the ORM to fill in the references when you do a Select call.  Take a look at the ORM documentation for more details.

Friday, September 07, 2012 5:11:48 PM (Central Daylight Time, UTC-05:00)  #     | 
# Wednesday, August 29, 2012

I’ve just checked in new code changes and rolled a full release for the OpenNETCF ORM.  The latest code changes add transaction support.  This new release adds a load of features since the last (the last was way back in February), most notably full support for SQLite on all of the following platforms: Windows Desktop, Windows CE, Windows Phone and Mono for Android.

Wednesday, August 29, 2012 12:12:37 PM (Central Daylight Time, UTC-05:00)  #     | 
# Tuesday, August 21, 2012

If you needed another excuse to try out IoC, here it is.  It’s now even easier to create intuitive UIs. I just checked in a new feature to the OpenNETCF.IoC.UI assembly.  Workspaces now have basic gesture support, so you get an even on a swipe in the four primary directions (up/down/left/right). 

Tuesday, August 21, 2012 2:44:08 PM (Central Daylight Time, UTC-05:00)  #     | 
# Monday, August 20, 2012

The OpenNETCF ORM has supported SQLite for a while now – ever since I needed an ORM for Android – but somehow I’d overlooked addeing SQLite support for the Compact Framework.  That oversight has been addressed and support is now in the latest change set (99274).  I’ve not yet rolled it into the Release as it doesn’t support Dynamic Entities yet, but that’s on the way.

Monday, August 20, 2012 12:07:50 PM (Central Daylight Time, UTC-05:00)  #     |