Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How does Garbage collector(GC) works in .net

Answer Posted / pradip kumar

Basically GC.Collect will work only if the memeory space is
less then required space.

You can force it to run by System.GC.Collect();

How it works :
Through 'Genaration Number' . CLR assigned this number for
each object so that GC can identify which one to be removed.
It can be 0,1,2 based upoon the
old/new/referenced/dereferenced criteria.
To check the space before and after GC.Collect() method use
GC.GetTotalMemory(true) method.


Regards,
Pradip kr Sen
Hyderabad

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain difference betn dataset and recordset?

989


What is the Difference between MVC And MVP design pattrens

2724


What are the new features implemented in ASP.NET?

1128


What is the significance of ASP.NET routing?

1122


How do I publish my asp.net application to my isp's web server?

1125


What is redirecting behavior?

1021


Explain what is event bubbling?

1064


What is the difference between runtime version and version?

1101


What is a web based system?

1019


What is caching? Explain.

1049


Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?

1038


Explain the use of errorprovider control in .net?

1005


What are url fragments?

949


What is difference between view state and session state?

903


What is the difference between ASP Session State and ASP.Net Session State?

1129