Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idisposable

Disposing objects (simplification)

c# .net mono dispose idisposable

Is it meaningful for AutoCloseable's close method to throw an exception? How should this be handled?

Do I need to dispose IDisposable that have the same lifetime as the application itself?

c# .net .net-core idisposable

How do you deal with sequences of IDisposable using LINQ?

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?