Data Annotations and Entity Framework Code First
I like the code first model of Entity Framework 4 (CTP2 at time of writing). A Domain Entity can be decorated with data annotations which can then be used by the Entity Framework when constructing the database. I have no concerns adding the System.ComponentModel.DataAnnotations reference to my Domain; I have no intention of changing my […]