What is Entity Framework?

Technology CommunityCategory: Entity FrameworkWhat is Entity Framework?
VietMX Staff asked 3 years ago

ADO.NET EF is an ORM (object-relational mapping) which creates a higher abstract object model over ADO.NET components. So rather than getting into dataset, datatables, command, and connection objects as shown in the below code, you work on higher level domain objects like customers, suppliers, etc.