Robert Gray
code : kick : drive
Creating a generic test base class that will mock dependencies
28/08/2013
castle windsor
dependency injection
design patterns
unit testing
A base test class using Castle Windsor and the ILazyComponentLoader so I don't have to manually setup my mocks. Uses NSubstitute and NUnit too.
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?
Why not just do data driven status changes?
23/07/2011
design patterns
Implementing document workflow with the state pattern
23/07/2011
design patterns
Modelling and programming entities that have state and participate in workflow
22/07/2011
design patterns
Workflow and State changes in C# business applications.
Linq to Sql and the Unit of Work pattern
29/01/2011
asp.net
design patterns
linq to sql
Prev
1
Next