Skip to content
Sam Saffron

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

  • Discourse
  • Ruby
  • MiniProfiler
  • SQL
  • AI

dotnet

1 min read

.Net memory profiler 3.0 just released

.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 wi…