What is Entity Framework in the .NET ecosystem?
- A web server
- A testing framework
- A logging library
- 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.