Click here to Skip to main content
15,898,222 members
Articles / .NET

Premature .NET garbage collection, or "Dude, where's my FooBar?"

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
29 Aug 2011CPOL1 min read 8.5K  
It would be very nice if one could ask the .NET compilers to automatically add GC.KeepAlive(this) to the end of a class' methods; IMHO, that should have been a default behavior for classes that override Finalize. Unfortunately, since that isn't possible, one should probably, as a matter of...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
3 Sep 2011Phil Atkin 1 alternative  
A surprising and potentially destructive 'feature' of the .NET garbage collector

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Unknown
Embedded systems programmer since 1994.

Comments and Discussions