MvcTurbine, stopping StackOverflowException on w3wp recycle
I had an issue the other day with MvcTurbine where our application would throw a StackOverflowException whenever the worker process recycled.
Written on Monday, November 22,
2010 by Jared Barboza
Powershell Snippet: List C# Source Files Modified After Date
An easy way to find what source files have been modified after a certain date in a project directory with powershell.
Written on Monday, November 15,
2010 by Jared Barboza
For/in Follow Up
JavaScript has a lot of good parts and bad parts but the for/in loop seems to walk the grey area in between. It's a fantastic feature of JavaScript when wielded appropriately, but a potentially horrible bug when used incorrectly.
Written on Monday, November 08,
2010 by Jared Barboza