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
Can we do database operations without using any of the ado.net objects?
What is ado and dao?
What is ado.net connection?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is ambient transaction?
What is the difference between sqlcommand and sqldataadapter?
What is an example of ordinal data?
What is the difference between executequery and executenonquery?
Explian About DataAdapters
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
Does executenonquery return a value?
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?
How to perform sorting on a table in ADO.NET?
Which method in OLEDBAdapter is used to populate dataset with records?
What DataReader class do in ADO.NET ?