ASP.NET: Remove HTML Comments at Runtime (WebProNews)

ASP.NET: Remove HTML Comments at Runtime (WebProNews)
I’ve been playing a bit with regular expressions lately and have to find some useful tasks in order to practice the skill. So, today I wanted to make a little method that strips HTML comments from an ASP.NET webpage at runtime. The practical use of the exercise is somewhat limited for most developers, but some websites have so many comments that it might just save a decent amount of bytes from

Poll: Do you borrow HTML from other Web sites? (About.com)

Poll: Do you borrow HTML from other Web sites? (About.com)
View Source is often one of the most clicked option by Web developers. I find myself doing that all the time when I’m curious how a developer got a certain…