SQL Server Batch Inserts of Parent/Child Data with iBATIS

Wednesday, January 13th, 2010 Posted in C#, Code, Home, SQL | Comments

The common pattern for persistence of our domain classes to the Database is through the use of an ORM layer with support for your standard CRUD operations. Many ORM's have ... Read more..

Extension Method Round Up

Tuesday, April 21st, 2009 Posted in C#, Code | Comments

Extension methods in c# have definitely changed my day to day development in a positive way, as they can easily add functionality that may be missing in the base class ... Read more..