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?
When to use Response.CreateResponse versus HttpResponseException with Web Api
05/02/2013
Web Api
nhibernate
You need to use throw HttpResponseException if you're returning a HTTP error status code if you want Transactions to roll back.
Auditing with Nhibernate
18/06/2011
nhibernate
The difference between nhibernate and linq2sql when it comes to auditing
FluentNhibernate Reveal.Member method
13/06/2011
nhibernate
Getting an error when trying to map a private reference? Well look here.
Prev
1
Next