C# Threading: Windows Forms and WPF InvokeRequired / CheckAccess

October 26, 2010 by Christoff Truter - 3 Comments

How to access WPF and Windows Forms controls from threads

C#   Threading  

C# - Office XML: Using XSLT to generate an excel document

October 20, 2010 by Christoff Truter - 12 Comments

How to create an Office XML Spreadsheet using XSLT and C#

C#   Microsoft Office  

PHP - Office XML: Creating an excel document

October 16, 2010 by Christoff Truter - 3 Comments

How to create an excel document using Office XML and PHP

PHP   Microsoft Office  

Coding Horrors: PHP - Magic Quotes

September 28, 2010 by Christoff Truter - 1 Comment

a post about the anti-feature in PHP called Magic quotes

PHP   Coding Horrors  

C# Threading: Semaphore

September 18, 2010 by Christoff Truter - 1 Comment

How to restrict the number of threads that is allowed to access a pool of resources

C#   Threading