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.
List the types of Cookies that are available in ASP.NET?
Illustrate Hybrid and Community cloud.
Describe the various types of work flow?
Briefly describe the properties in C# and state the advantages which are attained by using them in programs?
Illustrate the terms Persistent cookie as well as Session cookie?
Write the two properties of the GridView control which have to be specified to turn on paging and sorting?
How we can choose the color from a ColorDialog box?
Write the basic difference between ASP and ASP.NET?
Explain the working of Cookies. And also give the example of the Cookie abuse?
Define the term Event.
18,76,764
1942446 Asked
3,689
Active Tutors
1457898
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!