What?s a multicast delegate?
Answers were Sorted based on User's Feedback
Answer / t.prabu
Multicast delegate is a delegate which stores the address of
multiple mothods and also used for event handling
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
It?s a delegate that points to and eventually fires off
several methods.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
multicasting is that you can combine several handler
methods in a list so they are all bound to a single
delegate object. When Invoke is called on the delegate
object, the MulticastDelegate class provides the code to
execute every handler method in the list.
| Is This Answer Correct ? | 2 Yes | 1 No |
Write one code example for compile time binding and one for run time binding? What is early/late binding?
what are the events in delegate?
What are the security issues if we send a query from the application?
How to declare a property in a class?
What is the difference between “out” and “ref” parameters in c#?
What is the difference between function and method in c#?
What is difference between managed and unmanaged code?
0 Answers SwanSoft Technologies,
Can a string be null c#?
How do you implement Inheritance in dot net ?
Can we set image Source dynamically using C# in WPF application?
What is the use of New Keyword
Give 2 scenarios where static constructors can be used?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)