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

Why is ADO.NET serialization slower than ADO ?

0 Answers   NA,


How do you update database through dataset?

0 Answers  


What are the drawbacks of using ado.net?

0 Answers  


What are the different ado.net namespaces?

0 Answers  


What is the difference in an abstract class and an interface?

0 Answers  


Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?

0 Answers  


What are the namespaces used in ADO.Net to connect to a database?

0 Answers  


What are the differences between OLEDB and SQLClient Providers?

0 Answers  


If a table contains 20000 records . In a page at each time 100 records to be displayed. What are the steps u will take to improve performance? will you use dataset or datareader?

7 Answers  


What are the major difference between classic ADO and ADO.NET?

0 Answers  


What is ado asp?

0 Answers  


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

0 Answers  


Categories