I’ve recently started using Mark Rendle’s rather lovely data framework Simple.Data. There’s a really big clue in the name; it’s very simple to use. Eg: var db = Database.OpenConnection(ConnectionString); db.Zones.FindByZoneID(ZoneID); That’s it; everything is dynamic and database columns are mapped … Continue reading
September 29, 2011
0 comments