Entity Framework Feature Suggestions on UserVoice (link).
Expression Editor (link) is the tool that enables creation of textual expressions that are used for OrderBy, Select, and Where parameters.
Articles:
MvcScaffolding: One-to-Many Relationships, Steve Sanderson (link).
Scott Gu has a great introductory post for Code First Development concept with EF 4 (link).
Using Code-First with Asp.Net MVC 3 (link).
Data Annotations you can use with this approach, MSDN Magazine (link).
Using DbContext in EF 4.1:
Associations in EF 4.1 Code First series (link).
See Transactions page.