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 disconnected scenario? : Entity framework
What is associationset? : Entity framework
What is representational state transfer (rest) mean?
What filters are executed in the end?
how to disable the lazy loading framework?
Explain something about model, view and controllers in asp.net mvc?
mention what is code first approach and model first approach in entity framework?
What is layout in mvc?
The order of the filters that get executed, if the multiple filters are implemented?
Does razor engine supports for tdd?
What is the difference between windows vista and .net framework 3.0 ?
Explain entity lifecycle? : Entity framework
Can I uninstall microsoft .net framework?
What is entity framework in asp net?
Explain the new features 3.5 framework against with the tool?