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 or if to Dispose HttpResponseMessage when calling ReadAsStreamAsync?
Aug 23, 2022
c#
.net
stream
idisposable
dotnet-httpclient
Should you implement IDisposable.Dispose() so that it never throws?
Aug 27, 2022
c#
.net
idisposable
Should HttpClient instances created by HttpClientFactory be disposed?
Aug 27, 2022
.net-core
dotnet-httpclient
idisposable
asp.net-core-2.1
httpclientfactory
Using statement vs. IDisposable.Dispose()
Aug 27, 2022
c#
.net
vb.net
using
idisposable
Is IDisposable.Dispose() called automatically? [duplicate]
Aug 27, 2022
c#
.net
idisposable
Declare IDisposable for the class or interface?
Oct 12, 2022
c#
.net
dispose
idisposable
Who should call Dispose on IDisposable objects when passed into another object?
Sep 30, 2022
c#
.net
idisposable
Is there any benefit to implementing IDisposable on classes which do not have resources?
Aug 26, 2022
c#
idisposable
Does foreach automatically call Dispose?
Aug 26, 2022
c#
foreach
idisposable
Duck typing in the C# compiler
Aug 26, 2022
c#
compiler-construction
idisposable
duck-typing
Should "Dispose" only be used for types containing unmanaged resources?
Aug 26, 2022
c#
garbage-collection
idisposable
finalizer
finalization
Entity Framework and calling context.dispose()
Aug 25, 2022
entity-framework
dbcontext
idisposable
When are .NET Core dependency injected instances disposed?
Aug 18, 2022
dependency-injection
asp.net-core
.net-core
idisposable
ASP MVC: When is IController Dispose() called?
Aug 17, 2022
asp.net-mvc
linq-to-sql
garbage-collection
idisposable
How does one tell if an IDisposable object reference is disposed?
Aug 17, 2022
c#
.net
dispose
idisposable
What happens if i return before the end of using statement? Will the dispose be called?
Aug 16, 2022
c#
.net
dispose
idisposable
using-statement
How do you prevent IDisposable from spreading to all your classes?
Aug 15, 2022
c#
.net
garbage-collection
dispose
idisposable
Will the Garbage Collector call IDisposable.Dispose for me?
Aug 15, 2022
.net
dispose
idisposable
Should I call Close() or Dispose() for stream objects?
Aug 14, 2022
c#
stream
idisposable
streamreader
streamwriter
Will Dispose() be called in a using statement with a null object?
Aug 12, 2022
c#
idisposable
using
« Newer Entries
Older Entries »