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 ado.net code?
What is the use of SqlCommand object?
Describe datareader object of ado.net with example.
List the 4 common ado.net namespaces?
What is the full form of ado?
How do you connect to sql server database without using sqlclient?
Explain the different row versions available in table?
What is the use of Dataview?
Explain executenonquery?
What are the different ado.net namespaces?
Can we connect two dataadapters to same data source using single connection at same time?
What is execute scalar in ado.net?
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?
Which is faster ado.net or linq?
Define ado.net?