Search code examples
Implementing Dispose on a class derived from Stream...


c#.netstreamidisposable

Read More
ASP.NET web services leak memory when (de)serializing disposable objects?...


web-servicesmemory-leaksasmxidisposable

Read More
Proper disposing of class implementing IDisposable...


c#disposeidisposable

Read More
Using using to dispose of nested objects...


c#.netgarbage-collectionidisposable

Read More
IOC containers and IDisposable...


ioc-containeridisposable

Read More
IDisposable: is it necessary to check for null on finally {}?...


c#.netidisposablecoding-style

Read More
Checking for Objects that implement IDisposable but aren't properly disposed...


c#.netidisposable

Read More
Is this correct for disposing an object using IDisposable...


c#idisposable

Read More
Should I use IDisposable for purely managed resources?...


c#.netdisposeidisposable

Read More
Should classes that are passed references to IDisposable objects be IDisposable as well and set them...


c#referencenullidisposable

Read More
IDisposable, does it really matter...


.netresourcesidisposable

Read More
How to make an IDisposable object a class variable?...


c#active-directoryidisposableclass-variables

Read More
Using Unity and interfaces, how do I create a concrete class that implements IDisposable...


unity-containeridisposable

Read More
Flyweight and Factory problem with IDisposable...


c#idisposablefactory-patternflyweight-pattern

Read More
How can TcpClient implement IDisposable and not have a public Dispose method?...


.netidisposabletcpclient

Read More
If I catch exceptions inside a using statement for a SqlConnection, does the using still handle clos...


c#.netexceptionidisposable

Read More
Are IDisposable objects meant to be created and disposed just once?...


.netidisposable

Read More
If I return a value inside a using block in a method, does the using dispose of the object before th...


c#.netidisposable

Read More
How do I lock access to a file when a user has it open?...


c#.netfile-ioidisposablefile-access

Read More
What happens when 'return' is called from within a 'using' block?...


c#idisposableusing-statement

Read More
Using `using(...)` effectively useless and/or inefficient?...


c#idisposableusing

Read More
Do we need to close a C# BinaryWriter or BinaryReader in a using block?...


c#idisposableusing

Read More
Is there a FxCop rule for local used IDisposable's?...


c#.netidisposablefxcop

Read More
Should I have methods which return lists of Disposable instances?...


c#.netcollectionsidisposable

Read More
How to dispose the resource when it might be used by multiple clients?...


.netidisposable

Read More
How to dispose WCF services correctly?...


wcfwindows-servicesdisposeidisposable

Read More
How can release excel object with IDisposeable interface...


c#excelreleaseidisposable

Read More
Best practice: Override OnDispose(bool disposing) vs Disposed event on Component...


.netcomponentsidisposable

Read More
Creating an IDisposable class in c# which cleans up an SqlConnection when finished with...


c#.netidisposablesqlconnection

Read More
How should I ensure disposal of possibly disposable objects?...


c#.netinterfaceidisposable

Read More
BackNext