Tuesday, December 13, 2005 - Posts

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...
Want to add a cool (albeit IE-only) effect to your ASP.NET 2.0 Web pages? If so, add the following statement to the <head> element of the site's master page: <meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.Fade(duration=.5)" Read More...