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
Is it possible to migrate visual interdev design-time controls to asp.net?
Define web services in asp.net.
What describes a query?
Write a code for sending an email from asp.net application.
What's the use of response.output.write()?
Less than one page, how many windows will you be able to maintain?
What is the compiled object?
Define static member?
Which type of state management is provided by Query String in ASP.NET?
Where can I get information on cookies in asp.net?
What is the difference between cache and cookies?
What is cookies in asp net?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is the procedure to create the environment for asp.net? : asp.net mvc
How to manage different kinds of sessions in ASP.NET?