Answer Posted / reetesh kumar
Microsoft's ADO.NET heralded the introduction of a
disconnected mode of data access, enabling data exchange
even across process boundaries efficiently. This is in sharp
contrast to the earlier data access technologies with only
connected data access mode of operation. It should be noted
that ADO.NET supports both connected and disconnected mode
of data access. The introduction of ADO.NET has come as a
boon to the development community with excellent features
such as, seamless support for XML and support for connection
pooling, to name a few. This article introduces the reader
to newly added features to ADO.NET 2.0 and discusses how
they can improve the performance, scalability, and
maintainability of applications.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does executenonquery return a value?
What are the ado.net components?
What is the meaning of executenonquery?
What is a string variable?
describe the dataset object in ado.net.
What is the advantage of ado.net?
What is fill method in ado.net?
Explain what is datagrid with an example?
What is a serialized object?
Explain the difference in record set and dataset?
What is the difference in record set and dataset?
What is commandbuilder in ado.net?
What are the steps you will take to improve performance?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What are the benefits of using of ADO.NET in .NET 4.0?