Connecting Entity Framework to Sql Server 2000

by Steve French in Entity Framework, Sql Server on July 25, 2017

A lesson learned – when trying to map Entity Framework to Sql Server 2000  (if you must) – make sure that there are no nullable dates – if so, work around them.  I just spent hours looking into that.