ADO.NET Question:

What is Delegate?

Tweet Share WhatsApp

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 PDF Read All 42 ADO.NET Questions
Previous QuestionNext Question
What is connection String?How do you update a Dataset in ADO.Net and How do you update database through Dataset?