Tag Archives: Delegates

Building a Leak-Proof Eventing Model

One of the main features of the .NET Framework is to provide automatic memory management via garbage collection.  You might think this would solve the problem of memory leaks in managed applications, but the effectiveness of the garbage collector can … Continue reading

Posted in Technical | Tagged , , | 11 Comments