
Blog
-
Creating a base repository class for Fluent NHibernate
For several of my projects I use a repository pattern for the data access layer which sits above Fluent NHibernate. Using generics I can then replicate the same features for all entity repositories. … [more]
-
Date formatting using bindings in Silverlight DataForm
I had fun today trying to work out why I could not get the date column of a data form grid to be formatted correctly. Listed below is some xaml markup of the dataform..
1: <df:DataForm … [more]
-
Get rid of someone’s TFS workspace
Not exactly a fan of TFS myself, especially with better source control platforms available such as Mecurial, SVN or GIT, I needed to delete another users workspace. Unfortunately that workspace was on … [more]
