What is the use of finalize and dispose eventhough garbage
collector is working?
Answer Posted / chaitanya
It is advisable not to use the finalize and Dispose
methods,because garbage collector takes Care of the objects
that Should be Disposed.We should use Finalise and Dispose
methods when working with resources in the network or
working with the unmanaged code.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Possible ways to prevent xss attacks on mvc application?
What are the Core features of ASP.NET MVC?
what is way of loading data in ef (entity framework)?
what is complex type?
How large is the .net framework 3.0? Does this change make the release larger?
Explain the advantage of packaging over xcopy in .net?
What is conceptual model? : Entity framework
Can I remove .net framework?
What is the version number for the next version of the .net framework, codenamed �orcas�?
Explain the request flow in asp.net mvc framework?
Can you explain renderbody and renderpage in asp.net mvc?
What are sections?
what do you mean by table-per-hierarchy?
what is client wins and store wins mode in entity framework concurrency?
What are child actions in ASP.Net MVC?