If we not suppress finalize method in dispose what will happen?
Answer Posted / answerme
If we do not suppress finalize method in dispose, the
finalise method will be called twice by the garbage
collector. Once the method that is called by the developer
and once when the GC runs for checking the object that are
out of scope. This hampers the performance and is heavy on
performance.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is entity client data provider? : Entity framework
What is a model in programming?
What are sections?
How we can call a javascript function on the change of a dropdown list in mvc?
Explain bundle.config in mvc4?
what do you mean by table-per-type?
how do you query in entity model when the result has a join from from different database other than the entity model?
What is meant by bootstrap in mvc5?
What is mvc entity framework?
Explain how to use multiple submit buttons in ASP.Net MVC?
Explain the difference between viewbag and viewdata in mvc?
Explain entity lifecycle? : Entity framework
Can we change web.config settings from iis?
What is the advantage of mvc?
Explain what platforms does the .net framework run on?