The GridView is a new web control in ASP.NET 2.0 and is an improvement of the old DataGrid.
PICS (Platform for Internet Content Selection) and P3P (Platform for Privacy Preferences) are two really nice things to be aware of when developing web applications.
URL parameters or query strings are often used to carry information that can be used by hackers to do identity theft or other unpleasant things.
Whenever you use a Button or LinkButton it is because you want to be able to do a postback when it is clicked.
Most websites include a meta-tag that tells the browser what content-type the document is. It looks like this:
During the years I've seen a lot of different ways of commenting code - some good and some bad.
Denial of Service (DoS) attacks are becoming a more and more common way to bring websites and servers down.
Today, I ran into an issue regarding the way numbers are parsed in different cultures, which resulted in very wrong numbers.
It's a good rule of thumb to overload the equality operators on classes.
Recently, one of my readers asked me how to block certain IP addresses from accessing his ASP.NET website.