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
Can I add mvc testcases in visual studio express?
What is the benefit of entity framework?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Explain something about model, view and controllers in asp.net mvc?
mention what is csdl, ssdl and msl sections in an edmx file?
explain what does .edmx file contains?
Explain the advantage of packaging over xcopy in .net?
what is entity framework?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Name a few different return types of a controller action method?
which are the key concepts of entity data model?
What is mvc entity framework?
Explain tempdata in asp.net mvc?
Can we change web.config settings from iis?
Briefly describe the roles of clr in .net framework?