Keeping your Enums and Lookup tables in sync
Steve Smith has developed a unit test to make sure your .NET enums (used during coding) match up wth their corresponding lookup tables (used for RI checking). Nice safety net.
Now how about someone creating a VS.NET add-in along with a few custom attributes to generate a lookup table based on an Enum? :)