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 delegate in c# interview questions?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What is static class in C#?
What is difference between c sharp and c#?
How can it prevents DLL Hell assembly versioning in .NET?
What is the correct way of declaring an xml namespace?
What is c# best for?
What do you mean by generic class in c#?
Is php better than c#?
What is the difference between as and is operators in c#?
How can I use .NET components from COM programs?
How many bytes is an int in c#?
What is serialization in .net?
Why References are stored on heap and variables on stack?
Why should I use interface in c#?