Search code examples
How to automatically dispose objects inside List?...

c#dispose

Read More
Dispose Recursive Class in C#...

c#mvvmdispose

Read More
Need Suggestion: database connection class to connect to mysql using C#...

c#mysqlconnection-stringdisposestatic-variables

Read More
DbContext get's disposed within using region...

c#dbcontextdisposeusinginvalidoperationexception

Read More
Dispose an object while a task is running async...

c#.netasync-awaitdispose

Read More
Async Disposable.Create...

c#asynchronousasync-awaitsystem.reactivedispose

Read More
MailMessage Delete attachments after sending if in Path.GetTempPath()...

c#.netdisposesmtpclientmailmessage

Read More
FileStream/StreamWriter in .NET Core 1.1 have no Close() method...

c#stream.net-coredispose

Read More
Does closing a database connection in Dispose method is right?...

c#.netdatabase-connectiondispose

Read More
Dispose method for smtpclient in .net 2.0...

c#.net-2.0disposesmtpclient

Read More
SharePoint memory leak...

c#.netsharepointmemory-leaksdispose

Read More
Why does IntelliSense not offer Dispose on DataTableReader?...

.netvb.netintellisensedisposeusing

Read More
Wrapping stream within a stream - will the wrapped stream be disposed properly?...

c#streamdisposeword-wrap

Read More
What is IDisposable for?...

c#garbage-collectiondisposeidisposable

Read More
WPF - AvalonDock - Closing Document...

c#wpfmvvmdisposedocking

Read More
Should I dispose a BinaryReader if I need to preserve the "wrapped" stream?...

c#.netstreamdispose

Read More
Does using dispose objects if they are declared in a method...

c#garbage-collectiondisposeusing

Read More
How to free memory which is allocated by a List in C#...

c#listmemory-managementout-of-memorydispose

Read More
MEF ExportFactory does not dispose of IDisposable ViewModels...

c#wpfmefdisposeidisposable

Read More
What is causing ObjectDisposedException from SerialPort while debugging .NET winform?...

winformsvisual-studio-2008.net-3.5serial-portdispose

Read More
Handling dispose on a COM+ component written in C#...

c#comvb6disposefinalizer

Read More
Does one need to close both NetworkStream and TcpClient, or just TcpClient?...

c#disposetcpclientnetworkstream

Read More
C#: Dispose() a Bitmap object after call Bitmap.save()?...

c#bitmapdispose

Read More
C# Not Disposing controls like I told it to...

c#winformsforeachdispose

Read More
Dispose and return value...

c#streamdisposeusingmemorystream

Read More
DbContext Dispose is extremely slow after any Update...

c#entity-framework-6disposedbcontextsavechanges

Read More
Why is there no Dispose method to override in .Net Core?...

c#asp.net-core-mvcdispose

Read More
Garbarge collector order...

c#.netgarbage-collectiondispose

Read More
How to Dispose ManualResetEvent...

c#multithreading.net-4.0disposeidisposable

Read More
UserControl and EF context dispose...

c#winformsentity-frameworkdispose

Read More
BackNext