/dev/null [tony lombardo]

Anything and everything ASP.NET and more. Expect to see tips and tricks, opinions on new technology, and fun code samples, along with the occasional rant.

August 2006 - Posts

ASP.NET 1.x vs. 2.0 (Performance differences)
I recently ran across a report that an application in ASP.NET 2.0 ran up to 6X slower than when built for ASP.NET 1.x. Running ACT tests on a large project (the NetAdvantage 2006 Vol. 2 samples browser), I noticed that there were only 1/2 of the requests/second Read More...
Surgical Hotfixes with Binding Redirects
The Problem Each hotfix contains updates and bug fixes for each and every assembly included in NetAdvantage for ASP.NET™. This is done for many reasons, but one of the original driving forces was to ensure that all assemblies had the same version number Read More...
ASP.NET UI Tips and Tricks
For those of you who may not know, I write a monthly Tips and Tricks article with Andrew Flick that gets posted on asp.netPro . This month I wrote about how to leverage pseudo-classes in CSS to create hot-tracking behaviors. If you have a moment, it's Read More...