In my Visual Studio Tips and Treats talk, I discuss proper code commenting for ASP.NET pages. Let's review. It is generally a bad idea to use regular HTML comments to comment out ASP.NET server and user controls. Why? Because the commented controls still be parsed and rendered. Imagine commenting...