Search code examples
Is it bad design to reference Autofac in my projects just for Owned<T>?...


c#idisposableautofac

Read More
confused when using "using block" - C#...


c#.netusingidisposable

Read More
Does Idisposable get called on stack items like struct (when not using "Using")...


c#structidisposable

Read More
Using IDisposable to Delete a File from Disk...


c#.netidisposablesystem.io.file

Read More
Does NUnit dispose of objects that implement IDisposable?...


c#nunitidisposablenunit-2.6

Read More
Referencing an object outside of using() block...


c#disposeusingidisposableusing-statement

Read More
Should Closeable be used as the Java equivalent for .NET's IDisposable?...


javaidisposable

Read More
How to instantiate an object and pass it to a method within the declaration of a "using" b...


c#.netidisposable

Read More
Should I call Close on HttpWebResponse, even if it's inside a using statement?...


.netgarbage-collectionidisposable

Read More
Cancelling a Task when an object is Finalized...


c#task-parallel-librarytaskidisposablefinalizer

Read More
The cost of finalize in .Net...


c#.netvb.netidisposablefinalize

Read More
C# Implementing Dispose - why need check disposing and disposed?...


c#.netmemory-managementidisposable

Read More
async/await and the IDisposable interface...


c#async-awaitidisposable

Read More
F# use keyword and recursive functions...


asynchronousrecursionf#idisposabletail-recursion

Read More
How to ensure using the using keyword on a resource...


c#memory-managementnhibernatedisposeidisposable

Read More
Reader.IsConsumed is false but object was disposed...


dapperidisposablesqldatareaderobjectdisposedexception

Read More
Should all classes implement the IDisposable interface?...


vb.netidisposable

Read More
Should you implement IDisposable.Dispose() so that it never throws?...


c#.netidisposable

Read More
When subclassing Xamarin Android.Views.View (or any of its subclasses), do I need to call dispose on...


c#xamarinxamarin.androididisposable

Read More
How to implement a using statement when inititializing a service?...


c#dynamics-crmidisposableusing-statementxrm

Read More
ASP MVC: When is IController Dispose() called?...


asp.net-mvclinq-to-sqlgarbage-collectionidisposable

Read More
Why aren't my disposed objects collected by GC?...


c#garbage-collectionidisposable

Read More
Stream as a return value in WCF - who disposes it?...


.netwcfstreamidisposable

Read More
CA1001 Visual Studio 2012 Code Analysis warning. What does it mean?...


c#code-analysisidisposable

Read More
Can you fire a "Disposing" event if Dispose() is called by a Finalizer?...


c#eventsgarbage-collectiondisposeidisposable

Read More
c# Pen throws OutOfMemoryException...


c#winformsvisual-studiomemoryidisposable

Read More
Throwing exception in finalizer to enforce Dispose calls:...


c#.netdisposeidisposable

Read More
Conservative IDisposable marking on interfaces...


c#.netdesign-patternsidisposable

Read More
Temporary unzip - is this a valid use of the IDisposable interface?...


c#.netidisposable

Read More
Nesting 'IDisposable's in a single 'using' statement...


c#idisposableusing-statement

Read More
BackNext