visual studio

Visual Studio Debugging Slow in Firefox

Recently I've noticed debugging an Asp.net project in Visual Studio with firefox is unbearably slow. After some messing around with some settings I found a solution.

  1. Open firefox
  2. Go to about:config
  3. In the filter textbox enter network.dns.disableIPv6
  4. Change the value from false to true
  5. Restart firefox
  6. Be happy

With this setting in place hours of time will be saved.

More Randomer - one year at a time

It's been a full year since our company's code was posted to the daily wtf at more randomer (<-- link to the more randomer post).

dilbert on random numbers.

The creator of dosomethinghere.com saw the need for cupcakes, he also has a better comment on this occasion.

wtf cupcake

Regular Expressions (Visual Studio)

Find and replace using Regular Expressions in Visual Studio is a big time saver, here's a link to the docs:

http://msdn.microsoft.com/en-us/library/2k3te2cs(VS.80).aspx