19 Answered Questions
[SOLVED] Proper use of the IDisposable interface
- 2009-02-11 18:12:41
- cwick
- 291242 View
- 1474 Score
- 19 Answer
- Tags: c# .net garbage-collection idisposable
13 Answered Questions
[SOLVED] Finalize/Dispose pattern in C#
- 2009-05-22 16:44:45
- ant2009
- 152948 View
- 351 Score
- 13 Answer
- Tags: c# .net idisposable finalizer
11 Answered Questions
[SOLVED] Should I Dispose() DataSet and DataTable?
- 2009-05-26 23:08:09
- mbeckish
- 90657 View
- 183 Score
- 11 Answer
- Tags: datatable dataset dispose idisposable using
11 Answered Questions
[SOLVED] Do HttpClient and HttpClientHandler have to be disposed?
- 2013-03-29 14:17:56
- Fernando Correia
- 93585 View
- 279 Score
- 11 Answer
- Tags: c# .net-4.5 idisposable using dotnet-httpclient
9 Answered Questions
[SOLVED] Will the Garbage Collector call IDisposable.Dispose for me?
- 2008-09-05 00:25:21
- Orion Edwards
- 27293 View
- 120 Score
- 9 Answer
- Tags: .net dispose idisposable
4 Answered Questions
[SOLVED] Should I call Close() or Dispose() for stream objects?
- 2011-09-23 06:05:26
- Nawaz
- 107150 View
- 128 Score
- 4 Answer
- Tags: c# stream idisposable streamreader streamwriter
4 Answered Questions
[SOLVED] Entity Framework and context dispose
- 2013-03-27 18:38:27
- Sindre
- 59288 View
- 55 Score
- 4 Answer
- Tags: entity-framework dbcontext idisposable
7 Answered Questions
[SOLVED] How do you reconcile IDisposable and IoC?
- 2009-06-12 16:48:43
- Mr. Putty
- 10445 View
- 41 Score
- 7 Answer
- Tags: c# inversion-of-control unity-container idisposable
9 Answered Questions
[SOLVED] Using statement vs. IDisposable.Dispose()
- 2012-06-11 16:51:06
- oscilatingcretin
- 27804 View
- 45 Score
- 9 Answer
- Tags: c# .net vb.net using idisposable
2 Answered Questions
[SOLVED] Async network operations never finish
- 2014-01-30 21:49:43
- i3arnon
- 4874 View
- 6 Score
- 2 Answer
- Tags: c# networking async-await idisposable cancellation-token
2 Answered Questions
[SOLVED] How do I dispose my filestream when implementing a file download in ASP.NET?
- 2010-06-21 11:53:44
- fearofawhackplanet
- 9028 View
- 21 Score
- 2 Answer
- Tags: c# asp.net asp.net-mvc streaming idisposable
5 Answered Questions
[SOLVED] Who should call Dispose on IDisposable objects when passed into another object?
- 2010-11-03 10:13:15
- Jon Mitchell
- 8899 View
- 56 Score
- 5 Answer
- Tags: c# .net idisposable
7 Answered Questions
[SOLVED] returning in the middle of a using block
- 2009-03-19 15:53:39
- tafa
- 38935 View
- 166 Score
- 7 Answer
- Tags: c# dispose idisposable using-statement
1 Answered Questions
[SOLVED] C# Linq-to-Sql - Should DataContext be disposed using IDisposable
- 2009-05-04 19:27:26
- Kornelije Petak
- 13303 View
- 27 Score
- 1 Answer
- Tags: linq-to-sql datacontext idisposable
9 Answered Questions
[SOLVED] Using IDisposable to unsubscribe events
- 2009-01-16 22:26:22
- Jon B
- 13965 View
- 46 Score
- 9 Answer
- Tags: .net events idisposable unsubscribe
2 Answered Questions
[SOLVED] yield return statement inside a using() { } block Disposes before executing
- 2009-10-08 16:53:50
- Neil Fenwick
- 12752 View
- 47 Score
- 2 Answer
- Tags: c# .net-2.0 idisposable using yield-return
8 Answered Questions
[SOLVED] Should you implement IDisposable.Dispose() so that it never throws?
- 2009-02-23 13:24:38
- Andreas Huber
- 5639 View
- 53 Score
- 8 Answer
- Tags: c# .net idisposable
4 Answered Questions
[SOLVED] Questions about Entity Framework Context Lifetime
- 2012-05-27 22:07:14
- Jonathan Wood
- 15969 View
- 20 Score
- 4 Answer
- Tags: c# asp.net-mvc entity-framework using idisposable
3 Answered Questions
[SOLVED] Duck typing in the C# compiler
- 2011-06-16 08:18:26
- MattDavey
- 4530 View
- 59 Score
- 3 Answer
- Tags: c# compiler-construction idisposable duck-typing
5 Answered Questions
[SOLVED] When should I use GC.SuppressFinalize()?
- 2008-09-29 22:41:40
- Sam Saffron
- 94198 View
- 258 Score
- 5 Answer
- Tags: c# .net garbage-collection idisposable suppressfinalize
2 Answered Questions
[SOLVED] Does foreach automatically call Dispose?
- 2011-02-13 04:15:48
- jim
- 10980 View
- 56 Score
- 2 Answer
- Tags: c# foreach idisposable
8 Answered Questions
[SOLVED] Manually destroy C# objects
- 2009-12-31 21:54:01
- East of Nowhere
- 67347 View
- 25 Score
- 8 Answer
- Tags: c# destructor idisposable using
4 Answered Questions
[SOLVED] Should IDisposable.Dispose() be made safe to call multiple times?
- 2011-03-15 02:26:55
- Jake Petroules
- 8328 View
- 38 Score
- 4 Answer
- Tags: c# .net idisposable
6 Answered Questions
[SOLVED] What is IDisposable for?
- 2009-03-05 14:53:21
- FendFend
- 7581 View
- 18 Score
- 6 Answer
- Tags: c# garbage-collection dispose idisposable
2 Answered Questions
[SOLVED] ASP MVC: When is IController Dispose() called?
- 2009-09-04 15:41:01
- John Gietzen
- 22579 View
- 79 Score
- 2 Answer
- Tags: asp.net-mvc linq-to-sql garbage-collection idisposable
5 Answered Questions
[SOLVED] Implementing IDisposable on a subclass when the parent also implements IDisposable
- 2010-03-22 22:50:00
- Tanzelax
- 18196 View
- 25 Score
- 5 Answer
- Tags: c# .net inheritance idisposable
2 Answered Questions
[SOLVED] What does Process.Dispose() actually do?
- 2013-06-06 08:34:45
- sharptooth
- 13172 View
- 29 Score
- 2 Answer
- Tags: c# .net idisposable
1 Answered Questions
[SOLVED] Guidelines For Dispose() and Ninject
- 2012-04-19 18:49:41
- Nate222
- 10735 View
- 30 Score
- 1 Answer
- Tags: c# .net garbage-collection ninject idisposable
4 Answered Questions
[SOLVED] Why would a class implement IDisposable explicitly instead of implicitly?
- 2010-06-25 15:30:00
- MCS
- 2158 View
- 17 Score
- 4 Answer
- Tags: c# idisposable explicit-interface
5 Answered Questions
[SOLVED] What happens if i return before the end of using statement? Will the dispose be called?
- 2010-07-14 15:15:28
- NLV
- 23246 View
- 103 Score
- 5 Answer
- Tags: c# .net dispose idisposable using-statement