hey guys happy easter !!!, I was practicing my LINQ skills lately
and just wondering how do you deal with null values in database being
map to entities?
to make it clear in the ORDER table in northwind
database the shippeddate contains null values and the shippeddate
property in my entity is declared datetime now when I try to retrieve
those orders with null values on shippeddate I get an error since
datetime is not expecting a null value how do you properly deal with
this?
TIA