This ADO.Net test comprises of various types of objective questions to help you
assess your ADO.net programming knowledge. This objective ADO.NET test covers
questions on various theoritical and practical aspects of ASP.NET programming.
The score at the end of ASP.NET practice test will help you measure your
preparation level to face the written tests for interviews, certification tests
or entrance exams. This is a set of 10 practice questions on ADO.NET
programming with some sample ADO.NET objective questions.
Online Practice
Test > ADO.NET Test
Here are few sample ADO.NET test/quiz questions
Which of the following illustrates the benefit of ADO.NET?
Options
Interoperability
It uses DataSet to represent data in memory that can store data from multiple
tables and multiple sources.
Disconnected data access
All of above
Which of the following is not true for ADO.NET DataSet?
Options
DataSet provides a disconnected view of a data source.
Dataset enables to store data from multiple tables and multiple sources
We can create relationship between the tables in a DataSet.
All of above are true
Click here to start
ADO.NET test/quiz
More Links
Steps to use transaction object
Open a database connection.
Create the transaction object using BeginTransaction method of connection
object................
You have connected data access through the DataReader objects of data provider.
This object requires exclusive use of the connection object. It can provide
fast and forward-only data access. It doesn't allow editing....................
|