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
When is a `using var` disposed? Is it out-of-scope as soon as possible or at the end of the block?
Mar 28, 2026
c#
scope
using
idisposable
using-statement
Who and when should dispose an intent?
Mar 24, 2026
android
xamarin
idisposable
Effect of implementing IDisposable on classes that don t need it?
Mar 26, 2026
.net
asp.net
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
Older Entries »