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.
Describe the features of Chart control.
What is the function of "EnableViewState" property? Why do we require it On or Off?
Differentiate between int32 and int?
Specify the various improvements made in the CAS in .NET 4.0?
What is Code Access Security (CAS)?
Briefly explain about PLINQ?
By which command we can turn-off and turn-on CAS?
Explain the term multilingual Web site?
Write the difference between System.StringBuilder and System.String classes?
Distinguish between the .EXE and .DLL files?
18,76,764
1926015 Asked
3,689
Active Tutors
1419464
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!