Search code examples
Why exiting "using" invokes unexpected Dispose()?...

c#.netinheritanceidisposableusing-statement

Read More
what's the problem in idisposable pattern implementation withing abstract class...

c#sonarqubeidisposable

Read More
Disposing of a collection of IDisposable...

c#.netidisposable

Read More
How to unit test a method with a `using` statement?...

c#unit-testingidisposablelegacy-code

Read More
Cancelling tasks in the Dispose method...

c#.netparallel-processingtask-parallel-libraryidisposable

Read More
Should "Dispose" only be used for types containing unmanaged resources?...

c#garbage-collectionidisposablefinalizerfinalization

Read More
Async network operations never finish...

c#network-programmingasync-awaitidisposablecancellation-token

Read More
Passing IDisposable as parameter...

c#garbage-collectionidisposable

Read More
Calling a method inside using block...

c#.netidisposable

Read More
correctly disposing a parameter...

c#disposeidisposable

Read More
How to handle an IEnumerable of IDisposable objects not knowing if the results are yield or not?...

c#yieldidisposable

Read More
Proper way of dispose a database context with unity...

c#.netasp.net-mvc-5unity-containeridisposable

Read More
Which .NET Framework classes implement IDisposable...

.netidisposable

Read More
How should I inherit IDisposable?...

c#inheritanceinterfaceidisposablecoupling

Read More
Declare IDisposable for the class or interface?...

c#.netdisposeidisposable

Read More
Should IDisposable.Dispose() be made safe to call multiple times?...

c#.netidisposable

Read More
DisposeAsync method deadlocks when shutting down a .NET Core App...

c#.net-coredependency-injection.net-5idisposable

Read More
Why CancellationTokenRegistration exists and why does it implement IDisposable...

c#.nettask-parallel-libraryidisposablecancellation-token

Read More
Form.ShowDialog() and dispose...

c#winformsdisposeidisposable

Read More
Details about inheriting IDisposable?...

c#idisposable

Read More
How to use disposable view models in WPF?...

c#wpfmvvmidisposable

Read More
Why should Dispose() be non-virtual?...

c#.netdisposeidisposable

Read More
How to cancel Blazor component disposing?...

c#blazorblazor-server-sideidisposable

Read More
Handling ObjectDisposedException correctly in an IDisposable class hierarchy...

c#.netidisposable

Read More
Whether dispose is called automatically by GC when not explitly called?...

c#.netidisposabledisposable

Read More
How do I force release memory occupied by MemoryStream?...

c#.netmemory-managementgarbage-collectionidisposable

Read More
.NET Core Dependency Injection container not calling Dispose()...

c#.net-coredependency-injectionconsoleidisposable

Read More
Why is the using variable disposing itself before leaving the method?...

c#.netidisposableusing-statementpuppeteer-sharp

Read More
How should I handle exceptions in my Dispose() method?...

c#idisposabletemporary-directory

Read More
Inheriting from Stephen Cleary's Nito.Disposables NuGet package...

c#idisposabledisposableiasyncdisposable

Read More
BackNext