Robert Gray
code : kick : drive
Encapsulating repository queries
19/02/2013
design patterns
domain driven design
linq to sql
nhibernate
I've moved away from putting query (eg GetCondition / FindCondition) o n my repositories. Now I create queries objects for each would be method. Why?
CROSS JOIN with filter equals INNER JOIN on Sql Server
22/05/2012
linq to sql
sql server
Cross join with filter equals inner join with filter. A little experiment to test what Sql Server with it's query optimisation and with how linq does it's magic.
Linq to Sql and the Unit of Work pattern
29/01/2011
asp.net
design patterns
linq to sql
Prev
1
Next