Profiling .NET CF Applications With Eqatec

Tuesday, April 28th, 2009

Today 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 [...]

Shell Commands In C#

Wednesday, January 28th, 2009

The simplest way to run a shell command in c# is as follows:

System.Diagnostics.Process.Start("festival –tts hello.txt");

c# Pluralizer Library

Saturday, January 17th, 2009