Archive for December, 2007

A quick tour of C# 3.0’s new language features

Wednesday, December 5th, 2007

With Visual Studio 2008 now fully released, I take a quick look at some of the new language features in C# 3.0.

Your first ASP.NET Custom Control

Sunday, December 2nd, 2007

One of the strengths of ASP.NET is the ability to write your own reusable custom controls, deploy them, and use them by simply dragging them onto a form from the toolbox. This tutorial walks through the implementation of a ‘TimePicker’ custom control.