What do you mean by delegate
What do you mean by the term delegate, why must you use it and explain how do you call it?
Expert
The delegate is a reference type which refers to a Shared method of a type or to instance method of an object. Delegate is similar to a function pointer in C and C++. Pointers are employed to store the address of a thing. Delegate lets some other code, call your function devoid of requiring knowing where your function is really positioned. All events in the .NET really use delegates in the background to wire up the events. Events are actually just a modified form of the delegate.
What is the difference between HTTP-Post and HTTP-Get?
Name the root namespace which is used for fundamental types in .NET Framework?
How we can decide whether we should deploy application or publish application?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
Write down the different ways of hosting the WCF service?
Write down the benefit of packaging over xcopy in the .NET?
State the parameters which controls most of connection pooling behaviors?
State the reason why workflows are based on the Extensible Models.
What is the function of Orientation property in a Menu control?
Two catch blocks can be executed or not?
18,76,764
1957678 Asked
3,689
Active Tutors
1430135
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!