public class FishOfPrey : IDevelop { }
When reworking an ASP.NET page I wanted to swap out a QueryStringParameter and use the value from a property instead.
I came across Joe Stevens' ASP.NET Property Parameter for Data Sources which works well.