Elegant.Data
Over on The Codeface, Mark Rendle has a very interesting idea: Simple.Data
To achieve the same task with Simple.Data, you can do this:
var db = Database.Open(); // Connection specified in config. var user = db.Users.FindByNameAndPassword(name, password);
That’s pretty neat, right? So, did we have to generate the Database
class and a bunch of table classes to make this work?
No.
So, how does Simple.Data work? By leveraging the capabilities of C# 4.0 in some very clever ways.
Go and read about Simple.Data to find out more.

Recent comments
11 hours 4 min ago
6 days 8 hours ago
1 week 11 hours ago
1 week 1 day ago
1 week 2 days ago
2 weeks 3 days ago
10 weeks 5 days ago
18 weeks 3 days ago
18 weeks 3 days ago
18 weeks 3 days ago