Hello All,
Garbage Collector is one the basic concepts in .NET framework and ironically one of most misunderstood concepts as well. Also, It is also one of the most asked interview questions. To understand the whole concept, one need to understand Object creation and it’s life cycle life cycle and memory management from the application point of view.
I am going to post a series of videos on Garbage Collector and hope this will help you in learning the basics of Garbage Collector. In my first video, I have talked on Object creation and about it’s life cycle.
Hope you’ll enjoy the video and don’t forget to share your feedback.
Cheers,
Brij
Pingback: [Video] Learn Garbage Collector (Part -3) : What is Finalization | Code Wala
Pingback: [Video] Learn Garbage Collector (Part -5) : Generational Garbage Collector | Code Wala