Search code examples
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
Implementing IDisposable on a subclass when the parent also implements IDisposable...


c#.netinheritanceidisposable

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
When or if to Dispose HttpResponseMessage when calling ReadAsStreamAsync?...


c#.netstreamidisposabledotnet-httpclient

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
Icon.FromHandle: should I Dispose it, or call DestroyIcon?...


c#.netwinapiiconsidisposable

Read More
C# .NET Core - Will a disposable persist across a try/catch block when declared outside? Is this poo...


c#try-catchserilogusingidisposable

Read More
IDisposable and/or IAsyncDisposable pattern for IDisposable T in Task<T>...


c#idisposable

Read More
Adding event handler in main() for SerialPort...


c#event-handlingidisposable

Read More
Do I need to check if the object is null before a dispose() command?...


c#disposeidisposable

Read More
C# ValueTuple with disposable members...


c#usingidisposablevaluetuple

Read More
Should HttpClient instances created by HttpClientFactory be disposed?...


.net-coredotnet-httpclientidisposableasp.net-core-2.1httpclientfactory

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 and when are c# Static members disposed?...


c#.netdisposeidisposable

Read More
C# Dependency between classes and IDisposable...


c#architecturedependenciesidisposable

Read More
IDisposable implementation: do the default recommendations apply when using Blazor wasm?...


c#blazorblazor-webassemblyidisposable

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


c#streamfilestreamusingidisposable

Read More
Object Serialization and IDisposable...


c#.netserializationidisposablememorystream

Read More
IAsyncDisposable with Using statement in VB.NET...


vb.netidisposableiasyncdisposable

Read More
Can creating and returning a disposable object from a static class method cause memory leaks?...


c#.net-corestatic-methodsidisposablestatic-classes

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


c#cachingidisposable

Read More
Should i use IDisposable interface for my test project?...


.netunit-testinggarbage-collectionnunitidisposable

Read More
BackNext