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 the syntax for datagrid and specifying columns?
What are the session variables?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Define page fragment caching?
What is an example of an application service provider?
Is asp net front end or backend?
How many types of session in ASP.NET
Differentiate strong typing and weak typing
What is caching? Explain.
What is the difference between adding reference in solution explorer and adding references by using ?
How does a content page differ from a master page?
Define the term Web Garden?
Is session server side or client side?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc