I
IDoNothing
How does garbage collection work for custom objects
instantiated during a Page_Load or during some other
processing of an ASP.NET page?
Are objects garbage-collected in the same manner using
generations 0, 1, 2, the finalization list and the
freachable queue? Does this apply for the Page object as
well?
instantiated during a Page_Load or during some other
processing of an ASP.NET page?
Are objects garbage-collected in the same manner using
generations 0, 1, 2, the finalization list and the
freachable queue? Does this apply for the Page object as
well?