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

What DataReader class do in ADO.NET ?

0 Answers   NA,


what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?

0 Answers   EDS,


What happens when we issue Dataset.ReadXml command?

1 Answers  


What are the parameters that control most of connection pooling behaviors?

0 Answers  


What are different layers of ADO.Net?

0 Answers  






Why DataReader is Forward Only?

16 Answers   IBM, NIIT,


what is a dataset?

9 Answers   Choice Solutions,


oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?

0 Answers   Infosys, Wipro,


What are the advantages of ado.net?

0 Answers  


Differentiate between Dataset and Recordset.

2 Answers  


What is oledb connection?

0 Answers  


What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?

0 Answers  


Categories