Please enable Javascript to correctly display the contents on Dot Net Tricks!
C# Questions & Answers

When to use Nullable Type?

When you deal with databases and other data types which contain elements or variables that may or not be assigned a value i.e. undefined, nullable types are used to store the values of such elements or variables.