What is meant by entity framework?



What is meant by entity framework?..

Answer / rajpoot saket

The Entity Framework enables developers to work with data in the form of domain-specific objects and properties, such as customers and customer addresses, without having to concern themselves with the underlying database tables and columns where this data is stored

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

Explain what are acid properties?

1 Answers  


What is the difference between Response.Expires and Reponse.ExpiresAbsolute?

1 Answers  


What happens when u try to update data in a dataset in .NET while the record is already deleted in SQL SERVER as backend?

5 Answers  


What is the difference between oledb sql server and oledbdotnet provider?

1 Answers  


What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?

1 Answers  


Which database is the ado.net sql connection object designed for?

1 Answers  


What is ole2 format?

1 Answers  


How do you merge 2 datasets into the third dataset in a simple manner?

1 Answers  


What is partial class?

1 Answers  


What does datareader object do?

1 Answers  


If we are not returning any records from the database, which method is to be used?

1 Answers  


How we can provide data to ado.net?

1 Answers  


Categories