All articles with keyword "dotNET Functions"
Comparing Strings Safely
You often need to compare strings (or other data types), but sometimes a value could be null or DBNull if it's coming from the database. The .NET Framework's...
Click for more...
Create a Perpetual Copyright Notice
One of the easiest ways to tell if a Web site has been updated recently is to check the bottoms of its pages. Many sites include page footers with their co...