What are delegates?where are they used
Answer / kirti
A delegate defines a reference type that can be used to encapsulate a method with a specific signature. A delegate instance encapsulates a static or an instance method. Delegates are roughly similar to function pointers in C++; however, delegates are type-safe and secure.
When do you use virtual keyword ?.
When we need to override a method of the base class in the sub class, then we give the virtual keyword in the base class method. This makes the method in the base class to be overridable. Methods, properties, and indexers can be virtual, which means that their implementation can be overridden in derived classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
How to enable Attribute Routing?
please tell me the best book of asp.net in the markit. which explain in simple and detail.
Can you write a class without specifying namespace? Which namespace does it belong to by default?
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?
Explain the .net framework.
Where is tempdata stored?
What is partialview in asp.net mvc?
What’s the advantage of using System.Text.StringBuilder over System.String?
WHICH IS THE BEST INSTITUTE FOR DOTNET REAL TIME PROJECT TRAINING
21 Answers ABC, Cap Gemini, Comspark,
Can you explain renderbody and renderpage in mvc?
Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.