what is the relation between delegates and events
Answer Posted / rummy
events are implemented using delegates. We can say , events are special case of delegates where a subscriber cannot delete other subscriber. He can only subscribe or unsubscribe from event. Framework also standardized event structure to make them consistent.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we set master page as a start page?
What is the full meaning of asp.net?
What is redirecting behavior?
What is http session state?
What is anonymous authentication?
What is the sequence in which ASP.NET events are processed?
What is masterpage?
What are the uses of list view control in Asp.net?
Differentiate the session object and application object?
What is server side session?
What is the use of service provider?
What is app_code folder in asp net?
Can asp.net work on an nt server?
What is the use of ASP.NET routing?
What is owin authentication?