Archive for the ‘.NET’ Category

ASP.NET Gravatar Control Update - Full Source Included

Thursday, June 12th, 2008

Gravatar ASP.NET Control

With gravatars now becoming ubiquitous in blogs and forums, I have developed an ASP.NET Control that encapsulates their functionality in a simple, reusable component. It’s so easy to use, you can download and be using it on your ASP.NET sites within minutes.

I’ve since had a lot of interest in the source code for the control, and so this post describes how the control works, as well as providing a download containing the control, as well as the full control source and example website that uses the control.

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.