Search code examples
Should I wrap new HttpRequestMessage() in a using statement?...


c#.net.net-6.0idisposableusing-statement

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
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
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
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
Should i use IDisposable interface for my test project?...


.netunit-testinggarbage-collectionnunitidisposable

Read More
Thread-Safety of Dispose methods?...


.netthread-safetydisposeidisposable

Read More
How does LINQ defer execution when in a using statement...


c#.netlinqidisposableusing

Read More
How to correctly dispose of instances that are hold within a registered C# service that does not imp...


c#dependency-injectionsingletonidisposable

Read More
How to dispose a service implementing IAsyncDisposable using Dependency Injection in .NET 7...


c#.netdependency-injectionidisposableiasyncdisposable

Read More
IEnumerator: Is it normal to have an empty Dispose method?...


.netidisposableienumerator

Read More
Dispose of a StreamWriter without declaring a variable in one line...


.netpowershellidisposableresource-cleanup

Read More
Should I call Close() or Dispose() for stream objects?...


c#streamidisposablestreamreaderstreamwriter

Read More
Does C# app exit automatically dispose managed resources?...


c#memory-managementgarbage-collectionexitidisposable

Read More
Do HttpClient and HttpClientHandler have to be disposed between requests?...


c#.net-4.5idisposableusingdotnet-httpclient

Read More
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
BackNext