Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in idisposable
Is there a Dispose Pattern in Python?
Oct 29, 2025
python
garbage-collection
dispose
idisposable
Calling Dispose method will clear and compact the memory in .Net?
Oct 28, 2025
.net
garbage-collection
idisposable
finalizer
What is the right way to make sure Dispose is called on class member/field?
Oct 26, 2025
c#
.net
idisposable
Dispose class vb.net
Oct 26, 2025
.net
vb.net
idisposable
How to dispose of a System.ServiceModel.ClientBase<TChannel>?
Oct 24, 2025
idisposable
Transferring ownership of an IDisposable object and the builder design pattern
Oct 23, 2025
c#
.net
idisposable
IAsyncDisposable with Using statement in VB.NET
Oct 18, 2025
vb.net
idisposable
iasyncdisposable
Why is there no compiler or analyzer warning when an IDisposable object is not disposed within a method?
Sep 17, 2025
c#
idisposable
Is returning an object that implements IDisposable a good idea or not?
Sep 06, 2025
.net
idisposable
dispose
.NET core - Dependency Injection, factories and IDisposable
Sep 06, 2025
c#
.net
.net-core
dependency-injection
idisposable
Can I clear an external variable inside a using block?
Mar 26, 2023
c#
idisposable
IDisposable : Memory leaks
Feb 24, 2023
c#
memory-leaks
idisposable
Enumerator and disposing in F#
Feb 20, 2023
f#
ienumerable
idisposable
How does IsDisposed really work?
Feb 16, 2023
c#
.net
garbage-collection
clr
idisposable
Should I dispose old object before assigning new object?
Feb 14, 2023
c#
idisposable
Correct way of implementing Finalize and Dispose(When parent class implements IDisposable)
Jan 23, 2023
c#
.net
wpf
idisposable
finalizer
How does adding IDisposable change the semantics of a class?
Jan 13, 2023
.net
idisposable
using(s) inside a loop with a continue
Jan 13, 2023
c#
performance
while-loop
idisposable
continue
Will the IDisposable still get disposed if you copy its reference before the disposal?
Jan 13, 2023
c#
.net
garbage-collection
idisposable
Older Entries »