Answer Posted / ashbin
1.ADO.Net is a Technology which interacts with DataSouce in
Disconnected mode.
2.Multiple users can work on Single Database at a time,there
is no Network Traffic.
3.Mapping of Multiple tables through Ado.Net
4.Reduce the workload on Server.
5.But Slow in Speed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ado connection?
What is the difference between statement and preparedstatement interface?
What is the use of Dataview?
How can we serialize the dataset object?
Which is faster entity framework or ado.net?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
How is entity framework different from ado.net?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
Which is better ole db or odbc?
How to identify the controls which can be used for binding data?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is connection string?
What are the different methods available under the sqlcommand class to access the data?
What is the hierarchy of data in databases?
Which name space is used to get assembly details?