ADO.NET Question:

How to call the SQL commands asynchronously in ADO.NET version 2.0?

ADO.NET Interview Question
ADO.NET Interview Question

Answer:

executescalar()
executereader()
executenonquery()

these comes with Begin and End like Beginexecutescalr() Endexecutescalar().......

by using these command we can achieve asynch comm in ado.net


Previous QuestionNext Question
How to copy the contents from one table to another table and how to delete the source table in ado.net?what is typed and untyped dataset?