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
Why Unload event of MasterPage Calls first in ASP.net ?
Which type of state management is provided by Query String in ASP.NET?
Why is xap important?
Explain what is event bubbling?
What is applicatio domain?
What are triggers of an updatepanel?
What is web router?
What is inproc mode in session?
What is asp.net file?
How would you create a permanent cookie?
What are client activated objects and server activated objects?
What are the asp.net server side objects?
What are session and cookies?
What are the elements of a website?
Why mvc is faster than asp.net? : Asp.Net MVC