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 is immutability?

0 Answers  


Difference between Panel and GroupBox classes?

3 Answers  


What is Ajax? How it is related to your project?

0 Answers   Wipro,


What are the core differences between .NET Languages ?

0 Answers   TCS,


What is IIS and how we deploy website on IIS.

2 Answers   NetLink,






How can you see which services are running on a Windows box?

1 Answers  


Please explain the difference between constants and read-only variables?

0 Answers  


What is Finalizer in .NET define Dispose and Finalize ?

0 Answers   MCN Solutions,


How to load a user control dynamically in runtime?

0 Answers  


What is the difference between response.redirect & server.transfer?

0 Answers  


As you know read-only variables and constants have many similarities, but what is at least one way that they differ?

0 Answers  


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

0 Answers  


Categories