.net – (Free) optimization programs for .Net-programs

netoptimization

What are the good (free) optimization programmers, .Net programmers need to have to optimize their programs?

Best Answer

A good profiler, such as EQATEC Profiler. It'll help you identify sections of your code that take a while to execute, which you can then spend some time optimizing.