December 2009
6 posts
Least painful way to build a DAL with Monotouch
Data access in monotouch (C# for iphone) is a royal pain in the ass. I know most developers, whether C# or objc, are just stuffing SQL statements directly into their code but is one of my pet hates. Â Consequently I’ve been looking for a way around it.
As it turns out there’s no nice solution but there’s a half way solution that sucks a bit less.
It’s all Apple’s...