Wednesday, January 04, 2012
#
Using Sixeyed.Mapping on github to auto-populates objects from data readers
Friday, October 14, 2011
#
PowerShell script for instrumenting assemblies hosted in an IIS site, running a set of tests against WCF services, and exporting the code coverage stats.
Tuesday, January 03, 2012
#
Introducing my mapping library on github which lets you map and automap objects from other objects, databases, XML, CSV files etc.
Friday, September 30, 2011
#
Helper method for checking unit testing that an exception is thrown, with the correct error message
Tuesday, October 04, 2011
#
Configuring Unity to resolve a type using its default, parameterless constructor
Friday, December 16, 2011
#
A github sample for a WCF solution where a service can make other service calls remotely through a channel, or locally through the service implementation
Monday, December 12, 2011
#
Advantages of adding a suite of diagnostics service to a solution, so it can describe its own status
Tuesday, October 04, 2011
#
Type extension for checking interface implementation without strings
Friday, September 30, 2011
#
Note of caution if you're using Task.Factory.StartNew() in WCF services and relying on your generic error handler to catch exceptions
Thursday, June 09, 2011
#
Setting up git on a ReadyNAS box for remote repositories