Entity framework interview questions compiled

Entity framework is a hot topic these days. With the release of EF 5.0, it has moved into big leagues. Even though things are now very advanced, it pays to know and understand the basics.

Refer to the following 4 posts to refresh your concepts on Entity Framework.

  1. Entity Framework interview questions
  2. Entity Framework and eager loading of related entities interview questions
  3. Entity Framework and lazy loading interview questions
  4. Entity Framework transaction scope examples