All articles with keyword "dotNET 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...
Using a Parameter Array
Most functions require a set list of parameters to operate. However, you'll create some functions that need a variable list of parameters. A good example o...
Click for more...
|