Welcome to Craig Gibbons' Lifeblog and Gallery Sign in | Join | Help

Craig Gibbons' Lifeblog

lifeblog://tri.eat.net

February 2006 - Posts

Creating a DropDownList from an Enum using Attributes and Reflection
Often in software development, one has a need to map the values in a lookup table to an enumeration in code. In this way, the values of the lookup table can be readily accessed in a strongly typed way. The only drawback to this approach is that the enum Read More...
Manage Recent Projects list in VS2005
It seems like an obvious thing to be able to do in Visual Studio 2005, but there is really no in-built way to manage items in the Recent Projects list on the Start Page. If you're like me, you end up with a bunch of project names from various things, Read More...