Monday, May 14, 2012

How to apply attirbutes like [Display( = "displayname"]) on a model with model-first design?

I am using MVC and entity framework. I started with code first design and I was applying attributes like [Required] and [Display] but how do I do this if I am using a model first? I created my database model already.



Thank you.





No comments:

Post a Comment