ADO.NET Interview questions


Total available count: 25
Subject - Microsoft Technologies
Subsubject - ADO.NET

Explain about asynchronous execution of commands?

There are two options available to do asynchronous execution operations,

1. BeginExecuteNonQuery
2. BeginExecuteReader



Next 5 interview question(s)

1
Can you inherit from SqlConnection class?
2
Why will an ASP.NET user account be created in the database for an ASP.NET web application?
3
Explain the steps to access the database in ADO.NET?
4
Explain about Row States and Row Versions?
5
Types of DataSet in ADO.NET?