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 the domain object?
What is mapping in entity framework? : Entity framework
how do you query in entity model when the result has a join from from different database other than the entity model?
Why to use html.partial in mvc?
What are the new features 3.5 framework against with the tool?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
which are the key concepts of entity data model?
What is the .net framework?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What are the components required to create a route in mvc?
What is the meaning of unobtrusive javascript?
How large is the .net framework 3.0?
What is asp net framework?
How we can handle the exception at controller level in ASP.Net MVC?
What is edm (entity data model)? : Entity framework