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 the difference between renderaction and renderpartial?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What are the Core features of ASP.NET MVC?
What is the purpose of a web form?
Explain representational state transfer (rest) in detail?
what is use of entitydatasource control?
How does the 'page lifecycle' of asp.net mvc works?
what is deferred loading(lazy loading)?
what is entity framework advantage?
Which are the important namespaces used in ASP.Net MVC?
What is presentation framework?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Possible ways to prevent xss attacks on mvc application?
How to update one of my table in database at 4pm every day how it is possible?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?