What is the purpose of delegates in .net?
Answers were Sorted based on User's Feedback
Answer / sanjukta
Delegates are mainly for asynchronous call back and event
handling.
| Is This Answer Correct ? | 5 Yes | 0 No |
why do you want to join deloitte, where do you exactly fit in.
How many types of generations are there in a garbage collector?
Why SOAP is required?
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
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Explain the .NET architecture.
9 Answers HCL, Idhasoft, Scandent, TCS, TechnoLinks,
Where?s Windows service database located?
What's wrong with a line like this? Datetime.parse(mystring);
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
Do I have any control over the garbage collection algorithm?
What is .net latest version?
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?