Community

Writing Tests to Catch Memory Leaks in .NET

(Brian Genisio) Although Microsoft will claim that it is “not possible to have a memory leak in managed code”, most seasoned .NET developers will laugh at that statement. It turns out that it is very easy to leak memory — just keep a referencing object around longer than the referenced object, and

Read More - Register for Free Membership