Answer Posted / guest
Dispose is a method for realse from the memory for an
object.
For eg:
<object>.Dispose.
Finalize is used to fire when the object is going to
realize the memory.We can set a alert message to says that
this object is going to dispose.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain About duration in caching technique
Explain asp.net page life cycle?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Explain the advantages of caching?
Explain the purpose of storyboard.targetproperty.
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
How long do session variables last?
Why is xap important?
Can you use c# without .net?
What are client activated objects?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is asp.net introduction?
when a request is made in Life cycle of ASP.NET page .
What is the default timeout for a cookie?
Can more than one person use the same login?