I was watching a video lesson on ASP.NET MVC, when I see the Fluent Mapping of the Entity Framework for the first time.
Soon I came to doubt.
Which of the two is best recommended? Fluent Mapping or Data Annotations ?
I really liked Fluent Mapping because I can play the validations for a separate class keeping my class clean, but Data Annotations has [Display(Name"")]
/ p>
Is it possible to merge the two?