Tag: Development

Community

Inside Diagnostic Tools for .NET

(Jonathan Keljo) Many diagnostic tools use the CLR Profiling API-even those that aren’t strictly profilers. So if you’ve ever wondered how these tools work, a look at the Profiling API is a good start. In this column, you’ll see how they work and look at some useful tips and tricks. You’ll also find