Search code examples
How to apply using-pattern with System.Func?...

c#disposefunc

Read More
Proper and Fastest way to dispose of a large form level object in C#...

c#dispose

Read More
How to close a JFrame in the middle of a program...

javadisposejframejoptionpane

Read More
TextBox.Text is being disposed, even when creating the form again...

c#formsdispose

Read More
C# Does Process.Dispose() also cleanup the StandardInput and StandardInput.BaseStream?...

c#processdispose

Read More
OWIN + Ninject w/ UseNinjectMiddleware doesn't dispose...

c#dependency-injectionowinninjectdispose

Read More
CancellationTokenSource.Cancel throws an ObjectDisposedException...

c#xamarin.iosdisposerace-conditioncancellationtokensource

Read More
C++/CLI Destructor not called when Dispose is called in C#...

c#.netc++-clidispose

Read More
How to use this.Dispose() from a Thread (Not main thread)...

c#multithreadingwinformsdispose

Read More
Adding / Removing components on the fly...

angulardynamiccomponentsdispose

Read More
How to stop observing old RxJava response statuses without dispose?...

androidrx-java2dispose

Read More
Make using statement usable for multiple disposable objects...

c#.netdisposeenumeration

Read More
Simple Injector ASP.NET Singleton Dispose...

asp.netsingletondisposesimple-injector

Read More
How to implement Dispose to custom function in C#?...

c#dispose

Read More
Implement custom dispose for AddScoped services in .NET Core built-in DI Container...

c#azure.net-coreazure-functionsdispose

Read More
Execute code when VisualStudio debugger is exiting...

c#.net.net-4.0disposefinalizer

Read More
How to wait for a single event in C#, with timeout and cancellation...

c#multithreadingeventsasynchronousdispose

Read More
How to dispose a Task as soon as possible...

c#winformstask-parallel-librarydispose

Read More
Which is the best code using repository pattern for database context?...

c#repository-patterndbcontextdisposeusing

Read More
F# Fabulous/Xamarin memory management, why can't I use (auto dispose) this stream?...

xamarinmemory-managementf#streamdispose

Read More
Do I need to dispose an instance of my custom class to free up memory? Then how? VB.NET...

vb.netclassdispose

Read More
Sqlite leaves connection open (Mono.Data.Sqlite.dll)...

c#sqlitemonodispose

Read More
Overhead of having a Finalizer - with/without SuppressFinalize in Dispose...

c#disposeidisposablefinalizersuppressfinalize

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

c#exceptiontry-catchdispose

Read More
Disposing bitmap in C# application...

c#.netbitmapdisposeusing

Read More
Do I need to Dispose XmlReader if I Dispose its underlying Stream?...

c#disposexmlreaderstreamreader

Read More
Object disposal when there is no variable referencing it...

c#disposeidisposable

Read More
IWindsorContainer - when to call Release()...

castle-windsordispose

Read More
Will I still get the Dispose advanges, if I in a using, initialize with null?...

c#disposeusing-statement

Read More
Should I call Dispose method on an Image get from the Clipboard in C#...

c#dispose

Read More
BackNext