Search code examples
C# Will the typical IDisposable pattern not cause resource leak in some condition...

c#idisposablefinalize

Read More
Unable to Dispose Control (NotifyIcon)...

c#disposeidisposablenotifyicon

Read More
Should one call Dispose for Process.GetCurrentProcess()?...

c#.netidisposable

Read More
Can I have non-disposing code in a dispose method?...

c#disposeidisposable

Read More
If I replace an image in a PictureBox control, should I dispose the original image first?...

c#.netvb.netwinformsidisposable

Read More
IDisposable cascade...

c#idisposable

Read More
How to dispose a list of disposable objects?...

.netvb.netidisposable

Read More
Should my library implement both IDisposable and IAsyncDisposable?...

c#.netidisposable

Read More
Is PdfStamper disposing output stream? (iTextSharp)...

c#itextcode-analysisidisposable

Read More
Polymorphism when concrete types *might* be disposable...

c#polymorphismidisposable

Read More
Should I call Dispose() within a function after Return?...

c#.netvb.netdisposeidisposable

Read More
vb.net correct error implement System.IDisposable...

vb.nettry-catchidisposable

Read More
What is the correct way to dispose elements held inside a ThreadLocal<IDisposable>?...

c#.net-4.0idisposablethread-local

Read More
Declare a resource outside the using statement...

c#.netidisposablesqlconnectionusing-statement

Read More
Why does the recommended dispose pattern adds a disposed field at each level of the hierarchy?...

c#.netdisposeidisposable

Read More
C# will Dispose still get called in this situation?...

c#disposeusingidisposable

Read More
Is there a memory efficient way to use 'using' within a recursive function when e.g. writing...

c#recursionmemory-managementfile-ioidisposable

Read More
C# StructLayout and dispose...

c#idisposablestructlayout

Read More
yield return statement inside a using() { } block Disposes before executing...

c#.net-2.0idisposableusingyield-return

Read More
using statement in C# 8 without a variable...

c#idisposablec#-8.0

Read More
IDisposable.Dispose is never called after exception in using block...

c#.netexceptionidisposableusing-statement

Read More
Why does the HashAlgorithm class implement IDisposable?...

c#.nethashidisposable

Read More
When are .NET Core dependency injected instances disposed?...

dependency-injectionasp.net-core.net-coreidisposable

Read More
Handling IDisposable in failed initializer or constructor...

.netconstructoridisposable

Read More
Dispose of objects references that live longer than the disposing instance...

c#nhibernategarbage-collectionidisposable

Read More
Is a disposable object in my iDisposable class guaranteed to be released from memory?...

asp.netmemoryidisposable

Read More
How to dipose helper disposables using DI in ASP.NET core?...

c#asp.net-coredependency-injectionidisposable

Read More
Why can we still use a disposed object?...

c#asp.netgarbage-collectionidisposablesuppressfinalize

Read More
How Does Autofac Handle Non-Disposable Components...

c#memory-managementautofacidisposable

Read More
Dispose of public dataset...

c#.netwinformsdatasetidisposable

Read More
BackNext