What is the use of delegates
Answers were Sorted based on User's Feedback
Answer / maniekb
delegete is a pointer
to the methods.
so... when can be
use:
- to use anonymous
methods
- to use lambda
- to inform methods,
that something happen
- push key on
keyboard - invoke
OnKeyDown method
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shreeram sahu
if the standard sap events/methods dont fullfill ur
purpose,new events/methods may be added to the given
business object.sap doesnt allow changes to its original
object types.it permits changes by using the concept
of 'delegation'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the five stages in a dlx pipeline? : .NET Architecture
Explain the Lapsed Listener problem in .net
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
What is an interrupt? : .NET Architecture
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
How is the using() pattern useful? What is idisposable?
What is the cli? Is it the same as the clr?
what is the shortcut key for toolbox and add existing item?
What is the difference between SAX Parser and DOM Parser?
Name some changes done since version 3.0?
Explain the difference between state server and sqlserver : Dot net architecture
What is VSS? Use of VSS? How can we use VSS in our Application?