Dot.Net 2 online test, online practice test, exam, quiz

Dot.Net 2 Online Test

The purpose of this online test is to help you evaluate your Dot.Net 2 knowledge yourself. These Multiple Choice Questions (MCQs) on Dot.Net 2 will prepare you for technical round of job interview, written test and many certification exams.

The test contains 100 questions and there is no time limit. You will get 1 point for each correct answer. You will get your online test score after finishing the complete test.
(Total 100 questions)        (Time spent 0:0)

1. What should you do to access the returned tabular data after starting execution of a command that runs asynchronously? (Choose all that apply.)
1. Call the EndExecuteNonQuery method.
2. Call the EndExecuteReader method.
3. Wait for the StatementCompleted event to fire and iterate through the DataReader.
4. Wait for the StatementCompleted event to fire, call the EndExecuteReader method,and then iterate through the DataReader.

   View Test Answer
Advertisement