What is difference between entity framework and ado.net?



What is difference between entity framework and ado.net?..

Answer / Shagufta Pravin

Entity Framework (EF) is an Object-Relational Mapper (ORM) that allows developers to work with databases using C# objects, providing LINQ support for querying and manipulating data. ADO.NET, on the other hand, consists of a set of .NET classes that allow developers to create connected or disconnected data access applications by interacting directly with database servers like SQL Server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is dataset object? Explain the various objects in dataset.

1 Answers  


Describe ado.net object model in detail.

1 Answers  


what is data Adapter?

26 Answers   CMC, CSS, IBM,


What is the difference between Optimistic and Pessimistic locking?

1 Answers  


What is Serialization in .NET? what are the types of Serialization?

1 Answers   Arigo Infotech,


Describe datareader object of ado.net with example.

1 Answers  


What is ado.net tutorial?

1 Answers  


What is the namespaces being used to access oracle database?

1 Answers  


How can we perform transactions in .net?

1 Answers  


What is Debug.write does?

1 Answers  


What are the Data providers in ADO.Net?

1 Answers  


What are the methods of XML dataset object?

1 Answers  


Categories