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
Why should we go for entity framework?
Explain tempdata in mvc?
What is storage model? : Entity framework
Describe the gac in the .net framework.
Explain how to use multiple submit buttons in ASP.Net MVC?
What are authentication filters in web api?
What is conceptual model? : Entity framework
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What are Validation Annotations?
What is the .net framework and how does it work?
How you can implement custom validation in asp.net MVC?
Explain RenderBody and RenderPage in ASP.Net MVC?
what is minimum requirement for entity framework applications to run?
what is linq to entities?
Do you know about the new features in ASP.Net MVC 4 ?