Various ideas given by delegate
What are the various ideas given by delegate? Describe in brief.
Expert
It must provide you an idea of some various areas in which the delegates might be suitable:
a) They allow callback functionality in the multi-tier applications.
b) The CacheItemRemoveCallback delegate can be employed in the ASP.NET to keep cached information up to date. Whenever the cached information is eliminated for any reason, the related callback is exercised and could hold a reload of cached information.
c) Use delegates to ease the asynchronous processing for methods which do not provide asynchronous behavior.
d) Events utilize delegates so clients can provide the application events to call whenever the event is fired. Exposing custom events in your applications needs the use of delegates.
Explain the characteristics of the value-type variables which are supported in a C# programming language.
What is meant by the term Extensible Markup Language (XML).
List the types of Cookies that are available in ASP.NET?
Why there is a requirement of user-defined controls?
Write the difference between Arrays and Collection?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
Briefly describe the term destructor?
Define the terms Web server controls and Custom user Controls in Asp.net?
State the concept of constructor?
Describe the appSettings Section which contains in a web.config file?
18,76,764
1961321 Asked
3,689
Active Tutors
1438737
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!