Answer Posted / shashikant kothavale
basically ADO .Net is based on disconnected data
architectures unlike traditional vb 6.
interactions with database is done through data command and
dataset is the new concept that is in memory representation
of data in xml format we can also work with xml data doc.
class to segregate their contents.
easy use of transactions and structured exception handling.
data pis persisted in XML Format.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is serialization and de-serialization in .net?
Does sqlclient and oledb class share the same functionality?
What is typed dataset ?
Describe datareader object of ado.net with example.
What is command class in ado.net?
Describe ado.net object model in detail.
Explain how to pass multiple tables in datasets simultaneously?
What is ado.net in vb net?
What is ado data control?
Does entity framework use ado.net?
How to add a javaScript function in a datagrid?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What is data access pattern?
Explain the difference between an ado.net dataset and an ado recordset?
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?