I've been meaning to write some benchmark code to compare the performance of .NET 2.0's new XslCompiledTransform class and 1.1's deprecated XslTransform . I finally got around to it this morning, and the results were a little disappointing. In my tests,
Read More...