Search code examples
SqlXml not taking responsibility for disposing of MemoryStream...


c#disposeidisposable

Read More
Implement IDisposable in derived class...


c#.netidisposable

Read More
Should I make sure an object is unusable after Dispose was called?...


c#idisposable

Read More
When is a `using var` disposed? Is it out-of-scope as soon as possible or at the end of the block?...


c#scopeusingidisposableusing-statement

Read More
VB.NET Memory Management...


.netvb.netmemorydisposeidisposable

Read More
What to do in Dispose() method...


c#nhibernateidisposable

Read More
Dispose, when is it called?...


c#.netgarbage-collectiondisposeidisposable

Read More
IDisposable objects with using statements inside an if block get disposed prematurely when they'...


c#.netasp.net-coreidisposable

Read More
What's the recommended way to deal with leaked IAsyncDisposable instances?...


c#asynchronousdisposeidisposableiasyncdisposable

Read More
Set all properties to null is a valid way to dispose an object?...


c#garbage-collectionusingidisposable

Read More
C# conditional using block statement...


c#idisposableusing-statement

Read More
C# Initialize Disposable in inherited constructor...


c#idisposable

Read More
Dependency Injection and IDisposable...


.netdependency-injectioninversion-of-controlautofacidisposable

Read More
Create a temporary file from stream object in c#...


c#streamidisposableusing

Read More
Should we implement IDisposable if one member is IDisposable?...


c#.netasp.netasp.net-mvcidisposable

Read More
When is Dispose() of a class implementing IEnumerator<T> called automatically by Linq?...


c#linqienumerableidisposableienumerator

Read More
Can a class implementing IDisposable be a managed resource?...


c#idisposable

Read More
can I use C# IDisposable to automate job when exit the scope?...


c#idisposable

Read More
using keyword with private member assignment to manage IDisposable...


c#idisposable

Read More
Is it correct to not dispose of SqlCommand like the example in Microsoft documentation?...


c#idisposablesqlcommandsqlclient

Read More
Discard async result when result implements IDisposable...


c#async-awaitidisposable

Read More
Proper IntPtr use in C#...


c#idisposableintptr

Read More
Does GC.SupressFinalizer() prevent GC from collecting the managed resources?...


c#garbage-collectionidisposablefinalizerunmanagedresources

Read More
Make sure a subscription to an EventHandler is called at Dispose...


c#.netidisposable

Read More
IDisposable questions about specific case...


c#.netidisposabledisposable

Read More
Handling IDisposable object without the using statement...


c#idisposableusing-statement

Read More
How to dispose/garbage collect a singleton instance...


c#garbage-collectionsingletonidisposable

Read More
How to get the result from IObservable subscription without a blocking call?...


c#observablesystem.reactiveidisposableminio

Read More
IDisposable Pattern - Is Dispose() invoked when an object is stored in a Thread local data?...


c#.netidisposable

Read More
C# implementing IDisposable with GCHandle-Member...


c#.netidisposable

Read More
BackNext