weak reference
- 央行范一飞:推进数字化形态法定货币出台应用
- WeakReference Class
- Understanding weak references in .NET
- Low impact images
- C# WeakReference Example
-
WeakReference
Class - My two cents on weak references in .Net
-
Prefer WeakReference
to WeakReference - Short vs. Long Weak References and Object Resurrection
- Practical uses of WeakReference
- Writing High-Performance .NET Code by Ben Watson
- Downloads
- Writing High-Performance .NET Code 2nd Edition
- WeakReference understanding
- #740 – Short vs. Long Weak References
- #733 – How to Tell If an Object Has Been Garbage Collected
- Weak References
- Weak Event Patterns
- How to Kill a Keep Alive with a Weak Reference (C#)
the above demo is good use to WeakReference. i has a good example to be a framework for my pf project. data table can be put into a cache.
we have a good definition here:A weak reference is a reference to an object that still allows such an object to be collected. In such an event, the weak reference will become null.
No comments:
Post a Comment