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 difference between abstract class and an interface?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What is the default Orientation property in a Menu control?
What is a gridview in asp.net?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is the use of the tag in the web.config file?
What is inheritance and an how it be used, example with an example?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is difference between asp state management and asp.net state management?
What is global.asax file used for?
Where is the view state data stored?
What is a 404 redirect?
How will create assesblies at run time?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?