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
Which keyword is used to accept variable number of parameters?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is datatable in ado.net?
How to Read, Add, Update and Delete record in Entity Framework ?
How to aggregating data across related tables?
What is DataReader Object?
What are the benefits of using of ADO.NET in .NET 4.0?
Does entity framework use ado.net?
Explain what are the steps to connect to a database?
How do you implement locking concept for dataset?
Is ado.net dead?
What is difference between dataset and datatable?
What is the difference between DataReader and DataSet in ADO.NET?
What is ole word?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?