what is the relation between delegates and events
Answer Posted / mani
Actually events use delegates in bottom.But they add an
extra layer on the delegates,thus forming the publisher and
subscriber model.
As compare to delegates events work with source and
listener methodology. So listener's who are interested in
receiving some events they subscribe to the source.Once
this subscription is done the source raises to all of it's
listener's when needed. One source can have multiple
listeners.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the types of session in asp.net?
Do I need to have the latest version of windows media player installed?
Which .NET framework supports Web API?
Give an example of cookie abuse.
What is parse in asp.net?
What is jade template engine?
What is state management techniques in asp.net?
Can you explain one critical mapping?
What is the difference between asp.net and mvc?
What is the difference between sealed vs static class?
What is an imagemap in asp.net?
Describe the disadvantage of cookies.
What are the different session state management options available in asp.net?
What is the difference between session.abandon() vs clear()?
What are the disadvantages of view state?