All articles with keyword ".NET Data Types"
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...