Search code examples
What is the difference between using and await using? And how can I decide which one to use?...


c#asynchronousidisposablec#-8.0iasyncdisposable

Read More
MEF vs. IAsyncDisposable or iterate over all instantiated exports...


c#mefiasyncdisposable

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


vb.netidisposableiasyncdisposable

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


c#.netdependency-injectionidisposableiasyncdisposable

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


c#asynchronousdisposeidisposableiasyncdisposable

Read More
How do I get the "await using" syntax correct?...


c#.netasynchronousasync-awaitiasyncdisposable

Read More
Implementing both IDisposable and IAsyncDisposable...


c#disposeidisposableiasyncdisposable

Read More
ConfigureAwait(false) and struct implementation of IAsyncDisposable...


c#structasync-awaitconfigureawaitiasyncdisposable

Read More
Proper way to deal with exceptions in DisposeAsync...


c#async-awaitiasyncdisposable

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


c#idisposabledisposableiasyncdisposable

Read More
How to safely dispose of IAsyncDisposable objects retrieved with await foreach?...


c#c#-8.0iasyncenumerableiasyncdisposable

Read More
Correct disposal in IAsyncEnumerable methods?...


c#iasyncenumerableiasyncdisposable

Read More
BackNext