ADO.NET Question:
Download Questions PDF

What is Delegate?

Answer:

Delegate is an important element of C# and is extensively used in every type of .NET application. A delegate is a class whose object (delegate object) can store a set of references to methods.

Download ADO.NET Interview Questions And Answers PDF

Previous QuestionNext Question
What is connection String?How do you update a Dataset in ADO.Net and How do you update database through Dataset?