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

why do you want to join deloitte, where do you exactly fit in.

1 Answers   Deloitte,


How many types of generations are there in a garbage collector?

1 Answers  


Why SOAP is required?

1 Answers   Alcatel-Lucent,


What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it

2 Answers  


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

1 Answers  


Explain the .NET architecture.

9 Answers   HCL, Idhasoft, Scandent, TCS, TechnoLinks,


Where?s Windows service database located?

2 Answers  


What's wrong with a line like this? Datetime.parse(mystring);

1 Answers  


Tell us the difference between the while and for loop. Provide a .net syntax for both loops?

1 Answers  


Do I have any control over the garbage collection algorithm?

1 Answers  


What is .net latest version?

1 Answers  


Usually in .net, the clr takes care of memory management. Is there any need for a programmer to explicitly release memory and resources? If yes, why and how?

1 Answers  


Categories