We received three interesting and important coding and performance hints from Piotr and Guy Robinson on the post on Linq yesterday. I find them too important to leave them dozing away in the comment section, so here is their promotion to post status: Use auto-implemented properties to simplify the helper class code. Use ParametersMap instead of looping over all element parameters. The .NET Framework 3.5 SP1 is significantly improved over .NET 3.5. As Piotr pointed out, auto-implemented properties are a... Read more →