Search code examples
Is Microsoft IDisposable pattern actually correct?...


c#idisposable

Read More
Entity Framework and calling context.dispose()...


entity-frameworkdbcontextidisposable

Read More
Duck typing in the C# compiler...


c#idisposableduck-typing

Read More
How can I ensure Dispose() is called on an advanced function's local variable on stop signal?...


powershelllifetimeidisposablepowershell-5.1

Read More
Implementing IDisposable on a subclass when the parent also implements IDisposable...


c#.netinheritanceidisposable

Read More
Looking for a design pattern similar to IDisposable (and Using)...


c#design-patternsidisposable

Read More
When should I use GC.SuppressFinalize()?...


c#.netgarbage-collectionidisposablesuppressfinalize

Read More
Why is 'using' improving C# performances...


c#disposeusingidisposable

Read More
Will System.Runtime.Caching.MemoryCache dispose IDisposable items when evicted?...


c#cachingidisposable

Read More
How to return a Stream from a method, knowing it should be disposed?...


c#streamfilestreamusingidisposable

Read More
C# ValueTuple with disposable members...


c#usingidisposablevaluetuple

Read More
Implementing IDisposable in an API...


c#.netapi-designidisposable

Read More
Ensure that dotnet Tasks are stopped when they go out of garbage collector scope...


c#.nettask-parallel-libraryidisposablefinalizer

Read More
IAsyncDisposable: should DisposeAsyncCore call Dispose(false)?...


c#idisposableiasyncdisposable

Read More
When or if to Dispose HttpResponseMessage when calling ReadAsStreamAsync?...


c#.netstreamidisposabledotnet-httpclient

Read More
Implementing both IDisposable and IAsyncDisposable...


c#disposeidisposableiasyncdisposable

Read More
How to connect "using" keyword with Deconstruct method...


c#usingidisposable

Read More
What is the difference between using and await using? And how can I decide which one to use?...


c#asynchronousidisposablec#-8.0iasyncdisposable

Read More
How do I unit test a finalizer?...


c#.netunit-testingidisposablefinalizer

Read More
Disposing objects in the Destructor...


c#disposeidisposable

Read More
Should IDisposable be applied cascadingly?...


c#.netidisposable

Read More
Using statement in every function -> convert to class field with proper cleanup?...


c#.netidisposable

Read More
Should I wrap new HttpRequestMessage() in a using statement?...


c#.net.net-6.0idisposableusing-statement

Read More
Will Dispose() be called in a using statement with a null object?...


c#idisposableusing

Read More
Reactive Extensions: Creating a pipeline with Rx that works with files...


c#.netsystem.reactiveidisposablec#-ziparchive

Read More
How does one Dispose an object that is set in foreach?...


idisposable

Read More
Combining foreach and using...


c#foreachidisposableusing

Read More
Do I need to Dispose a SemaphoreSlim?...


c#.netsemaphoredisposeidisposable

Read More
How to properly handle a list of IDisposable items in my Dispose()?...


c#idisposablefilesystemwatcher

Read More
Recognize Disposable Objects in Visual Studio?...


c#.netvisual-studiointellisenseidisposable

Read More
BackNext