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
What is route in web api?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What can you do with asp.net?
what is command line compiler.what are the steps and how it is related to debugging.
Where code pages are used?
What's the use of formatters in .net?
What is Bundling and Minification in MVC?
Explain form level validation and field level validation?
Explain the different parts that constitute ASP.NET application?
What is the use of asp.net web api?
How many types of state management are there in asp net?
What is bound controls
What is the difference between custom web user control and a custom web server control?
What is Razor View Engine
Where web.config file is used?