Hello to all, welcome to therichpost.com. Today, In this post, I am coming with new feature and I will tell you, What is Garbage Collection in .Net Framework?
.Net Framework is developed by Microsoft and it used to build window applications.
Today I will tell you about Garbage Collection in .Net Framework.
The automatic memory management scheme employed by the .Net Framework is called garbage collection. Memory from objects that are no longer used is traced and reclaimed without any action by the application. Here is an basic example: Visual Basic .Net Sub GarbageCollectionexample() Dim myWidget As New Widget() End Sub When memory becomes limited then garbage collector thread moves up in priority.
There are so many information about .net framework and i will let you know all. Please do comment if you any query related to this post. Thank you. Therichpost.com
Recent Comments