Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idisposable

How to properly dispose collection of unmanaged resources from finalizer?

Should I dispose the IDisposable given to me? [duplicate]

c# io idisposable

What do you think of my IDisposable pattern implementation?

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

DRY IDisposable Pattern

Disposing of Constructor Injected object

using keyword with private member assignment to manage IDisposable

c# idisposable

C# Method returns Disposable that is not being used

c# idisposable

Safely dispose within .net finalizer

If an exception is thrown from IEnumerator<T>.MoveNext() or .Current, must it be still be disposed?

Disposing CancellationTokenRegistrations

IDisposable.Dispose is never called after exception in using block

Implementing both IDisposable and IAsyncDisposable

Do you have to dispose of IDisposable objects before you repopulate them?

c# idisposable

Managed vs Unmanaged Resources in .NET. What's the difference?

Passing constructor delegate or object for unmanaged resources

C# calling IDisposable.Dispose() vs making object null

Passing IDisposable as parameter