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
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
C# Linq-to-Sql - Should DataContext be disposed using IDisposable
Nov 03, 2022
linq-to-sql
datacontext
idisposable
What is the difference between managed and native resources when disposing? (.NET)
Aug 16, 2022
.net
resources
native
idisposable
Should Closeable be used as the Java equivalent for .NET's IDisposable?
Sep 04, 2022
java
idisposable
Recognize Disposable Objects in Visual Studio?
Oct 31, 2022
c#
.net
visual-studio
intellisense
idisposable
Do I need to call Dispose() on managed objects?
Sep 04, 2022
.net
idisposable
Am I implementing IDisposable correctly?
Sep 04, 2022
c#
idisposable
Do I need to Dispose a SemaphoreSlim
Jan 31, 2022
c#
.net
semaphore
dispose
idisposable
Who Disposes of an IDisposable public property?
Sep 03, 2022
c#
.net
dispose
idisposable
Why is there need for an explicit Dispose() method in asp.net MVC Controllers? Can anyone explain its intricacies? (asp.net specific)
Sep 02, 2022
c#
asp.net-mvc
entity-framework
garbage-collection
idisposable
Implementing IDisposable on a subclass when the parent also implements IDisposable
Sep 02, 2022
c#
.net
inheritance
idisposable
Guidelines For Dispose() and Ninject
Sep 02, 2022
c#
.net
garbage-collection
ninject
idisposable
How to return a Stream from a method, knowing it should be disposed?
Sep 02, 2022
c#
.net
stream
using
idisposable
What's the purpose of GC.SuppressFinalize(this) in Dispose() method?
Sep 02, 2022
c#
.net
garbage-collection
idisposable
suppressfinalize
« Newer Entries
Older Entries »