Answer Posted / kishore
ADO.net is a works on Disconnected achiteture .
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the significance of CommandBehavior.CloseConnection ?
differences between ADO and 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?
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?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Explain advantages of ado.net?
Define Execute Scalar?
What is disconnected scenario in entity framework?
Give an example that shows how to execute a stored procedure in ado.net?
Which method is used by command class to execute SQL statements that return single value?
What is connection in ado.net?
Explain which name space is used to get assembly details?
What is the maximum pool size in ado.net connection string?
What are the types of databinding?
What are the steps you will take to improve performance?