Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain < @OutputCache% > and the usage of VaryByParam, VaryByHeader ?

1 Answers  


Disable Session State at the Page Level

1 Answers  


how can you handle "control is not part of this page " error?

3 Answers   FactorH,


Where on the Internet would you look for Web services?

5 Answers   IBM, MNC, Siebel Systems,


How can i include both C# and vb.net classes in same solution?

2 Answers  


How many types of cookies are available in asp?

0 Answers  


What are ASHX files?

0 Answers   HCL,


Does asp.net still recognize the global.asa file?

0 Answers  


How to find last error which occurred?

0 Answers  


What is WCF

4 Answers  


Define caching.

0 Answers  


What is a viewbag?

0 Answers  


Categories