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 |
What is the use of system.diagnostics.process class in .net?
Conceptually, what is the difference between early-binding and late-binding?
Difference abstract class and interface in .net?
Tell us the differences between an interface and an abstract class in .net?
What is lazy initialization?
Explain me what is the .net framework and how does it work?
What is JIT and how is works?
Can you explain what do you understand about web service?
ctype(123.34,integer) - should it throw an error? Why or why not?
Explain can the validation be done in the server side? Or this can be done only in the client side?
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
What is the difference between odbc and ado?