Answer Posted / izetamtechnologies
A delegate is a .NET object which defines a method signature and it can pass a function as a parameter. Delegate always points to a method that matches its specific signature. Users can encapsulate the reference of a method in a delegate object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does cil do?
Explain how to manage pagination in a page using .net?
Explain the difference between vb and vb.net?
How can I tell if .net 3.5 is installed?
What is Finalizer in .NET define Dispose and Finalize ?
How do you view the methods and members of a dll?
Differences between dll and exe?
What are Attributes in .NET?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
How many namespaces are in .net version 1.1?
What is Complex Class in .NET?
How many types of generations are there in a garbage collector?
What are the advantages of .net core?
What is class library in .net
How do I use the thread pool?