0
votes
Resources that have to be manually cleaned up in C#?
One place to be careful is Objects that look small to GC but are not... In the SharePoint API for example, the SPWeb object has a small footprint as far as the GC is concerned and so will …
