Answer Posted / 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 View All Answers
What is the default Timeout for SqlCommand.CommandTimeout property?
What are the essential features of ado.net?
What are dcl commands?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What are the ado.net connection pooling parameters?
What is ado and rdo?
What are three methods for displaying data in a syncfusion datagrid
What is the role of the dataset object in ado.net?
What is the namespaces being used to access oracle database?
How do you merge 2 datasets into the third dataset in a simple manner?
What is a sqldataadapter?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is dataset and datatable in ado.net?
How can we add relation between tables in a dataset?
What are the rules to implement connection pooling?