I have used the Entity Framework with VS2010 to create a simple person class with properties, firstName, lastName, and email. If I want to attach DataAnnotations like as is
You need to either use a metadata "buddy" class or (my preference) project onto a presentation model instead of binding views directly to entities.