Answer Posted / ravindra
delegate is a reference type which is used to encapsulate a
method with specific signature.
delegates are 2 types
1.single cast delegate
2.multi caste delegate.
Adv:
1.it will improve the performance of the application.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How many types cache in asp net?
How does asp page work?
Distinguish between Server-side and Client-side code?
What are server activated objects?
What is the file through which you can customize your asp.net application?
How to use push notification?
Explain the difference between response.redirect vs server.transfer
Why is the standalone environment only useful during the development process?
What is the question mark in a url?
What are the features that make asp.net more used framework? : asp.net mvc
Where is asp.net view state stored?
when a request is made in Life cycle of ASP.NET page .
What is HTTPModule and HTTPcontext? What is the use of each?
What are main return types supported in Web API?
Explain the concept of View Model in MVC?