Answer Posted / srilekha
ACID properties are:
Atomacity,
consistency,
Isolation,Durability.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Explain the architecture of ado.net?
Which method is used to sort the data in ADO.Net?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is the purpose of using adodb?
What is the difference between typed and untyped dataset?
Name which operations can you not perform on an ado.net dataset?
What is dao and ado?
Which is better entity framework or ado.net?
What are the objects of ado.net?
Which object holds only data and does not interact with data source?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
How to read data with the sqldatareader ?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
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?
What is serialization and de-serialization in .net?