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
Properly disposing a stream in F#
Mar 25, 2026
io
f#
idisposable
Should a disposed control be able to safely ignore event callbacks?
Mar 25, 2026
c#
.net
winforms
idisposable
What should Dispose do - only cleanup the resources or perform some "business logic" as well? [duplicate]
Mar 17, 2026
c#
.net
design-patterns
architecture
idisposable
Will .Net call Dispose for me in this case?
Mar 14, 2026
.net
f#
garbage-collection
idisposable
How would I implement IDisposable for my classes so that it can be used in a 'using' block?
Mar 08, 2026
c#
class
idisposable
How does the CLR find the classes which implement IDisposable?
Mar 07, 2026
c#
garbage-collection
idisposable
Nulling Out Managed Resources on Dispose [duplicate]
Mar 04, 2026
c#
.net
garbage-collection
idisposable
Does the FtpWebResponse IDisposable close the response?
Feb 27, 2026
c#
idisposable
using
ftpwebresponse
Is it safe to dispose the Icon after calling Icon.ToBitmap()?
Feb 27, 2026
c#
.net
icons
idisposable
Resharper custom search pattern to warn IDisposable objects
Feb 26, 2026
c#
.net
resharper
idisposable
Resolving code analysis "CA2000" rule in this scenario?
Feb 24, 2026
c#
.net
code-analysis
idisposable
How many using statements should I use? Is there a limit?
Feb 16, 2026
c#
.net
idisposable
Should ObjectDisposedException be thrown from a property get
Feb 09, 2026
.net
encapsulation
idisposable
Can I force the use of the 'using' statement for instances of my IDisposable class?
Jan 30, 2026
c#
compiler-warnings
idisposable
using-statement
Is Dispose() in C# equivalent to free() in C
Jan 29, 2026
c#
idisposable
Does "using" block release resource when program force closed
Jan 27, 2026
c#
dispose
idisposable
using-statement
c# interop marshalling and disposing
Jan 26, 2026
c#
interop
idisposable
FxCop (/VS2010 Code Analysis), possible to flag method result as "callers responsibility now" for IDisposable?
Jan 26, 2026
code-analysis
idisposable
fxcop
chain-of-responsibility
How to correctly dispose of instances that are hold within a registered C# service that does not implement IDisposable?
Jan 25, 2026
c#
dependency-injection
singleton
idisposable
Older Entries »