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
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
If I have multiple filters implemented, what is the order in which these filters get executed?
What is mapping in entity framework? : Entity framework
Can you set the unlimited length for "maxjsonlength" property in config?
Can I use razor code in javascript in asp.net mvc?
Is razor a server side?
What is mvc entity framework?
What is Peek method in Tempdata in ASP.Net MVC?
How can we determine action invoked from HTTP GET or HTTP POST?
What is namespace of asp.net mvc?
Can a view be shared across multiple controllers? If yes, how we can do that?
What are the levels at which filters can be applied in an asp.net mvc application?
What is representational state transfer (rest) mean?
What is model first? : Entity framework
what is csdl?