Search code examples
Dispose, when is it called?...

c#.netgarbage-collectiondisposeidisposable

Read More
IDisposable objects with using statements inside an if block get disposed prematurely when they'...

c#.netasp.net-coreidisposable

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

c#asynchronousdisposeidisposableiasyncdisposable

Read More
Set all properties to null is a valid way to dispose an object?...

c#garbage-collectionusingidisposable

Read More
C# conditional using block statement...

c#idisposableusing-statement

Read More
C# Initialize Disposable in inherited constructor...

c#idisposable

Read More
Dependency Injection and IDisposable...

.netdependency-injectioninversion-of-controlautofacidisposable

Read More
Create a temporary file from stream object in c#...

c#streamidisposableusing

Read More
Should we implement IDisposable if one member is IDisposable?...

c#.netasp.netasp.net-mvcidisposable

Read More
When is Dispose() of a class implementing IEnumerator<T> called automatically by Linq?...

c#linqienumerableidisposableienumerator

Read More
Can a class implementing IDisposable be a managed resource?...

c#idisposable

Read More
can I use C# IDisposable to automate job when exit the scope?...

c#idisposable

Read More
using keyword with private member assignment to manage IDisposable...

c#idisposable

Read More
What does Using(.....){...} mean...

c#idisposableusingusing-statement

Read More
Is it correct to not dispose of SqlCommand like the example in Microsoft documentation?...

c#idisposablesqlcommandsqlclient

Read More
Discard async result when result implements IDisposable...

c#async-awaitidisposable

Read More
Proper IntPtr use in C#...

c#idisposableintptr

Read More
Does GC.SupressFinalizer() prevent GC from collecting the managed resources?...

c#garbage-collectionidisposablefinalizerunmanagedresources

Read More
Make sure a subscription to an EventHandler is called at Dispose...

c#.netidisposable

Read More
IDisposable questions about specific case...

c#.netidisposabledisposable

Read More
Handling IDisposable object without the using statement...

c#idisposableusing-statement

Read More
How to dispose/garbage collect a singleton instance...

c#garbage-collectionsingletonidisposable

Read More
How to get the result from IObservable subscription without a blocking call?...

c#observablesystem.reactiveidisposableminio

Read More
IDisposable Pattern - Is Dispose() invoked when an object is stored in a Thread local data?...

c#.netidisposable

Read More
C# implementing IDisposable with GCHandle-Member...

c#.netidisposable

Read More
Prevent object dispose inside using block...

c#winformsidisposableobjectdisposedexceptionlitedb

Read More
Is there a using/Dispose syntax that will be more eager to dispose but just as safe as chaining?...

c#garbage-collectionusingidisposablereadability

Read More
ASP Net Core Dependency Injection - dispose...

c#asp.net-coredependency-injectionidisposable

Read More
Passing an IDisposable object by reference causes an error?...

c#disposeidisposablepass-by-reference

Read More
Does IDisposable always have to be disposed?...

c#idisposable

Read More
BackNext