New Features - SQL 2008: Table-Valued Parameters (TVP)

January 6, 2010 by Christoff Truter

SQL 2008 introduced a nifty feature called Table-Valued Parameters (TVP) into its codebase

SQL  

Paging: ASP.net (C#) and SQL 2005/8

October 19, 2009 by Christoff Truter - 4 Comments

How to page data using ASP.net (C#) and SQL 2005/8

C#   ASP.NET  

MS SQL Basics: Joins

September 20, 2009 by Christoff Truter

a post about sql joins

SQL  

ASP.NET(C#): Custom/Composite controls with events

September 15, 2009 by Christoff Truter - 2 Comments

Creating custom/composite controls that expose events in C#

C#   ASP.NET  

Populate a TreeView Control C#

August 27, 2009 by Christoff Truter - 33 Comments

Populate a TreeView control in a windows application.

C#