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
Deriving from a component and implementing IDisposable properly
Apr 16, 2026
c#
c#-2.0
components
idisposable
What is the best way to handle destruction of objects in C#
Apr 13, 2026
c#
garbage-collection
idisposable
C# Too Much Memory Usage
Apr 10, 2026
c#
memory-management
idisposable
Ensuring IDisposable call on objects created in the controller and handed off to view
Apr 09, 2026
asp.net-mvc
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
Older Entries »