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
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
What is entitytype? : Entity framework
What is entity sql? : Entity framework
Can we add constraints to the route? If yes, explain how we can do it?
Can you explain model, controller and view in mvc?
Which is the default http method for an action method?
Explain Keep method in Tempdata in ASP.Net MVC?
What is associationset? : Entity framework
What is ado.net data provider? : Entity framework
what is csdl?
Briefly describe the roles of clr in .net framework?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
Difference between ASP.NET MVC and ASP.NET WebForms?
Explain how you can send the result back in JSON format in MVC?
What is the need of Action Filters in ASP.Net MVC