Search code examples
Disposing SqlCommand...

c#ado.netidisposablesqlconnectionsqlcommand

Read More
Wpf PRISM disposable module...

wpfprismdesign-patternsidisposableprism-4

Read More
Transaction scope similar functionality...

c#memoryidisposable

Read More
Should WebException.Response.GetResponseStream() be close / disposed?...

c#.netidisposablehttpwebresponsewebexception

Read More
What exactly does the disposed flag mean in Dispose(bool)?...

c#design-patternsidisposable

Read More
May I have a case where GC.SuppressFinalize has any substantial effect please?...

c#.netgarbage-collectionidisposablesuppressfinalize

Read More
Using statement vs. IDisposable.Dispose()...

c#.netvb.netusingidisposable

Read More
What are IDisposable alternative uses?...

c#idisposablemsdn

Read More
Is it necessary to use async keyword when using IDisposable in F#?...

wcff#async-awaitidisposable

Read More
Disposing ObjectResult<T>...

entity-framework-4idisposable

Read More
returning in the middle of a using block...

c#disposeidisposableusing-statement

Read More
Dispose all IDisposables when exiting the method without using?...

c#idisposable

Read More
necessity of Dispose method mocking EF core with the in memory provider...

.net-coreentity-framework-coredisposeidisposable

Read More
Correct way to close WCF 4 channels effectively...

c#wcfidisposablewcf-4

Read More
Controllers and IDisposable...

c#asp.net-web-apiasp.net-web-api2idisposable

Read More
How to handle disposable resources within dictionary...

c#dictionaryidisposable

Read More
Why do I need to dispose of subscriptions after completion?...

system.reactivereactive-programmingidisposablereactiveobject-lifetime

Read More
Template method pattern with IDisposable in C#...

c#.netdesign-patternsdryidisposable

Read More
How to register a disposable Concrete type in Simple Injector container...

c#idisposablesimple-injector

Read More
Is Dispose() a good place to save data to disc?...

c#disposeidisposable

Read More
Disposing a MailMessage attachment...

c#idisposable

Read More
Method returns an IDisposable - Should I dispose of the result, even if it's not assigned to any...

c#idisposable

Read More
Return a Disposable object for use in a using block...

c#idisposableusing-statement

Read More
Using a null IDisposable value with the using statement...

c#nullidisposableusing-statement

Read More
Disposing derived stream containing streams...

c#streamdisposeidisposable

Read More
Objects implementing IDisposable using another IDisposable...

c#.netidisposable

Read More
Standard Collection for IDisposable objects...

.netcollectionsidisposable

Read More
Does the using statement dispose only the first variable it create?...

c#idisposableusing

Read More
Making sure a SQL db connection is always closed after each repo function is called...

c#sql-serverrepositorydapperidisposable

Read More
How do you prevent IDisposable from spreading to all your classes?...

c#.netgarbage-collectiondisposeidisposable

Read More
BackNext