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
What is the difference between system.stringbuilder and system.string
What does mean by a neutral culture?
Explain what does mvc represent in asp.net? : asp.net mvc
What is Forms Authentication in ASP.NET?
How you can manage the state of application at the server side in ASP.NET?
What is semantic gap?
What is the difference between application state and caching?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What are the differences between clr & cts?
How you can add an event handler?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Why web api is better than wcf?
What is inheritance and an how it be used, example with an example?
What are the various session state management options provided by asp.net?
What is the postback property in asp.net?