The Dev tool of my dreams
Nikhil on the ASP.NET team released a dev helper tool that I first dreamt of when I was a newbie to ASP.NET. Yeah, sometimes I really wonder if there was ever a time when people were used to write code without .NET <g>
The tool is built as a combination of a server and client component. The server component is a HTTP module you have to install and make available to all apps or just the one you want to play with. The client component is a Browser Helper Object for IE only.
Several times lately I was near enough to writing that tool myself. What stopped me was the difficulty of writing a BHO w/o .NET. A BHO must be a COM object written according to the guidelines you find here. I never considered switch back to ATL and I don't like much writing COM objects through .NET. That's why I heartily welcome the tool from Nikhil.
Join me sending a monumental THANK YOU to Nikhil and the ASP.NET team!