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
Calling Dispose() vs when an object goes out scope/method finishes
Nov 17, 2019
c#
idisposable
using
using-statement
How should I handle exceptions in my Dispose() method?
Jan 21, 2017
c#
idisposable
temporary-directory
How can TcpClient implement IDisposable and not have a public Dispose method?
Sep 19, 2022
.net
idisposable
tcpclient
How to dispose objects having asynchronous methods called?
Nov 03, 2022
c#
.net
asynchronous
dispose
idisposable
How do I force release memory occupied by MemoryStream?
Oct 14, 2022
c#
.net
memory-management
garbage-collection
idisposable
What is the purpose of returning an IDisposable in IObservable<T> interface?
Oct 21, 2022
c#
design-patterns
system.reactive
observer-pattern
idisposable
IDisposable created within a method and returned
Nov 09, 2022
c#
design-patterns
static-analysis
idisposable
why is there no Dispose method on HttpWebResponse
Aug 18, 2022
c#
.net
idisposable
using-statement
Access to disposed closure - mark methods as safe
Jun 30, 2018
c#
lambda
closures
resharper
idisposable
Proper IntPtr use in C#
Aug 19, 2022
c#
idisposable
intptr
What does "opening a connection" actually mean?
Nov 16, 2022
c#
idisposable
resource-management
idbconnection
Is there a way for a class that implements IDisposable to throw an exception if it's not been instantiated via a using block?
Jul 11, 2022
c#
idisposable
Why disposed object doesn't throw exception on using it after disposing?
Sep 18, 2022
c#
dispose
idisposable
How do you "properly" implement Dispose() (according to FxCop) when your implementation is an empty method? (CA1063)
Mar 05, 2022
c#
.net
idisposable
fxcop
Singleton with finalizer but not IDisposable
Sep 17, 2022
c#
.net
singleton
idisposable
Best practices for handling IDisposable
Oct 04, 2022
c#
idisposable
Struct and IDisposable
Nov 19, 2022
c#
.net
idisposable
using
Is there a list of common object that implement IDisposable for the using statement?
Aug 17, 2022
c#
asp.net
dispose
idisposable
using-statement
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
« Newer Entries
Older Entries »