Search code examples
Are there good patterns for disposing view models when navigating back to a view?...


c#silverlightmvvmdispose

Read More
When will an object declared in a static class get garbage collected?...


c#staticgarbage-collectiondispose

Read More
Disposing a form from parent form in C#?...


c#classformsobjectdispose

Read More
auto disposing of objects created in function calls...


c#disposeusing

Read More
Datatable inside using?...


c#datatabledispose

Read More
Disposing objects (simplification)...


c#.netmonodisposeidisposable

Read More
TcpClient resource disposal...


c#streamdisposetcpclient

Read More
What is the right pattern to close an OdbcConnection in an asp.net-mvc web page...


c#asp.net-mvcodbcdata-access-layerdispose

Read More
Disposed Forms with a Base and threading returns null for progress bar...


c#multithreadinginheritanceprogress-bardispose

Read More
Is an image created in an expression disposed-of immediately?...


c#disposeusing

Read More
c# destructors: the dispose "pattern" and best practises...


c#destructordispose

Read More
Why do I have to cast to a specific pointer type before calling Dispose?...


delphipointerscastingdispose

Read More
Using the "using" statement with StreamWriter in C#...


c#filedisposeusingstreamwriter

Read More
On what objects we should use dispose method ? C# 4.0...


c#objectgarbage-collectiondisposeidisposable

Read More
C# FileLogTraceListener throws exception when closing...


c#disposedestructorfinalizer

Read More
Do I have to use a “using” statement in a short method?...


c#garbage-collectiondisposeusing

Read More
Why does a stream dispose when its writer is disposed?...


c#.net-4.0streamdispose

Read More
Autofac: How to limit the lifetime of an IDisposable object without passing around the IoC container...


c#inversion-of-controldisposeidisposableautofac

Read More
Do I need to call Dispose() on a static object?...


c#staticdispose

Read More
Windows Forms: Is there a way to wait for all pending Invokes to a Control to end?...


.netwinformsdeadlockinvokedispose

Read More
How do I know when it's safe to call Dispose?...


c#multithreadingdisposerace-condition

Read More
Is returning an object that implements IDisposable a good idea or not?...


.netidisposabledispose

Read More
Dispose question...


c#.netdispose

Read More
Should I trust LinqDataSource to clean up properly?...


linqgarbage-collectiondisposelinqdatasource

Read More
How can I trigger WebControls OnDisposed Event?...


asp.netevent-handlingdisposeweb-controls

Read More
UnmanagedMemoryStream disposal and memory leaks...


c#garbage-collectiondisposeunmanagedresources

Read More
Implement Idisposable on mvc3 controller...


asp.net-mvc-3controllerdispose

Read More
Code analysis complains I'm not disposing objects. What is wrong here?...


c#disposecode-analysismailmessage

Read More
Should I dispose a Mutex?...


c#mutexdisposecross-process

Read More
Dispose instance...


c#dispose

Read More
BackNext