Which of the following is true about ADO.NET Entity Framework?

  • It abstracts the database schema, enabling developers to work with conceptual entities
  • It is designed only for desktop applications
  • It is tightly coupled with SQL Server
  • It supports only stored procedures for data access
ADO.NET Entity Framework abstracts the database schema, allowing developers to interact with conceptual entities rather than dealing directly with database tables and columns. This abstraction simplifies data access and makes the application more maintainable and adaptable to changes in the underlying database structure.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *