September 18, 2010 by Christoff Truter - 6 Comments
How to convert a DataSet to an Excel Workbook
C# Microsoft OfficeSeptember 13, 2010 by Christoff Truter
How to update/remove/insert nodes in a sql 2005/2008 xml field
SQLSeptember 13, 2010 by Christoff Truter
a simple description on how the COM Threading model works
C# ThreadingAugust 21, 2010 by Christoff Truter
How to enable the filestream feature in SQL 2008 - Alternative way to store blobs(files) via SQL
SQLAugust 10, 2010 by Christoff Truter - 4 Comments
How to create a Singleton Pattern in C#
C# Design Patterns Architecture