How is entity framework different from ado.net?



How is entity framework different from ado.net?..

Answer / Ajay Singh Chouhan

Entity Framework (EF) and ADO.NET are both Object-Relational Mapping (ORM) tools used for interacting with a database in .NET applications, but they have some key differences. EF abstracts the database operations by using LINQ queries and generates SQL automatically, making it easier to write database code. On the other hand, ADO.NET is a low-level data access technology that requires manual SQL query construction and management of connections and commands.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

How to add Primary key in DataSet

6 Answers  


Which method is used by command class to execute SQL statements that return single value?

1 Answers  


How to insert multiple records in asp .net from Gridview to Sql Database with out using loop condition ?

2 Answers  


Define executenonquery?

1 Answers  


How would you connect to a database by using .NET?

1 Answers  


What is microsoft ado?

1 Answers  


can we change the data in dataset? if yes what is the process?

1 Answers   Artech,


WHAT Are the major major compnents of a data provider in ADO.net.

14 Answers   Infosys, Wipro,


What is the difference between connected and disconnected environment?

1 Answers  


can anybody show me the structure of ADO.NET

1 Answers  


Why edit is not possible in repeater?

1 Answers  


What is dataadapter in ado.net?

1 Answers  


Categories