Categories

Saturday, April 20, 2024
#919814419350 therichposts@gmail.com
.Net Framework

What is Garbage Collection in .Net Framework?

Garbage Collection in .Net Framework

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

 

therichpost
the authortherichpost
Hello to all. Welcome to therichpost.com. Myself Ajay Malhotra and I am freelance full stack developer. I love coding. I know WordPress, Core php, Angularjs, Angular 14, Angular 15, Angular 16, Angular 17, Bootstrap 5, Nodejs, Laravel, Codeigniter, Shopify, Squarespace, jQuery, Google Map Api, Vuejs, Reactjs, Big commerce etc.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.