C# OpenXML: Convert a DataSet to Excel Worksheets

September 18, 2010 by Christoff Truter - 6 Comments

How to convert a DataSet to an Excel Workbook

C#   Microsoft Office  

SQL 2005/2008 - XML Type : modify method

September 13, 2010 by Christoff Truter

How to update/remove/insert nodes in a sql 2005/2008 xml field

SQL  

C# Threading: COM Apartment Model

September 13, 2010 by Christoff Truter

a simple description on how the COM Threading model works

C#   Threading  

New Features - SQL 2008: Filestream

August 21, 2010 by Christoff Truter

How to enable the filestream feature in SQL 2008 - Alternative way to store blobs(files) via SQL

SQL  

C# Design Pattern : Singleton

August 10, 2010 by Christoff Truter - 4 Comments

How to create a Singleton Pattern in C#

C#   Design Patterns   Architecture