What is a delegate in .NET?
A delegate is a .NET object which defines a method signature and it can pass a function as a parameter. Delegate always points to a method that matches its specific signature. Users can encapsulate the reference of a method in a delegate object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what are the deferred execution and the immediate execution in linq?
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
What does .net stand for?
Explain how to redirect tracing to a file?
What is .net standard?
Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com
What is marshling?
What is a system lock?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
What is singleton activation mode in .net?
What's the problem with .net generics?
How to implement DataGrid in .NET?