| Evonet Consulting | ASP.NET Development Blog |
Asp.net 2.0 introduced nullable types that allow you to determine whether a variable has been assigned a value or not and not cause an exception if the variable is null. A nullable type simply allows a variable to be null in addition to its normal range of values.




