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 namespaces which are required to allow the use of the databases in the ASP.NET pages?
Explain the chief built-in objects in the ASP.NET?
Mention the two categories which distinctly classifies the variables of the C# programs.
Explain what would you do to get rid of Microsoft visual basic name space?
Write the name of the control that you will use to make sure which values in the two different controls match?
Write the differences between HTML and XML.
What we can do to allot page specific attributes in the ASP.NET application?
Write main difference between classic ADO and ADO.NET?
What do you mean by the term Transport and Message Reliability?
Describe the role of the JIT compiler in .NET Framework?
18,76,764
1949656 Asked
3,689
Active Tutors
1419216
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!