adspace


Which is better entity framework or ado.net?

Answer Posted / Shiv Pal Singh

The choice between Entity Framework and ADO.NET depends on the specific requirements of your application. Entity Framework provides higher-level abstraction for interacting with databases, making it easier to write data access code. However, ADO.NET offers lower-level control over database interactions, which can be more efficient in certain scenarios.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1048


Explain how to call the sql commands asynchronously in ado.net version 2.0?

996