Most so-called memory leaks in .NET applications aren't really leaks. After all, if an object has a valid reference to it within the current scope, then the object is being used, even if you didn't intend it. The Garbage Collector will shrug and assume
Read More