What is the Difference B/W Finalize() and Dispose() in .Net?
Answer Posted / vivek jagga
The GC call the Finalize() function automatically to destroy
the object called implicit destroy. when you want to destroy
a objects that you think no longer need and free it from
memory, then we will use the dispose function. For better
performance we will use the dispose function explicitly.
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
What is state management in asp.net with example?
What is session authentication?
Define transparent caching with aop?
What is the server of asp.net?
What is the difference between union and structure?
What are cao and sao.
How will you maintain versioning in asp.net 2.0?
What is asp net application object?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
How does u get record no from 5 to 15 from a dataset of 100 records?
Where is session data stored in asp net?
What is rending process in ASP.NET?
Explain in what order a destructors is called.
how can create login from create and written conde in asp.net