what is the relation between delegates and events

Answers were Sorted based on User's Feedback



what is the relation between delegates and events..

Answer / yagnesh

An event is declared like a pseudo-variable but based on a delegate. Therefore, to declare an event, you must have a delegate that would implement it.

Is This Answer Correct ?    10 Yes 0 No

what is the relation between delegates and events..

Answer / sujatha

delegates are back bone of events.delegates means refer one
or more functions.with out delegates we can not develop
events.

Is This Answer Correct ?    7 Yes 1 No

what is the relation between delegates and events..

Answer / 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

what is the relation between delegates and events..

Answer / 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

More ASP.NET Interview Questions

What is Serilazation? how many type of serilazation are their?

3 Answers  


Does google crawl redirects?

0 Answers  


What does asp.net stand for?

0 Answers  


What is odata in web api?

0 Answers  


Finally and dispose methods?

1 Answers   Microsoft,






web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.

2 Answers   TCS,


How do you implement postback with a text box? What is postback and usestate?

1 Answers  


what is DLL Hell and how it is solved in .NET? please explain clearly??

0 Answers   TCS,


can we transfer data from one page to another page using viewstate if so how?if not y?

37 Answers   AppShark, DataSync, Gtech, iGate, Wipro,


What is the difference between application state and caching?

0 Answers  


Name and describe some HTTP Status Codes and what they express to the requesting client ?

1 Answers  


How can we create custom controls in asp net?

0 Answers  


Categories