Skip to main content
Question Protected by Alex W
HTTPS, bold reduction, capitalization
Source Link

In .NET perspective:

  • What is a Memory Leakmemory leak?
  • How can you determine whether your application leaks? What are the effects?
  • How can you prevent a memory leak?
  • If your application has memory leak, does it go away when the process exits or is killed? Or do memory leaks in your application affect other processes on the system even after process completion?
  • And what about unmanaged code accessed via COM Interop and/or P/Invoke?

In .NET perspective:

  • What is a Memory Leak?
  • How can you determine whether your application leaks? What are the effects?
  • How can you prevent a memory leak?
  • If your application has memory leak, does it go away when the process exits or is killed? Or do memory leaks in your application affect other processes on the system even after process completion?
  • And what about unmanaged code accessed via COM Interop and/or P/Invoke?

In .NET perspective:

  • What is a memory leak?
  • How can you determine whether your application leaks? What are the effects?
  • How can you prevent a memory leak?
  • If your application has memory leak, does it go away when the process exits or is killed? Or do memory leaks in your application affect other processes on the system even after process completion?
  • And what about unmanaged code accessed via COM Interop and/or P/Invoke?
removed superfluous verbiage. relevant questions had been clearly stated.
Source Link

In .NET perspective:

  • What is a Memory Leak?
  • How can you determine whether your application leaks? What are the effects?
  • How can you prevent a memory leak?
  • If your application has memory leak, does it go away when the process exits or is killed? Or do memory leaks in your application affect other processes on the system even after process completion?
  • And what about unmanaged code accessed via COM Interop and/or P/Invoke?

I have some answers for these questions myself, but they are incomplete. What do you think?

In .NET perspective:

  • What is a Memory Leak?
  • How can you determine whether your application leaks? What are the effects?
  • How can you prevent a memory leak?
  • If your application has memory leak, does it go away when the process exits or is killed? Or do memory leaks in your application affect other processes on the system even after process completion?
  • And what about unmanaged code accessed via COM Interop and/or P/Invoke?

I have some answers for these questions myself, but they are incomplete. What do you think?

In .NET perspective:

  • What is a Memory Leak?
  • How can you determine whether your application leaks? What are the effects?
  • How can you prevent a memory leak?
  • If your application has memory leak, does it go away when the process exits or is killed? Or do memory leaks in your application affect other processes on the system even after process completion?
  • And what about unmanaged code accessed via COM Interop and/or P/Invoke?
removed tag c# because this question related to .net not with c#
Link
added 11 characters in body
Source Link
Cloudy
  • 7.5k
  • 7
  • 64
  • 98
Loading
added 8 characters in body
Source Link
Mathew Thompson
  • 56.5k
  • 15
  • 131
  • 151
Loading
Replaced the tag "memory" with "memory-leaks" to make the question better searchable on Stackoverflow.com and made change for grammar correction
Source Link
Loading
added 14 characters in body; edited tags
Source Link
Kredns
  • 37.3k
  • 52
  • 158
  • 204
Loading
edited tags
Link
Chris
  • 6.8k
  • 6
  • 54
  • 67
Loading
(corrected tag spelling)
Link
Karl Seguin
  • 21.9k
  • 5
  • 46
  • 49
Loading
Link
huseyint
  • 15.1k
  • 15
  • 59
  • 78
Loading
Source Link
huseyint
  • 15.1k
  • 15
  • 59
  • 78
Loading