Are there any good .net Compact Framework reference implementations (w/ source) out there that demonstrate good practices for developing on WM-enabled devices?
My main area of concern and uncertainty is with Data Access. ORMs seem out of the question (do they even exist? are they feasible on resource-constrained environments?) and the method suggested by Microsoft (DataSets) just makes me cringe.
Any tips/links/pointers appreciated.