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.
Write the name of the method which is used to create a click event of Control class for Button control in C#?
Describe the role of new keyword in brief.
Explain the services which UDDI offers to the Web applications.
List the usages of Command object in ADO.NET?
How one can implement the text box to display characters in the uppercase?
Describe in brief regarding the performance of Visual basic?
In what way we can deploy the ASP.NET Web application?
Write a major difference between a RadioButton control and a CheckBox control?
Write the name of the new method that has been introduced in ASP.NET 4.0 to redirect the page permanently?
Define the term tracing? And also explain that where it can be used?
18,76,764
1947124 Asked
3,689
Active Tutors
1444110
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!