What is Entity Framework in dotNet? DotNet Interview Question 19 of 100:

Опубликовано: 20 Март 2026
на канале: Tech Interview Questions
671
15

DotNet Interview Question 19 of 100:
What is Entity Framework in dotNet?

Answer:
Entity Framework is an open-source ORM framework for dotNet applications. It enables developers to work with data using objects of domain-specific classes without focusing on the underlying database tables and columns.