What is the purpose of delegates in .net?

Answers were Sorted based on User's Feedback



What is the purpose of delegates in .net?..

Answer / k

Call back mechanism

Is This Answer Correct ?    5 Yes 0 No

What is the purpose of delegates in .net?..

Answer / sanjukta

Delegates are mainly for asynchronous call back and event
handling.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What are the differences in C# .Net and ASP .Net.

4 Answers   NetLink,


What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?

3 Answers   Accenture, CC Soft, Infosys,


Is there any thread in our .net programs?

0 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


What are the purposes of using .net?

0 Answers  






Why inheritance is important?

0 Answers  


What is a system lock?

2 Answers   Wipro,


i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


What is the need of OLE-automation?

0 Answers   CGI,


What is il in vb.net?

0 Answers  


How do you handle Start, Pause, Continue and Stop calls from SCM within your application?

1 Answers  


How can you manage pagination on a page using .Net?

1 Answers  


Categories