Search code examples
When do I need to manage managed resources?...

c#design-patternsdispose

Read More
Is it OK to have a virtual Dispose() method as long as all classes in the hierarchy only use managed...

c#.netdispose

Read More
When can't you use SafeHandle over Finalizer/IDisposable?...

c#disposeidisposablefinalizer

Read More
unlocking and deleting files from listview...

vb.netlistviewdisposeimagelist

Read More
C# - System.ObectDisposedException in MemoryStream for Capacity, Length, and Position Properties...

disposeidisposablememorystream

Read More
Force deletion/disposing in C#...

c#disposedelete-operator

Read More
Exception: cannot access a closed Stream (WinXP only!)...

c#.net.net-3.5dispose

Read More
How to implicitly stop a thread in an object in C#...

c#dispose

Read More
Static analysis dispose warning in test class when object is disposed in test cleanup...

c#unit-testingdisposefxcop

Read More
Is it necessary to dispose variables in finally block in static methods?...

c#garbage-collectiondisposeidisposablefinally

Read More
Using Disposable Pattern to Clean Up IDispose Member Classes...

c#disposeidisposable

Read More
How can I ensure an image is disposed of from method that returns an image...

c#memory-managementdisposesystem.drawing

Read More
Why cast null into variables in cleanup code?...

c#.netdisposeresource-cleanup

Read More
Write large data with WriteLineAsync in a using block...

c#streamappenddisposeusing

Read More
Disposal Order in C# Using Blocks...

c#garbage-collectioncontrol-structuredispose

Read More
Why should Dispose() dispose managed resources and finalizer not?...

c#.netdisposeidisposabledisposable

Read More
How to close a XML FileStream...

c#.netxmlmemory-leaksdispose

Read More
File.Delete on bitmap doesn't work because the file is being used by another process (I used bit...

c#visual-studio-2010bitmapdisposedelete-file

Read More
How to implement IDisposable interface in a class inherited from SocketAsyncEventArgs...

c#inheritancedisposeidisposablesocketasynceventargs

Read More
Writing to memory in .NET and pick up data of process in labview...

c#marshallingdisposememorystream

Read More
Generate and Dispose before using?...

c#dispose

Read More
should libgit2sharp Repository be explicitly disposed?...

gitrepositorydisposeusing-statementlibgit2sharp

Read More
I want my memory back! How can I truly dispose a control?...

c#memorycontrolsdisposecollect

Read More
Is it OK to stop a thread from the owning objects Dispose method?...

c#multithreadingdispose

Read More
Consequences of not using using() DB connections?...

c#memory-leaksgarbage-collectiondisposeusing-statement

Read More
Preventing SWT shell from disposing...

javashellswtdispose

Read More
Version-independent code for Rfc2898DeriveBytes (has Dispose on .NET 4.0 but not on 2.0)...

c#.netdisposeusing

Read More
Marshal.DestroyStructure vs Marshal.FreeHGlobal in .Net...

.netmarshallingdisposeunmanagedfinalizer

Read More
LibGDX - Should texture.dispose() execute first and then batch.dispose()? or no different?...

javalibgdxdisposereference-counting

Read More
Dispose/finalize pattern : disposing managed ressources...

c#garbage-collectiondisposefinalize

Read More
BackNext