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 do you understand by the JSON?
Briefly describe the ADO.NET architecture?
Explain MaskedTextBox control? And also explain the function of Mask property?
Define Query String? Explain its advantages and disadvantages?
Explain how is docking different from the anchoring?
In which statement we can execute LINQ query?
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Explain why SiteMapPath control is being referred as eyebrow or breadcrumb navigation control?
Illustrate the benefit of option strict on? Describe in brief.
What are HTTP handlers in ASP.NET?
18,76,764
1961530 Asked
3,689
Active Tutors
1419774
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!