what are delegates? How you used then in your project?
Answer Posted / muhammad usman
Delegate is a type which holds the method(s) referance in
an object, it is also refered as type safe funcation.
Like Pointer fucation in C++
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Write the difference between TypeOf and GetType?
Can abstract class have constructor c#?
Explain a MSIL ? Why is it appreciated by all developers?
Can property be private in c#?
What is different between Implicit conversion and Explicit conversion in C#?
What is an ienumerable in c#?
What is datatable in c#?
What is the difference between returning iqueryable vs ienumerable?
Explain manifest & metadata in c#.
What is the boxing and unboxing in c#?
Why main is static in c#?
What is main thread in c#?
Can you explain template pattern?
What does return do in for loop?