Search code examples
How do I know when I need to dispose an object?...


c#dispose

Read More
How can I dispose a class in .NET?...


.netmemorydispose

Read More
Why call dispose(false) in the destructor?...


c#dispose

Read More
When to call Dispose() method in WPF application...


c#wpfdispose

Read More
How to dispose an object only when an exception was raised?...


c#exceptiontry-catchdispose

Read More
Should I Dispose() DataSet and DataTable?...


datatabledatasetdisposeidisposableusing

Read More
Difference between destructor, dispose and finalize method...


c#.netdestructordisposefinalize

Read More
Disposing WPF User Controls...


c#.netwpfuser-controlsdispose

Read More
echarts Apache problem dispose - console warning...


htmlangulartypescriptdisposeecharts

Read More
Why SWT CTabItem doesn't dispose child widget recursively?...


javaswtdisposectabitem

Read More
Using implementationFactory with related services in Dependency Injection...


c#.netdependency-injectiondispose

Read More
Do I need to check if the object is null before a dispose() command?...


c#disposeidisposable

Read More
Version-independent code for Rfc2898DeriveBytes (has Dispose on .NET 4.0 but not on 2.0)...


c#.netdisposeusing

Read More
Disposing objects in the Destructor...


c#disposeidisposable

Read More
How to handle disposal of objects when using DI/IoC container?...


c#.netdependency-injectiondisposedryioc

Read More
Does the Dispose pattern without a finalizer make any sense?...


c#.netgarbage-collectiondispose

Read More
Do I need to close and dispose the SQLConnection explicitly?...


c#asp.netado.netdisposesqlconnection

Read More
No Way to Close SqlConnection...


c#sql-serverdisposesqlconnection

Read More
Weird CLR/Compiler behavior in Release Mode but not in Debug Mode...


c#clrcompact-frameworkdispose

Read More
Implementing IDisposable/IDisposeAsync as an abstract base class...


c#.netasynchronousdisposeusing

Read More
When should I manually dispose of controls? How do I know if a control implements IDisposable?...


.netcontrolsdispose

Read More
Why does closing a memory stream used to create an Image object effect a new Image object?...


c#imagedisposememorystream

Read More
Why is 'using' improving C# performances...


c#disposeusingidisposable

Read More
using on SQLDataReader...


c#disposesqldatareaderusing-statement

Read More
Can Compilers targeting CLR generate Dispose method call when object is set to null?...


c#dispose

Read More
SignalR dispose of HubConnection...


asp.net.netdisposesignalr.clientsignalr-2

Read More
Should I always disconnect event handlers in the Dispose method?...


c#.neteventsevent-handlingdispose

Read More
How do I prevent a form object from disposing on close?...


c#winformsdisposeformclosing

Read More
Should I run Dispose before application exit?...


c#dispose

Read More
How to close and dispose Azure ServiceBusClient and ServiceBusSender singletons asynchronously when ...


c#asp.netdependency-injectionazureservicebusdispose

Read More
BackNext