CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
idisposable
09-07
OS
C# Initialize Disposable in inherited constructor
08-02
Enterprise
When is Dispose() of a class implementing IEnumerator<T> called automatically by Linq?
08-01
Net
Can a class implementing IDisposable be a managed resource?
06-29
Enterprise
using keyword with private member assignment to manage IDisposable
05-21
Net
Does GC.SupressFinalizer() prevent GC from collecting the managed resources?
05-02
database
Make sure a subscription to an EventHandler is called at Dispose
04-29
Enterprise
IDisposable questions about specific case
04-13
Mobile
How to get the result from IObservable subscription without a blocking call?
03-29
OS
C# implementing IDisposable with GCHandle-Member
03-26
Net
Prevent object dispose inside using block
03-17
Software design
ASP Net Core Dependency Injection - dispose
02-23
Software engineering
Why exiting "using" invokes unexpected Dispose()?
02-17
Software design
Is Microsoft IDisposable pattern actually correct?
02-14
Software engineering
Disposing of a collection of IDisposable
11-24
Back-end
Calling a method inside using block
10-30
Back-end
How to handle an IEnumerable of IDisposable objects not knowing if the results are yield or not?
Links:
CodePudding