Skip to content
Sam Saffron

Writing about software, performance, Ruby, Discourse, and technology.

  • Discourse
  • Ruby
  • MiniProfiler
  • SQL
  • AI

.Net memory profiler 3.0 just released

Sam Saffron1 min read

.Net memory profiler is an awesome tool which can be used to find memory leaks in .NET applications.

Amongst version 3.0's new features is a feature that allows you to attach to a running process. This is something we could only achieve with windbg + SOS in the past. Windbg + SOS is really powerful and flexible, but using it to debug memory leaks can be very tricky for first time users.

Updated October 11, 2013

The conversation

Open in Discuss ↗

Have a thought or a question? Join the discussion below with your community account.