SharePoint Memory Leak
Ottimo post di Todd sopratutto se utilizzate regolarmente DisposeCheck.
As most readers will already know static objects live for the life of the AppDomain so an AppDomain’s lifetime is equal to that of static objects within the .Net Framework. As such when an object registers for event notification from an object which is either static (or [...]


