General
Profiling .NET CF Applications With Eqatec
Tuesday, April 28th, 2009Today I found the Eqatec Profiler application which is a .NET profiler that works on compact framework applications. It’s quite easy to setup and it’s free. The interface for viewing the results is also very good allowing you to easily find the methods that are causing problems.
What Is A Profiler?
A profiler is a tool that [...]
The Goal Of Clearer Code
Saturday, January 17th, 2009I’m Thomas Johnson and have around 10 years experience with programming. I believe great code is useful and clear.
When I program I always try to make the code clearer to read. These attempts are not always successful … just ask people that have tried to read some of my old code
Through this blog [...]