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 |
Why is ADO.NET serialization slower than ADO ?
How do you update database through dataset?
What are the drawbacks of using ado.net?
What are the different ado.net namespaces?
What is the difference in an abstract class and an interface?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What are the namespaces used in ADO.Net to connect to a database?
What are the differences between OLEDB and SQLClient Providers?
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?
What are the major difference between classic ADO and ADO.NET?
What is ado asp?
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?