Blog

Trailing spaces in key value results in null Entity Framework relationship

One related entity in my beautiful Entity Framework 5 code first domain model wouldn’t hydrate. The relationship was correctly set:

read more

EF5 Exception: Properties in a referential constraint must be of the same type

Working with a reverse-engineered code first model threw this EdmAssociationConstraint exception

read more