Difference between Finalize() and Dispose() - C#.NET

What is the difference between Finalize() and Dispose()?

Finalize()Dispose()
It belongs to the Object class.It belongs to the Idisposable interface.
It is slower method.It is faster method.
It is non-deterministic function, it means when Garbage Collector will call finalize() method to reclaim memory.It is deterministic function as Dispose() method is explicitly called by the User code.
It can be used to free unmanaged resources when you implement it like files, database connections etc. which is held by an object before that object is destroyed.It is used to free unmanaged resources like, files, database connections, etc. at any time.
How does the XmlSerializer work? - C#.NET
How does the XmlSerializer work? - The XmlSerializer constructor generates a pair of classes derived from XmlSerializationReader and XmlSerializationWriter by analysis of the classes using reflection...
What are circular references? How garbage collection deals with circular references.
C#.Net - What are circular references? - A circular reference is a run-around wherein the 2 or more resources are interdependent on each other rendering the entire chain of references to be unusable...
How to add controls dynamically to the form using C#.NET.
Explain how to add controls dynamically to the form using C#.NET. - The following code can be called on some event like page load or onload of some image or even a user action like onclick
Post your comment
Discussion Board
Great site need to work on ui
this site is really helpful for the people who really need to know the core concepts.

It would be great if we dont see the adds
saiteja 09-12-2013
hi
This web site is very useful for the students who really want to gain knowledge in interested ares. And also we can test ourselves how much command we have on the particular subject .
prasad 01-2-2012
Saying Thanks to careerride.com
Its a really wonderful site to prepare your self in technical fileds to develop your knowledage in your selected area.
Bharat Prajapati 11-9-2011