Are there any good free or trial tool to use to profile performance bottlenecks in asp.net mvc c# code?
Asked
Active
Viewed 1,822 times
4
-
possible duplicate of [.NET code profiling tools](http://stackoverflow.com/questions/1312493/net-code-profiling-tools) or 4061555 or 2650766 – John Farrell Dec 04 '10 at 19:55
-
http://stackoverflow.com/questions/2473666/tips-for-optimizing-c-net-programs/2474118#2474118 – Mike Dunlavey Dec 05 '10 at 17:14
4 Answers
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
0
There is the free EQATEC Profiler for performance profiling .NET code

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