Search code examples
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
How to handle disposal of objects when using DI/IoC container?...

c#.netdependency-injectiondisposedryioc

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
Perform time consuming disposal asynchronously...

c#asynchronousconcurrencydisposeiasyncdisposable

Read More
Determine if a managed object is disposed...

c#.netdisposeobjectdisposedexception

Read More
How to dispose my Singleton service in Blazor upon application completion?...

c#dependency-injectionblazordispose

Read More
Dispose(bool) for a managed wrapper, is it native or managed in the end?...

c#disposeunmanagedmanaged

Read More
Implementing both IDisposable and IAsyncDisposable...

c#disposeidisposableiasyncdisposable

Read More
still trying to understand the dispose pattern...

c#dispose

Read More
Disposing objects in the Destructor...

c#disposeidisposable

Read More
Purpose of Dispose calling Dispose(IsDisposing) pattern in C#?...

c#.netdesign-patternsdispose

Read More
C# Conditionally disposing of Entity Framework DbContext only when needed...

c#entity-frameworkdisposeusing

Read More
Do I need to dispose of a Task?...

.nettask-parallel-librarydispose

Read More
Do I need to Dispose a SemaphoreSlim?...

c#.netsemaphoredisposeidisposable

Read More
How to handle async metod with EF operations and using await before there...

entity-frameworkasynchronousasync-awaitdispose

Read More
Convert async callback to an async generator pattern...

javascriptnode.jsasync-awaitdispose

Read More
Will DataTable.Dispose() remove it from memory?...

c#winformsdisposesystem.data.datatable

Read More
"Cannot access a disposed context instance" exception while running reccuring call without...

c#.netentity-frameworkdisposeautodispose

Read More
Dependency injection a factory method and a dispose dilemma...

c#.netdependency-injectionfactorydispose

Read More
BackNext