Posts
Sort by recent activity
RegexOptions.Compiled
In my latest app removing the RegexOptions.Compiled from my regular expression seems to avoid the 99% and having my app never start problem.
I tried to make a small app to demonstrate the behavior ...
Innacurate profiler results
When using the Ants profiler on our large gui application it consistantly shows line that are extremely fast outside the profiler as the slowest since they are inside of loop. There seems to be a ...