Daily Archives: Tuesday, 22 November, 2011

Checking for NULL using Entity Framework

Here is a curious gotcha using the Entity Framework: If you are filtering on a value that may be null then you may not be getting back the results you expect. For example, if you do something like this: var … Continue reading

Posted in Software Development | Tagged , , | Leave a comment