¡@

Home 

c# Programming Glossary: leaks

Any decent C# profilers out there? [closed]

http://stackoverflow.com/questions/10644/any-decent-c-sharp-profilers-out-there

open source .Net Memory Profiler really good for memory leaks there's a trial version Edit Nprof has been replaced with SlimTune..

What strategies and tools are useful for finding memory leaks in .NET?

http://stackoverflow.com/questions/134086/what-strategies-and-tools-are-useful-for-finding-memory-leaks-in-net

strategies and tools are useful for finding memory leaks in .NET I wrote C for 10 years. I encountered memory problems.. of strategies and tools are useful for tackling memory leaks in .NET c# .net memory management memory leaks share improve.. memory leaks in .NET c# .net memory management memory leaks share improve this question I use Scitech's MemProfiler..

What is the best scripting language to embed in a C# desktop application? [closed]

http://stackoverflow.com/questions/137933/what-is-the-best-scripting-language-to-embed-in-a-c-sharp-desktop-application

use of c which is too volatile for scripting use memory leaks anyone Microsoft.CSharp.CSharpCodeProvider csProvider new Microsoft.CSharp.CSharpCodeProvider..

WPF CreateBitmapSourceFromHBitmap memory leak

http://stackoverflow.com/questions/1546091/wpf-createbitmapsourcefromhbitmap-memory-leak

can I do to free the BitmapSource memory c# wpf memory leaks share improve this question MSDN says for Bitmap.GetHbitmap..

Weak event handler model for use with lambdas

http://stackoverflow.com/questions/1747235/weak-event-handler-model-for-use-with-lambdas

of scope this answer is for you. c# .net events memory leaks lambda share improve this question 'The' answer Read more..

Is a memory leak created if a MemoryStream in .NET is not closed?

http://stackoverflow.com/questions/234059/is-a-memory-leak-created-if-a-memorystream-in-net-is-not-closed

to tell if he has a valid point or not. c# .net memory leaks memorystream share improve this question If something is..

Do you need to dispose of objects and set them to null?

http://stackoverflow.com/questions/2926869/do-you-need-to-dispose-of-objects-and-set-them-to-null

Not disposing of unmanaged resources will lead to memory leaks . You can use the using statement to automatically dispose of..

Why and How to avoid Event Handler memory leaks?

http://stackoverflow.com/questions/4526829/why-and-how-to-avoid-event-handler-memory-leaks

and How to avoid Event Handler memory leaks I just came to realize by reading some questions and answers.. C# or i guess other .net languages can cause common memory leaks... I have used event handlers like this in the past many times.. never realized that they can cause or have caused memory leaks in my applications. How does this work meaning why does this..

Is EndInvoke() optional, sort-of optional, or definitely not optional?

http://stackoverflow.com/questions/532722/is-endinvoke-optional-sort-of-optional-or-definitely-not-optional

has to be matched by an EndInvoke . Are there any leaks or other problems associated with NOT calling EndInvoke c#.. documented as a thou shalt call this i.e. necessary else leaks happen from msdn Important Note No matter which technique you..

Memory Leak in C#

http://stackoverflow.com/questions/620733/memory-leak-in-c-sharp

be cases where some variables are left out c# .net memory leaks garbage collection managed share improve this question Event.. Handlers are a very common source of non obvious memory leaks. If you subscribe to an event on object1 from object2 then do..

Read MS Exchange email in C#

http://stackoverflow.com/questions/652549/read-ms-exchange-email-in-c-sharp

appear to work fine but there are problems with memory leaks due to their differing memory models. You could use CDOEX but..

Large Object Heap Fragmentation

http://stackoverflow.com/questions/686950/large-object-heap-fragmentation

be maintained in memory. c# .net memory management memory leaks windbg share improve this question The CLR uses the LOH..

Is it appropriate to extend Control to provide consistently safe Invoke/BeginInvoke functionality?

http://stackoverflow.com/questions/714666/is-it-appropriate-to-extend-control-to-provide-consistently-safe-invoke-begininv

important to process EndInvokes or you can have resource leaks. I know a lot of people don't believe this but it really is..

How to render a formula in WPF or WinForms

http://stackoverflow.com/questions/8899204/how-to-render-a-formula-in-wpf-or-winforms

maintained and tested . The article suggests memory leaks and other issues that could appear because of this. One have..