4

Are there any good free or trial tool to use to profile performance bottlenecks in asp.net mvc c# code?

leora
  • 188,729
  • 360
  • 878
  • 1,366

4 Answers4

2

If you want to profile C# code you can use ANTS Performance Profiler or dotTrace 4 Performance

Giorgi
  • 30,270
  • 13
  • 89
  • 125
1

Redgate has a lot of great tools, I've worked quite a lot with them: http://www.red-gate.com/products/ants_performance_profiler/index.htm

Jaap
  • 3,081
  • 2
  • 29
  • 50
1

Any decent C# profilers out there? - try here =)

Community
  • 1
  • 1
Naz
  • 5,104
  • 8
  • 39
  • 63
0

There is the free EQATEC Profiler for performance profiling .NET code

soren.enemaerke
  • 4,770
  • 5
  • 53
  • 80