Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idisposable

Why is my service's Dispose() method called even when I don't invoke it? (using BasicHttpBinding)

C# Rx How to properly dispose of source Enumerable in created Observable

Controllers and IDisposable

Should a class with a Thread member implement 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