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 eager loading?
What is edm in entity framework?
Explain the methods used to render the views in mvc?
What type of filter does outputcacheattribute class represents?
Is dapper better than entity framework?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
Do you know about the new features in ASP.Net MVC 4 ?
Is it possible to share a view across multiple controllers?
What is meant by viewdata?
How the ‘page lifecycle’ of ASP.Net MVC does works?
explain why t4 entity is important in entity framework?
What is a model in android?
What are ajax helpers in mvc?
Is razor a server side?
What are the sub types of ActionResult?