What is Entity Framework in the .NET ecosystem?

  1. A web server
  2. A testing framework
  3. A logging library
  4. An Object-Relational Mapping (ORM) framework

Explanation

Entity Framework is an ORM framework that enables .NET developers to work with databases using .NET objects, eliminating the need for most data-access code that developers usually need to write.