Entity Framework CPT 5 – Cont.
Continuing with previous post, I wanted to go over data annotations, some old and some new in CTP 5. Of course, everything you can do with data annotations, you can do with fluent API. Once important this to remember about data annotations is that they are used for validation as well as defining columns in …