Jason Mitchell

Archive for the ‘Uncategorized’ Category

Data Access Using a Generic Repository in C#

The repository pattern is an abstraction layer which provides a well-organised approach to maintaining a separation between an applications data access and business logic layers.  This gives us the important advantages of making code more maintainable and readable and improving the testability of our code.  It also works great with dependency injection! When I started [...]

WordPress Stats Plug-in Not Counting

I have various WordPress plug-ins installed for my blog but my favourite has got to be the WordPress Stats plug-in.  I like to be able to keep an eye on the amount of traffic my blog gets and in particular what the most popular articles are.  At the minute, it seems to be my article [...]