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
Why is stored procedure used in ado.net?
Why do we use sqldataadapter?
What is the use of SqlCommand object?
What are the steps to connect to a database?
Explain the namespaces in which .net has the data functionality class.
What are the different layers of ado.net?
What are the types of databinding?
What is the executescalar method?
How do you connect to sql server database without using sqlclient?
Why edit is not possible in repeater?
describe the dataset object in ado.net.
Describe connection object in ado.net
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
How can we save all data from dataset?