C# Threading: BackgroundWorker

March 20, 2010 by Christoff Truter

How to make a more responsive UI using background threads

C#   Threading  

SQL 2005 - CLR Integration (C#)

March 14, 2010 by Christoff Truter

Examples of how to create stored procedures and functions for SQL 2005 via the .net CLR

C#   SQL  

ASP.net (C#) DropDownList Optgroups (WebControlAdapter)

March 11, 2010 by Christoff Truter - 8 Comments

Modify WebControl markup via WebControlAdapter

C#   ASP.NET  

C# Basics: Creating a Windows Service

February 28, 2010 by Christoff Truter - 1 Comment

a quick look at how to create a windows service using C#

C#  

ASP.net - Ajax.Net: PageMethods

February 21, 2010 by Christoff Truter

How to call server-side code from client-side code, using PageMethods in ASP.net

C#   ASP.NET