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.
Previous Question | Next Question |
What is connection String? | How do you update a Dataset in ADO.Net and How do you update database through Dataset? |