.NET, Software - Written by typemismatch on Saturday, November 24, 2007 8:56 - 0 Comments

Tools: .NET Profilers

Tags: ,

This post is part of my series on development tools. There are way to many companies out there that do not offer their developers any tools what-so-ever and it is a real shame. If you’re a lone ranger then you need to get some cash and get these tools.

If you want to write high performance applications there are many things to consider and I’m not going to get into all the design aspects now. What I want to stress is that as human beings we just don’t have the capacity to predict everything our software is going to do when it runs. Using a profiler allows you to see exactly how your code is running and for web applications you can get a great idea where to optimize and also where to add caching.

Unfortunately there are no good free .NET code profilers out there but hey, very seldom is truely useful software just free :) The JetBrains and Red-Gate profilers are your best bet. I found the Ants profiler from Red-Gate to be the easiest to use and understand the output. Although JB’s profiler looks better, I went with more functional. The guys at RG are also easy to negotiate with so go bargin yourself a good price!

Here is the link for the Ants profiler, go give it a whirl. Screen shot below:

ANTS Screenshot

-c

  • Digg
  • del.icio.us
  • Facebook
  • Technorati
  • StumbleUpon


Leave a Reply

Comment

Most Popular Content

Electronics, iPhone - Aug 3, 2008 12:14 - 0 Comments

iPhone Battery Tip

More In Electronics


MultiCore - Jul 30, 2008 22:38 - 0 Comments

Here comes MultiCore

More In MultiCore


Software - Oct 20, 2008 21:04 - 0 Comments

Silverlight Tip - Initialize!

More In Software