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
How many types of validation are there?
Explain About duration in caching technique
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What is active web pages?
Explain the difference between or and orelse?
Explain the components of web form in asp.net
How would you create a permanent cookie?
What is the difference between mvc and asp.net? : Asp.Net MVC
What is data cache in sql server?
How long the items in ViewState exists?
Explain difference between friend and protected friend?
In which event of the page life cycle, is the viewstate available?
Explain cashing in asp.net.
Explain how can we access static variable?
Explain the disadvantages of viewstate?