ASP.NET MVC3 - data annotations with the first EF database (ObjectConext, DbContext)

How can we use data annotations for models if the models are generated using 4.1 ADO.NET DbContext Generator or something else?

+7
source share
1 answer
+15
source

All Articles