Explain what is ADO.NET entity framework?

Technology CommunityCategory: Entity FrameworkExplain what is ADO.NET entity framework?
VietMX Staff asked 3 years ago

ADO.NET Entity Framework is an ORM (Object Relational Mapping) framework developed by Microsoft. It is an extension of ADO.NET that provides an automated mechanism to access and store data in the database. With the help of ADO.NET, database can be accessed without much required programming or code.