Answer Posted / renu
A delegate in C# is similar to a function pointer in C or
C++. Using a delegate allows the programmer to encapsulate
a reference to a method inside a delegate object. The
delegate object can then be passed to code which can call
the referenced method, without having to know at compile
time which method will be invoked.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is filters in web api?
List out few different return types of a controller action method?
How does work clr?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
How we can multiple submit buttons in ASP.Net MVC
What is razor code?
Explain Bundle.Config in ASP.Net MVC4?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is viewbag?
what is explicit loading?
Do I need microsoft .net framework?
What is code first? : Entity framework
What is objectset? : Entity framework
Explain peek method in tempdata in asp.net mvc?
What does mvvm mean?