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 abusing IDisposable to benefit from "using" statements considered harmful? [closed]
Jan 19, 2022
c#
.net
idisposable
Does ASP.Net call Dispose on the Page/Controls in a page, or must I do this?
Aug 22, 2022
asp.net
idisposable
Why would a class implement IDisposable explicitly instead of implicitly?
Apr 05, 2022
c#
idisposable
explicit-interface
CA2000 when Returning Disposable Object from Method
Jul 21, 2018
c#
code-analysis
idisposable
ca2000
Keeping references to `IDisposable` when using the Reactive Extensions for .NET: always, never, or sometimes?
Sep 16, 2022
.net
garbage-collection
idisposable
system.reactive
Do I need to force a Dispose after a LINQ query?
Nov 08, 2022
c#
entity-framework
database-connection
idisposable
Is it important to dispose SolidBrush and Pen?
Feb 28, 2020
.net
winforms
idisposable
How to find all Classes implementing IDisposable?
Apr 23, 2022
c#
visual-studio-2008
idisposable
What happens when 'return' is called from within a 'using' block? [duplicate]
Feb 19, 2021
c#
idisposable
using-statement
Why is use better than using?
Sep 13, 2022
f#
dispose
idisposable
resource-management
What is the equivalent of the C# "using" block in IronPython?
Sep 13, 2022
ironpython
idisposable
Why have I not seen any implementations of IDisposable implementing concurrency?
Mar 21, 2017
c#
thread-safety
idisposable
How to unit test a method with a `using` statement?
Oct 01, 2018
c#
unit-testing
idisposable
legacy-code
How do I convince my colleagues not to implement IDisposable on everything? [closed]
Sep 13, 2022
c#
.net
memory-management
idisposable
CA2213 warning when using ?. (null-conditional Operator) to call Dispose
Dec 28, 2018
c#
code-analysis
idisposable
Do I need to close a .NET service reference client when I'm done using it
Sep 12, 2022
c#
.net
wcf
web-services
idisposable
Getting rid of nested using(...) statements
Nov 11, 2022
c#
idisposable
using
Determining if IDisposable should extend an interface or be implemented on a class implementing said interface
Sep 05, 2022
c#
dispose
idisposable
Any issue with nesting "using" statements in c#?
Mar 22, 2022
c#
idisposable
using
What is the correct way to dispose elements held inside a ThreadLocal<IDisposable>?
Sep 04, 2022
c#
.net-4.0
idisposable
thread-local
« Newer Entries
Older Entries »