what are delegates? How you used then in your project?
Answer Posted / mandeep
Delegate is an object that can refer to a method.
When we are creating delegates, we are creating an object that can hold a reference to a method; it necessarily means that a delegate can invoke the method to which it refers. ..
A very good easy to understand article related with this is here http://www.dotnetfunda.com/articles/article1670-what-are-delegates-in-csharp.aspx (plain and simple)
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is managed or unmanaged code?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
How Is The Dll Hell Problem Solved In .net?
Explain different properties of object oriented systems.
Any problem found in vs.et
How can it prevents DLL Hell assembly versioning in .NET?
What is Implicit conversion in C#?
What is difference between abstraction and encapsulation in c#?
What is xor operation?
Describe an abstract class?
Explain how to use an extender provider in the project.
Is int a class in c#?
What are actions in c#?
Is vs as c#?
What is cookies in c# asp net?