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 is the current version of asp.net?
What is Bundling and Minification in MVC?
How to handle errors in Web API?
What is simple data binding?
How many types of sessions are there in asp net?
Can you explain architecture of your project ?
Is it possible to write code in many languages in one asp.net project?
Explain how can we inherit a static variable?
when a request is made in Life cycle of ASP.NET page .
What is difference between session and viewstate?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is mvc in asp.net tutorial? : Asp.Net MVC
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
How can you dynamically add user controls to a page?