Last active
August 29, 2015 14:25
-
-
Save jmeridth/2c37ae07bb37f28fd744 to your computer and use it in GitHub Desktop.
LT apache conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias www.lostechies.com | |
ServerAlias tddfirestarter.lostechies.com | |
Redirect permanent / https://lostechies.com/ | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^www\.lostechies\.com$ [NC] | |
RewriteRule ^(.*)$ https://lostechies.com/$1 [NC,R=301,L] | |
RewriteCond %{HTTP_HOST} ^tddfirestarter\.lostechies\.com$ [NC] | |
RewriteRule ^(.*)$ https://lostechies.com/$1 [NC,R=301,L] | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteRule ^(.*)/printerfriendly.aspx.*$ $1 [L,R=301] | |
RewriteCond %{REQUEST_URI} ^(.*)/feed$ [NC] | |
RewriteRule (.*) https://lostechies.com/MainFeed [NC,R=301,L] | |
RewriteCond %{REQUEST_URI} ^(.*)/blogs$ [NC] | |
RewriteRule (.*) https://lostechies.com [NC,R=301,L] | |
RewriteCond %{REQUEST_URI} ^(.*)/members$ [NC] | |
RewriteRule (.*) https://lostechies.com [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName 70.169.150.251 | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^173\.45\.225\.117$ [NC] | |
RewriteRule (.*) https://lostechies.com/$1 [NC,R=301,L] | |
</virtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias fiesta.lostechies.com | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^fiesta\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.github.io/fiesta/ [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias mail.lostechies.com | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^mail\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://google.com/a/lostechies.com [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias brad.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^brad\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/bradcarleton/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias andrewsiemer.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^andrewsiemer\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/andrewsiemer/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias chadmyers.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^chadmyers\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/chadmyers/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias chrismissal.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^chrismissal\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/chrismissal/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias phatboyg.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^phatboyg\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/chrispatterson/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias agilecruz.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^agilecruz\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/christaylor/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias colinjack.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^colinjack\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/colinjack/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias colinramsay.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^colinramsay\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/colinramsay/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias derekgreer.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^derekgreer\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/derekgreer/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias derickbailey.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^derickbailey\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/derickbailey/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias eric.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^eric\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/ericanderson/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias hex.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^hex\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/erichexter/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias hugoware.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^hugoware\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/hugobonacci/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias evanhoff.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^evanhoff\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/evanhoff/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias gabrielnschenker.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^gabrielnschenker\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/gabrielschenker/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias thatotherguy.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^thatotherguy\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/gregorylong/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias jagregory.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^jagregory\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/jamesgregory/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias jason.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^jason\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/jasonmeridth/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias jssingh.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^jssingh\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/jasdeepsingh/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias jimmybogard.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^jimmybogard\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/jimmybogard/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias agilejoe.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^agilejoe\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/joeocampo/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias joeybeninghove.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^joeybeninghove\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/joeybeninghove/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias johnvpetersen.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^johnvpetersen\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/johnpetersen/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias johnteague.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^johnteague\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/johnteague/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias josharnold.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^josharnold\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/josharnold/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias joshuaflanagan.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^joshuaflanagan\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/joshuaflanagan/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias joshualockwood.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^joshualockwood\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/joshualockwood/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias keith.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^keith\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/keithdahlby/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias louissalin.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^louissalin\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/louissalin/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias marcusthebold.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^marcusthebold\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/marcusbratton/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias mokhan.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^mokhan\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/mokhan/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias nelson.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^nelson\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/nelsonmontalvo/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias patricklioi.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^patricklioi\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/patricklioi/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias rhouston.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^rhouston\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/rayhouston/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias rodpaddock.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^rodpaddock\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/rodpaddock/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias rssvihla.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^rssvihla\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/ryansvihla/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias rauhryan.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^rauhryan\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/ryanrauh/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias scottdensmore.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^scottdensmore\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/scottdensmore/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias stgillen.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^stgillen\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/scottgillenwater/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias scottcreynolds.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^scottcreynolds\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/scottreynolds/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias seanbiefeld.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^seanbiefeld\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/seanbiefeld/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias schambers.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^schambers\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/seanchambers/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias sharoncichelli.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^sharoncichelli\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/sharoncichelli/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:80> | |
ServerName lostechies.com | |
ServerAlias stevedonie.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
RewriteEngine On | |
RewriteCond %{HTTP_HOST} ^stevedonie\.lostechies\.com$ [NC] | |
RewriteRule (.*) https://lostechies.com/stevedonie/$1 [NC,R=301,L] | |
</VirtualHost> | |
<VirtualHost *:443> | |
SSLEngine on | |
SSLProtocol all -SSLv2 | |
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM | |
SSLCertificateFile /etc/apache2/ssl/ssl.crt | |
SSLCertificateKeyFile /etc/apache2/ssl/private.key | |
SSLCertificateChainFile /etc/apache2/ssl/sub.class1.server.ca.pem | |
ServerName lostechies.com | |
ServerAlias www.lostechies.com | |
ServerAlias tddfirestarter.lostechies.com | |
DocumentRoot /var/www/apps/wordpress | |
#moved from htaccess | |
# Media Redirects | |
redirect 301 /media/p/27197/download.aspx https://lostechies.com/wp-content/uploads/2011/03/31DaysRefactoring.pdf | |
redirect 301 /media/p/27197.aspx https://lostechies.com/wp-content/uploads/2011/03/31DaysRefactoring.pdf | |
redirect 301 /media/p/22618/download.aspx https://lostechies.com/wp-content/uploads/2011/04/TheoryOfConstraints-ProductivityMetricsInSoftwareDevelopment.pdf | |
redirect 301 /media/p/22618.aspx https://lostechies.com/wp-content/uploads/2011/04/TheoryOfConstraints-ProductivityMetricsInSoftwareDevelopment.pdf | |
redirect 301 /media/p/19944/download.aspx https://lostechies.com/wp-content/uploads/2011/04/SpecUnitLiveTemplates.zip | |
redirect 301 /media/p/19944.aspx https://lostechies.com/wp-content/uploads/2011/04/SpecUnitLiveTemplates.zip | |
redirect 301 /media/p/14862/download.aspx https://lostechies.com/wp-content/uploads/2011/04/Debugging%20With%20FireBug.pdf | |
redirect 301 /media/p/14862.aspx https://lostechies.com/wp-content/uploads/2011/04/Debugging%20With%20FireBug.pdf | |
redirect 301 /media/p/6169/download.aspx https://lostechies.com/wp-content/uploads/2011/04/ujs-jquery.pdf | |
redirect 301 /media/p/6169.aspx https://lostechies.com/wp-content/uploads/2011/04/ujs-jquery.pdf | |
redirect 301 /media/p/6006/download.aspx https://lostechies.com/wp-content/uploads/2011/04/pablo_topic_of_the_month.png | |
redirect 301 /media/p/6006.aspx https://lostechies.com/wp-content/uploads/2011/04/pablo_topic_of_the_month.png | |
redirect 301 /media/p/5415/download.aspx https://lostechies.com/wp-content/uploads/2011/04/SOLIDPrinciples-StepByStep-PresentationAndCode.zip | |
redirect 301 /media/p/5415.aspx https://lostechies.com/wp-content/uploads/2011/04/SOLIDPrinciples-StepByStep-PresentationAndCode.zip | |
redirect 301 /media/p/4914/download.aspx https://lostechies.com/wp-content/uploads/2011/04/jquery_presentation.pdf | |
redirect 301 /media/p/4914.aspx https://lostechies.com/wp-content/uploads/2011/04/jquery_presentation.pdf | |
redirect 301 /media/p/1052/download.aspx https://lostechies.com/wp-content/uploads/2011/04/DesignByContractExample.zip | |
redirect 301 /media/p/1052.aspx https://lostechies.com/wp-content/uploads/2011/04/DesignByContractExample.zip | |
redirect 301 /media/p/280/download.aspx https://lostechies.com/wp-content/uploads/2011/04/AlamoCoders_BDD_Level_100.pdf | |
redirect 301 /media/p/280.aspx https://lostechies.com/wp-content/uploads/2011/04/AlamoCoders_BDD_Level_100.pdf | |
redirect 301 /media/p/279/download.aspx https://lostechies.com/wp-content/uploads/2011/04/AlamoCoders.BDD_Level_100.zip | |
redirect 301 /media/p/279.aspx https://lostechies.com/wp-content/uploads/2011/04/AlamoCoders.BDD_Level_100.zip | |
# Author Redirects | |
redirect 301 /members/chadmyers/default.aspx https://lostechies.com/chadmyers/ | |
redirect 301 /members/chrismissal/default.aspx https://lostechies.com/chrismissal/ | |
redirect 301 /members/phatboyg/default.aspx https://lostechies.com/chrispatterson/ | |
redirect 301 /members/agilecruz/default.aspx https://lostechies.com/christaylor/ | |
redirect 301 /members/colinjack/default.aspx https://lostechies.com/colinjack/ | |
redirect 301 /members/colin_ramsay/default.aspx https://lostechies.com/colinramsay/ | |
redirect 301 /members/derekgreer/default.aspx https://lostechies.com/derekgreer/ | |
redirect 301 /members/derickbailey/default.aspx https://lostechies.com/derickbailey/ | |
redirect 301 /members/eric/default.aspx https://lostechies.com/ericanderson/ | |
redirect 301 /members/hex/default.aspx https://lostechies.com/erichexter/ | |
redirect 301 /members/evan_hoff/default.aspx https://lostechies.com/evanhoff/ | |
redirect 301 /members/gabrielschenker/default.aspx https://lostechies.com/gabrielschenker/ | |
redirect 301 /members/thatotherguy/default.aspx https://lostechies.com/gregorylong/ | |
redirect 301 /members/jagregory/default.aspx https://lostechies.com/jamesgregory/ | |
redirect 301 /members/jasdeep_singh/default.aspx https://lostechies.com/jasdeepsingh/ | |
redirect 301 /members/jason_meridth/default.aspx https://lostechies.com/jasonmeridth/ | |
redirect 301 /members/jimmy_bogard/default.aspx https://lostechies.com/jimmybogard/ | |
redirect 301 /members/joe_ocampo/default.aspx https://lostechies.com/joeocampo/ | |
redirect 301 /members/joeydotnet/default.aspx https://lostechies.com/joeybeninghove/ | |
redirect 301 /members/johnpetersen/default.aspx https://lostechies.com/johnpeterson/ | |
redirect 301 /members/johnteague/default.aspx https://lostechies.com/johnteague/ | |
redirect 301 /members/joshuaflanagan/default.aspx https://lostechies.com/joshuaflanagan/ | |
redirect 301 /members/joshua_lockwood/default.aspx https://lostechies.com/joshualockwood/ | |
redirect 301 /members/dahlbyk/default.aspx https://lostechies.com/keithdahlby/ | |
redirect 301 /members/louissalin/default.aspx https://lostechies.com/louissalin/ | |
redirect 301 /members/marcus_bratton/default.aspx https://lostechies.com/marcusbratton/ | |
redirect 301 /members/mokhan/default.aspx https://lostechies.com/mokhan/ | |
redirect 301 /members/nelson_montalvo/default.aspx https://lostechies.com/nelsonmontalvo/ | |
redirect 301 /members/rhouston/default.aspx https://lostechies.com/rayhouston/ | |
redirect 301 /members/rodpaddock/default.aspx https://lostechies.com/rodpaddock/ | |
redirect 301 /members/rssvihla/default.aspx https://lostechies.com/ryansvihla/ | |
redirect 301 /members/scottdensmore/default.aspx https://lostechies.com/scottdensmore/ | |
redirect 301 /members/stgillen/default.aspx https://lostechies.com/scottgillenwater/ | |
redirect 301 /members/scottcreynolds/default.aspx https://lostechies.com/scottreynolds/ | |
redirect 301 /members/seanbiefeld/default.aspx https://lostechies.com/seanbiefeld/ | |
redirect 301 /members/sean_chambers/default.aspx https://lostechies.com/seanchambers/ | |
redirect 301 /members/sharoncichelli/default.aspx https://lostechies.com/sharoncichelli/ | |
redirect 301 /members/stevedonie/default.aspx https://lostechies.com/stevedonie/ | |
redirect 301 /blogs/chad_myers/archive/2008/01/04/joining-the-donkey-side.aspx https://lostechies.com/chadmyers/2008/01/04/joining-the-donkey-side/ | |
redirect 301 /blogs/chad_myers/archive/2008/01/05/announcing-an-austin-tdd-randori-codingdojo-session.aspx https://lostechies.com/chadmyers/2008/01/05/announcing-an-austin-tdd-randori-codingdojo-session/ | |
redirect 301 /blogs/chad_myers/archive/2008/01/05/what-i-do-with-spoilers.aspx https://lostechies.com/chadmyers/2008/01/05/what-i-do-with-spoilers/ | |
redirect 301 /blogs/chad_myers/archive/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment.aspx https://lostechies.com/chadmyers/2008/01/06/working-with-activerecord-model-classes-outside-of-the-rails-environment/ | |
redirect 301 /blogs/chad_myers/archive/2008/01/06/a-challenge-to-microsoft-scott-guthrie.aspx https://lostechies.com/chadmyers/2008/01/06/a-challenge-to-microsoft-scott-guthrie/ | |
redirect 301 /blogs/chad_myers/archive/2008/01/10/austin-tdd-codingdojo-signup.aspx https://lostechies.com/chadmyers/2008/01/10/austin-tdd-codingdojo-signup/ | |
redirect 301 /blogs/chad_myers/archive/2008/01/10/what-would-an-apple-gaming-console-look-like.aspx https://lostechies.com/chadmyers/2008/01/11/what-would-an-apple-gaming-console-look-like/ | |
redirect 301 /blogs/chad_myers/archive/2008/01/11/the-truth-which-makes-waterfall-advocates-go-blind.aspx https://lostechies.com/chadmyers/2008/01/11/the-truth-which-makes-waterfall-advocates-go-blind/ | |
redirect 301 /blogs/chad_myers/archive/2008/01/12/101-great-computer-programming-quotes.aspx https://lostechies.com/chadmyers/2008/01/12/101-great-computer-programming-quotes/ | |
redirect 301 /blogs/chad_myers/archive/2008/01/25/austin-tdd-codingdojo-full.aspx https://lostechies.com/chadmyers/2008/01/25/austin-tdd-codingdojo-full/ | |
redirect 301 /blogs/chad_myers/archive/2008/01/26/i-don-t-trust-me.aspx https://lostechies.com/chadmyers/2008/01/26/i-don-t-trust-me/ | |
redirect 301 /blogs/chad_myers/archive/2008/02/10/austin-tdd-codingdojo-complete.aspx https://lostechies.com/chadmyers/2008/02/11/austin-tdd-codingdojo-complete/ | |
redirect 301 /blogs/chad_myers/archive/2008/02/10/you-need-to-blog-now.aspx https://lostechies.com/chadmyers/2008/02/11/you-need-to-blog-now/ | |
redirect 301 /blogs/chad_myers/archive/2008/02/12/don-t-take-encryption-and-hashing-lightly.aspx https://lostechies.com/chadmyers/2008/02/12/don-t-take-encryption-and-hashing-lightly/ | |
redirect 301 /blogs/chad_myers/archive/2008/02/12/guiding-principles-101.aspx https://lostechies.com/chadmyers/2008/02/13/guiding-principles-101/ | |
redirect 301 /blogs/chad_myers/archive/2008/02/12/the-first-2-hours-of-tdd-are-the-most-painful.aspx https://lostechies.com/chadmyers/2008/02/13/the-first-2-hours-of-tdd-are-the-most-painful/ | |
redirect 301 /blogs/chad_myers/archive/2008/02/19/austin-tdd-codingdojo-homework.aspx https://lostechies.com/chadmyers/2008/02/20/austin-tdd-codingdojo-homework/ | |
redirect 301 /blogs/chad_myers/archive/2008/02/21/sql-is-the-assembly-language-of-the-modern-world.aspx https://lostechies.com/chadmyers/2008/02/22/sql-is-the-assembly-language-of-the-modern-world/ | |
redirect 301 /blogs/chad_myers/archive/2008/02/24/i-find-your-lack-of-tests-disturbing.aspx https://lostechies.com/chadmyers/2008/02/24/i-find-your-lack-of-tests-disturbing/ | |
redirect 301 /blogs/chad_myers/archive/2008/02/25/on-knightly-duty-and-suffering.aspx https://lostechies.com/chadmyers/2008/02/26/on-knightly-duty-and-suffering/ | |
redirect 301 /blogs/chad_myers/archive/2008/03/03/ping-pong-pairing-it-s-not-just-for-breakfast-anymore.aspx https://lostechies.com/chadmyers/2008/03/03/ping-pong-pairing-it-s-not-just-for-breakfast-anymore/ | |
redirect 301 /blogs/chad_myers/archive/2008/03/07/pablo-s-topic-of-the-month-march-solid-principles.aspx https://lostechies.com/chadmyers/2008/03/08/pablo-s-topic-of-the-month-march-solid-principles/ | |
redirect 301 /blogs/chad_myers/archive/2008/03/08/interesting-good-behavior-of-closures.aspx https://lostechies.com/chadmyers/2008/03/09/interesting-good-behavior-of-closures/ | |
redirect 301 /blogs/chad_myers/archive/2008/03/11/ptom-the-liskov-substitution-principle.aspx https://lostechies.com/chadmyers/2008/03/12/ptom-the-liskov-substitution-principle/ | |
redirect 301 /blogs/chad_myers/archive/2008/03/16/time-to-login-screen-and-the-absolute-basic-requirements-for-good-software.aspx https://lostechies.com/chadmyers/2008/03/16/time-to-login-screen-and-the-absolute-basic-requirements-for-good-software/ | |
redirect 301 /blogs/chad_myers/archive/2008/03/31/pablo-s-topic-of-the-month-april-advanced-language-patterns-for-visual-basic.aspx https://lostechies.com/chadmyers/2008/04/01/pablo-s-topic-of-the-month-april-advanced-language-patterns-for-visual-basic/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/01/pablo-s-topic-of-the-month-april-design-patterns.aspx https://lostechies.com/chadmyers/2008/04/02/pablo-s-topic-of-the-month-april-design-patterns/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/02/ancient-wisdom-is-inescapable-especially-with-project-management.aspx https://lostechies.com/chadmyers/2008/04/03/ancient-wisdom-is-inescapable-especially-with-project-management/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/03/agile-arguments-part-1-the-kickoff.aspx https://lostechies.com/chadmyers/2008/04/04/agile-arguments-part-1-the-kickoff/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/06/if-you-suddenly-had-a-week-of-free-time.aspx https://lostechies.com/chadmyers/2008/04/06/if-you-suddenly-had-a-week-of-free-time/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/06/agile-arguments-part-2-background-and-arguments-from-fear.aspx https://lostechies.com/chadmyers/2008/04/06/agile-arguments-part-2-background-and-arguments-from-fear/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/07/dear-jetbrains-re-resharper-4-eap-nightlies.aspx https://lostechies.com/chadmyers/2008/04/07/dear-jetbrains-re-resharper-4-eap-nightlies/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/21/engaging-microsoft.aspx https://lostechies.com/chadmyers/2008/04/21/engaging-microsoft/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/21/remote-pairing-and-screencasting.aspx https://lostechies.com/chadmyers/2008/04/21/remote-pairing-and-screencasting/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/21/move-to-austin.aspx https://lostechies.com/chadmyers/2008/04/21/move-to-austin/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/23/two-random-thoughts.aspx https://lostechies.com/chadmyers/2008/04/23/two-random-thoughts/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/25/the-problem-preventer.aspx https://lostechies.com/chadmyers/2008/04/25/the-problem-preventer/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/26/real-rapid-development.aspx https://lostechies.com/chadmyers/2008/04/27/real-rapid-development/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/26/virtues-of-on-demand-design.aspx https://lostechies.com/chadmyers/2008/04/27/virtues-of-on-demand-design/ | |
redirect 301 /blogs/chad_myers/archive/2008/04/26/agile-arguments-part-3-arguments-from-time-and-money.aspx https://lostechies.com/chadmyers/2008/04/27/agile-arguments-part-3-arguments-from-time-and-money/ | |
redirect 301 /blogs/chad_myers/archive/2008/05/04/tying-up-loose-ends.aspx https://lostechies.com/chadmyers/2008/05/05/tying-up-loose-ends/ | |
redirect 301 /blogs/chad_myers/archive/2008/05/08/nant-script-for-determining-whether-an-assembly-is-register-in-the-gac.aspx https://lostechies.com/chadmyers/2008/05/08/nant-script-for-determining-whether-an-assembly-is-register-in-the-gac/ | |
redirect 301 /blogs/chad_myers/archive/2008/05/10/ot-you-can-save-lives.aspx https://lostechies.com/chadmyers/2008/05/10/ot-you-can-save-lives/ | |
redirect 301 /blogs/chad_myers/archive/2008/05/13/alt-net-podcast-on-continuous-improvement.aspx https://lostechies.com/chadmyers/2008/05/14/alt-net-podcast-on-continuous-improvement/ | |
redirect 301 /blogs/chad_myers/archive/2008/05/14/ping-pong-pairing-session-screencast-with-ben-scheirman.aspx https://lostechies.com/chadmyers/2008/05/14/ping-pong-pairing-session-screencast-with-ben-scheirman/ | |
redirect 301 /blogs/chad_myers/archive/2008/05/18/austin-net-code-camp-08-awesome.aspx https://lostechies.com/chadmyers/2008/05/18/austin-net-code-camp-08-awesome/ | |
redirect 301 /blogs/chad_myers/archive/2008/05/19/tip-check-if-a-web-site-is-down-cool-firefox-hack.aspx https://lostechies.com/chadmyers/2008/05/19/tip-check-if-a-web-site-is-down-cool-firefox-hack/ | |
redirect 301 /blogs/chad_myers/archive/2008/05/24/alt-net-podcast-ep2-on-microsoft.aspx https://lostechies.com/chadmyers/2008/05/24/alt-net-podcast-ep2-on-microsoft/ | |
redirect 301 /blogs/chad_myers/archive/2008/05/24/ruminations-on-self-examination.aspx https://lostechies.com/chadmyers/2008/05/25/ruminations-on-self-examination/ | |
redirect 301 /blogs/chad_myers/archive/2008/05/27/introducing-quality-first-notions-into-an-existing-team.aspx https://lostechies.com/chadmyers/2008/05/27/introducing-quality-first-notions-into-an-existing-team/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/02/los-techies-welcomes-john-teague-to-the-group.aspx https://lostechies.com/chadmyers/2008/06/03/los-techies-welcomes-john-teague-to-the-group/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/02/a-new-start.aspx https://lostechies.com/chadmyers/2008/06/03/a-new-start/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/04/why-microsoft-won-t-can-t-shouldn-t-lead.aspx https://lostechies.com/chadmyers/2008/06/05/why-microsoft-won-t-can-t-shouldn-t-lead/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/07/more-on-quality.aspx https://lostechies.com/chadmyers/2008/06/07/more-on-quality/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/08/some-consulting-wisdom-i-picked-up.aspx https://lostechies.com/chadmyers/2008/06/08/some-consulting-wisdom-i-picked-up/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/11/neat-tricks-with-structuremap.aspx https://lostechies.com/chadmyers/2008/06/12/neat-tricks-with-structuremap/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/24/hosting-an-entire-asp-net-mvc-request-for-testing-purposes.aspx https://lostechies.com/chadmyers/2008/06/25/hosting-an-entire-asp-net-mvc-request-for-testing-purposes/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/26/i-m-not-a-real-world-developer.aspx https://lostechies.com/chadmyers/2008/06/26/i-m-not-a-real-world-developer/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/27/how-did-i-get-started-in-software-development.aspx https://lostechies.com/chadmyers/2008/06/28/how-did-i-get-started-in-software-development/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/28/two-things-worth-noting-today.aspx https://lostechies.com/chadmyers/2008/06/28/two-things-worth-noting-today/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/28/in-the-orm-battle-everyone-loses.aspx https://lostechies.com/chadmyers/2008/06/29/in-the-orm-battle-everyone-loses/ | |
redirect 301 /blogs/chad_myers/archive/2008/06/28/example-of-removing-some-pain-grid-fluent-api.aspx https://lostechies.com/chadmyers/2008/06/29/example-of-removing-some-pain-grid-fluent-api/ | |
redirect 301 /blogs/chad_myers/archive/2008/07/06/exploring-shadetree-features-part-1-static-reflection-with-reflectionhelper.aspx https://lostechies.com/chadmyers/2008/07/06/exploring-shadetree-features-part-1-static-reflection-with-reflectionhelper/ | |
redirect 301 /blogs/chad_myers/archive/2008/07/07/exploring-shadetree-features-part-2-cache-lt-key-value-gt.aspx https://lostechies.com/chadmyers/2008/07/08/exploring-shadetree-features-part-2-cache-lt-key-value-gt/ | |
redirect 301 /blogs/chad_myers/archive/2008/07/15/structuremap-users-mailing-list-set-up.aspx https://lostechies.com/chadmyers/2008/07/15/structuremap-users-mailing-list-set-up/ | |
redirect 301 /blogs/chad_myers/archive/2008/07/15/project-anti-pattern-many-projects-in-a-visual-studio-solution-file.aspx https://lostechies.com/chadmyers/2008/07/16/project-anti-pattern-many-projects-in-a-visual-studio-solution-file/ | |
redirect 301 /blogs/chad_myers/archive/2008/07/15/structuremap-basic-scenario-usage.aspx https://lostechies.com/chadmyers/2008/07/16/structuremap-basic-scenario-usage/ | |
redirect 301 /blogs/chad_myers/archive/2008/07/17/structuremap-medium-level-usage-scenarios.aspx https://lostechies.com/chadmyers/2008/07/17/structuremap-medium-level-usage-scenarios/ | |
redirect 301 /blogs/chad_myers/archive/2008/07/26/structuremap-interlude.aspx https://lostechies.com/chadmyers/2008/07/26/structuremap-interlude/ | |
redirect 301 /blogs/chad_myers/archive/2008/08/01/stucturemap-advanced-level-usage-scenarios-part-1-type-convention-scanners.aspx https://lostechies.com/chadmyers/2008/08/02/stucturemap-advanced-level-usage-scenarios-part-1-type-convention-scanners/ | |
redirect 301 /blogs/chad_myers/archive/2008/08/01/query-objects-with-the-repository-pattern.aspx https://lostechies.com/chadmyers/2008/08/02/query-objects-with-the-repository-pattern/ | |
redirect 301 /blogs/chad_myers/archive/2008/08/02/query-objects-with-repository-pattern-part-2.aspx https://lostechies.com/chadmyers/2008/08/02/query-objects-with-repository-pattern-part-2/ | |
redirect 301 /blogs/chad_myers/archive/2008/08/11/dovetail-is-hiring-junior-to-mid-level-developer.aspx https://lostechies.com/chadmyers/2008/08/11/dovetail-is-hiring-junior-to-mid-level-developer/ | |
redirect 301 /blogs/chad_myers/archive/2008/08/16/design-and-testability.aspx https://lostechies.com/chadmyers/2008/08/17/design-and-testability/ | |
redirect 301 /blogs/chad_myers/archive/2008/08/17/fluent-nhibernate-livemeeting-chat-wednesday-8-20.aspx https://lostechies.com/chadmyers/2008/08/18/fluent-nhibernate-livemeeting-chat-wednesday-8-20/ | |
redirect 301 /blogs/chad_myers/archive/2008/08/18/let-s-try-it-again-testability-succinctly.aspx https://lostechies.com/chadmyers/2008/08/18/let-s-try-it-again-testability-succinctly/ | |
redirect 301 /blogs/chad_myers/archive/2008/08/18/fluent-nhibernate-configuration.aspx https://lostechies.com/chadmyers/2008/08/19/fluent-nhibernate-configuration/ | |
redirect 301 /blogs/chad_myers/archive/2008/08/18/good-design-is-not-subjective.aspx https://lostechies.com/chadmyers/2008/08/19/good-design-is-not-subjective/ | |
redirect 301 /blogs/chad_myers/archive/2008/08/28/getting-started-with-jquery-qunit-for-client-side-javascript-testing.aspx https://lostechies.com/chadmyers/2008/08/29/getting-started-with-jquery-qunit-for-client-side-javascript-testing/ | |
redirect 301 /blogs/chad_myers/archive/2008/08/29/thoughts-on-mvp-and-webforms.aspx https://lostechies.com/chadmyers/2008/08/30/thoughts-on-mvp-and-webforms/ | |
redirect 301 /blogs/chad_myers/archive/2008/09/03/opinionated-asp-net-mvc-by-joshua-flanagan.aspx https://lostechies.com/chadmyers/2008/09/03/opinionated-asp-net-mvc-by-joshua-flanagan/ | |
redirect 301 /blogs/chad_myers/archive/2008/09/04/continuous-improvement-workshop-s.aspx https://lostechies.com/chadmyers/2008/09/05/continuous-improvement-workshop-s/ | |
redirect 301 /blogs/chad_myers/archive/2008/09/09/lostechies-welcomes-new-member-joshua-flanagan.aspx https://lostechies.com/chadmyers/2008/09/10/lostechies-welcomes-new-member-joshua-flanagan/ | |
redirect 301 /blogs/chad_myers/archive/2008/09/15/announcing-pablo-s-days-of-tdd-in-austin-tx.aspx https://lostechies.com/chadmyers/2008/09/16/announcing-pablo-s-days-of-tdd-in-austin-tx/ | |
redirect 301 /blogs/chad_myers/archive/2008/09/15/alt-net-a-year-or-so-later-from-an-observer-and-occasional-participant.aspx https://lostechies.com/chadmyers/2008/09/16/alt-net-a-year-or-so-later-from-an-observer-and-occasional-participant/ | |
redirect 301 /blogs/chad_myers/archive/2008/09/22/gregory-long-joins-los-techies.aspx https://lostechies.com/chadmyers/2008/09/23/gregory-long-joins-los-techies/ | |
redirect 301 /blogs/chad_myers/archive/2008/09/25/catching-arguments-with-rhino-mocks.aspx https://lostechies.com/chadmyers/2008/09/26/catching-arguments-with-rhino-mocks/ | |
redirect 301 /blogs/chad_myers/archive/2008/09/28/request-for-help-need-better-guidance-for-beginners.aspx https://lostechies.com/chadmyers/2008/09/28/request-for-help-need-better-guidance-for-beginners/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/01/nhibernate-dimecasts-net-series.aspx https://lostechies.com/chadmyers/2008/10/01/nhibernate-dimecasts-net-series/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/05/pdotdd-it-s-a-wrap-thank-you-edition-part-1-2.aspx https://lostechies.com/chadmyers/2008/10/06/pdotdd-it-s-a-wrap-thank-you-edition-part-1-2/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/07/pdotdd-it-s-a-wrap-recap-edition-part-2-2.aspx https://lostechies.com/chadmyers/2008/10/08/pdotdd-it-s-a-wrap-recap-edition-part-2-2/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/22/nhibernate-intro-screencast-source.aspx https://lostechies.com/chadmyers/2008/10/22/nhibernate-intro-screencast-source/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/23/austin-net-dojo-on-wcf.aspx https://lostechies.com/chadmyers/2008/10/23/austin-net-dojo-on-wcf/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/24/the-3-most-dangerous-words-in-the-english-language-as-determined-by-software-developers.aspx https://lostechies.com/chadmyers/2008/10/24/the-3-most-dangerous-words-in-the-english-language-as-determined-by-software-developers/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/25/resharper-jedi-fizzbuzz-in-under-4-minutes.aspx https://lostechies.com/chadmyers/2008/10/25/resharper-jedi-fizzbuzz-in-under-4-minutes/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/26/alt-net-workshops-internal-dsl-draft-outline-notes.aspx https://lostechies.com/chadmyers/2008/10/26/alt-net-workshops-internal-dsl-draft-outline-notes/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/26/internal-dsl-pattern-expression-builder.aspx https://lostechies.com/chadmyers/2008/10/27/internal-dsl-pattern-expression-builder/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/26/internal-dsl-pattern-method-chaining.aspx https://lostechies.com/chadmyers/2008/10/27/internal-dsl-pattern-method-chaining/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/27/internal-dsl-pattern-nested-function.aspx https://lostechies.com/chadmyers/2008/10/28/internal-dsl-pattern-nested-function/ | |
redirect 301 /blogs/chad_myers/archive/2008/10/27/composing-statements-with-expression-trees-in-net-3-0.aspx https://lostechies.com/chadmyers/2008/10/28/composing-statements-with-expression-trees-in-net-3-0/ | |
redirect 301 /blogs/chad_myers/archive/2008/11/04/los-techies-customer-service.aspx https://lostechies.com/chadmyers/2008/11/05/los-techies-customer-service/ | |
redirect 301 /blogs/chad_myers/archive/2008/11/05/kaizenconf-mvc-and-internal-dsls-oh-my.aspx https://lostechies.com/chadmyers/2008/11/06/kaizenconf-mvc-and-internal-dsls-oh-my/ | |
redirect 301 /blogs/chad_myers/archive/2008/11/05/cat-community-gt-chad-plan.aspx https://lostechies.com/chadmyers/2008/11/06/cat-community-gt-chad-plan/ | |
redirect 301 /blogs/chad_myers/archive/2008/11/08/look-ma-no-code-behind.aspx https://lostechies.com/chadmyers/2008/11/09/look-ma-no-code-behind/ | |
redirect 301 /blogs/chad_myers/archive/2008/11/15/internal-dsl-workshop-videos-posted.aspx https://lostechies.com/chadmyers/2008/11/16/internal-dsl-workshop-videos-posted/ | |
redirect 301 /blogs/chad_myers/archive/2008/11/16/please-caption-this-photo.aspx https://lostechies.com/chadmyers/2008/11/17/please-caption-this-photo/ | |
redirect 301 /blogs/chad_myers/archive/2008/11/17/announcing-alt-net-online-open-meeting.aspx https://lostechies.com/chadmyers/2008/11/18/announcing-alt-net-online-open-meeting/ | |
redirect 301 /blogs/chad_myers/archive/2008/11/21/alt-net-online-open-meeting.aspx https://lostechies.com/chadmyers/2008/11/21/alt-net-online-open-meeting/ | |
redirect 301 /blogs/chad_myers/archive/2008/11/21/1-year-anniversary.aspx https://lostechies.com/chadmyers/2008/11/21/1-year-anniversary/ | |
redirect 301 /blogs/chad_myers/archive/2008/11/21/do-not-test-private-methods.aspx https://lostechies.com/chadmyers/2008/11/21/do-not-test-private-methods/ | |
redirect 301 /blogs/chad_myers/archive/2008/11/25/alt-net-online-open-meeting-update-for-26-nov.aspx https://lostechies.com/chadmyers/2008/11/26/alt-net-online-open-meeting-update-for-26-nov/ | |
redirect 301 /blogs/chad_myers/archive/2008/12/02/alt-net-online-open-meeting-3-dec.aspx https://lostechies.com/chadmyers/2008/12/02/alt-net-online-open-meeting-3-dec/ | |
redirect 301 /blogs/chad_myers/archive/2008/12/09/alt-net-online-open-meeting-10-dec-featuring-jeremy-miller.aspx https://lostechies.com/chadmyers/2008/12/09/alt-net-online-open-meeting-10-dec-featuring-jeremy-miller/ | |
redirect 301 /blogs/chad_myers/archive/2008/12/15/my-quick-take-on-oxite.aspx https://lostechies.com/chadmyers/2008/12/16/my-quick-take-on-oxite/ | |
redirect 301 /blogs/chad_myers/archive/2008/12/20/oxite-review.aspx https://lostechies.com/chadmyers/2008/12/20/oxite-review/ | |
redirect 301 /blogs/chad_myers/archive/2008/12/22/asynchronous-javascript-testing-with-qunit.aspx https://lostechies.com/chadmyers/2008/12/22/asynchronous-javascript-testing-with-qunit/ | |
redirect 301 /blogs/chad_myers/archive/2008/12/22/van-virtual-alt-net-meeting-update.aspx https://lostechies.com/chadmyers/2008/12/23/van-virtual-alt-net-meeting-update/ | |
redirect 301 /blogs/chad_myers/archive/2008/12/28/oxite-review-part-2.aspx https://lostechies.com/chadmyers/2008/12/28/oxite-review-part-2/ | |
redirect 301 /blogs/chad_myers/archive/2009/01/06/van-virtual-alt-net-meeting-wednesday-night.aspx https://lostechies.com/chadmyers/2009/01/07/van-virtual-alt-net-meeting-wednesday-night/ | |
redirect 301 /blogs/chad_myers/archive/2009/01/11/auto-mapping-with-fluent-nhibernate.aspx https://lostechies.com/chadmyers/2009/01/11/auto-mapping-with-fluent-nhibernate/ | |
redirect 301 /blogs/chad_myers/archive/2009/01/11/a-rant-on-professionalism.aspx https://lostechies.com/chadmyers/2009/01/11/a-rant-on-professionalism/ | |
redirect 301 /blogs/chad_myers/archive/2009/01/14/van-tonight-14-jan-09-9pm-cst-gmt-6.aspx https://lostechies.com/chadmyers/2009/01/14/van-tonight-14-jan-09-9pm-cst-gmt-6/ | |
redirect 301 /blogs/chad_myers/archive/2009/01/14/how-do-you-know-your-code-works.aspx https://lostechies.com/chadmyers/2009/01/15/how-do-you-know-your-code-works/ | |
redirect 301 /blogs/chad_myers/archive/2009/01/16/virtual-alt-net-group.aspx https://lostechies.com/chadmyers/2009/01/16/virtual-alt-net-group/ | |
redirect 301 /blogs/chad_myers/archive/2009/01/16/webforms-myths-busted.aspx https://lostechies.com/chadmyers/2009/01/16/webforms-myths-busted/ | |
redirect 301 /blogs/chad_myers/archive/2009/02/06/serving-rss-feeds-made-simple-in-asp-net-3-5.aspx https://lostechies.com/chadmyers/2009/02/07/serving-rss-feeds-made-simple-in-asp-net-3-5/ | |
redirect 301 /blogs/chad_myers/archive/2009/02/11/laws-rules-principles-patterns-and-practices.aspx https://lostechies.com/chadmyers/2009/02/12/laws-rules-principles-patterns-and-practices/ | |
redirect 301 /blogs/chad_myers/archive/2009/02/12/need-advice-teach-nhibernate-with-fluent-nhibernate-or-without.aspx https://lostechies.com/chadmyers/2009/02/13/need-advice-teach-nhibernate-with-fluent-nhibernate-or-without/ | |
redirect 301 /blogs/chad_myers/archive/2009/02/14/fluent-nhibernate-binary-drops.aspx https://lostechies.com/chadmyers/2009/02/14/fluent-nhibernate-binary-drops/ | |
redirect 301 /blogs/chad_myers/archive/2009/03/01/alt-net-mean-how-do-we-fix-it.aspx https://lostechies.com/chadmyers/2009/03/01/alt-net-mean-how-do-we-fix-it/ | |
redirect 301 /blogs/chad_myers/archive/2009/03/19/dovetail-hiring-software-tester-test-engineer.aspx https://lostechies.com/chadmyers/2009/03/19/dovetail-hiring-software-tester-test-engineer/ | |
redirect 301 /blogs/chad_myers/archive/2009/03/23/how-to-apply-for-a-professional-job.aspx https://lostechies.com/chadmyers/2009/03/24/how-to-apply-for-a-professional-job/ | |
redirect 301 /blogs/chad_myers/archive/2009/04/01/virtual-alt-net-meeting-tonight.aspx https://lostechies.com/chadmyers/2009/04/01/virtual-alt-net-meeting-tonight/ | |
redirect 301 /blogs/chad_myers/archive/2009/04/17/excelling-in-a-job-interview.aspx https://lostechies.com/chadmyers/2009/04/17/excelling-in-a-job-interview/ | |
redirect 301 /blogs/chad_myers/archive/2009/04/20/virtual-alt-net-meeting-about-s-harp-architecture.aspx https://lostechies.com/chadmyers/2009/04/20/virtual-alt-net-meeting-about-s-harp-architecture/ | |
redirect 301 /blogs/chad_myers/archive/2009/04/27/to-mvc-or-to-webforms.aspx https://lostechies.com/chadmyers/2009/04/27/to-mvc-or-to-webforms/ | |
redirect 301 /blogs/chad_myers/archive/2009/05/05/i-need-some-peer-review-on-this.aspx https://lostechies.com/chadmyers/2009/05/05/i-need-some-peer-review-on-this/ | |
redirect 301 /blogs/chad_myers/archive/2009/05/17/austin-codecamp-09-quite-possibly-better-than-bacon.aspx https://lostechies.com/chadmyers/2009/05/17/austin-codecamp-09-quite-possibly-better-than-bacon/ | |
redirect 301 /blogs/chad_myers/archive/2009/05/28/lifecycle-of-an-open-source-project.aspx https://lostechies.com/chadmyers/2009/05/28/lifecycle-of-an-open-source-project/ | |
redirect 301 /blogs/chad_myers/archive/2009/06/09/some-quick-updates.aspx https://lostechies.com/chadmyers/2009/06/10/some-quick-updates/ | |
redirect 301 /blogs/chad_myers/archive/2009/06/14/on-the-performance-of-opinionated-builders.aspx https://lostechies.com/chadmyers/2009/06/14/on-the-performance-of-opinionated-builders/ | |
redirect 301 /blogs/chad_myers/archive/2009/06/18/going-controller-less-in-mvc-the-way-fowler-meant-it.aspx https://lostechies.com/chadmyers/2009/06/18/going-controller-less-in-mvc-the-way-fowler-meant-it/ | |
redirect 301 /blogs/chad_myers/archive/2009/06/19/how-to-write-unmaintainable-code.aspx https://lostechies.com/chadmyers/2009/06/19/how-to-write-unmaintainable-code/ | |
redirect 301 /blogs/chad_myers/archive/2009/06/23/the-perfect-web-framework.aspx https://lostechies.com/chadmyers/2009/06/23/the-perfect-web-framework/ | |
redirect 301 /blogs/chad_myers/archive/2009/07/13/van-is-a-friend-of-pablos.aspx https://lostechies.com/chadmyers/2009/07/13/van-is-a-friend-of-pablos/ | |
redirect 301 /blogs/chad_myers/archive/2009/07/14/just-say-no-to-poor-man-s-dependency-injection.aspx https://lostechies.com/chadmyers/2009/07/14/just-say-no-to-poor-man-s-dependency-injection/ | |
redirect 301 /blogs/chad_myers/archive/2009/07/14/the-usual-result-of-poor-man-s-dependency-injection.aspx https://lostechies.com/chadmyers/2009/07/14/the-usual-result-of-poor-man-s-dependency-injection/ | |
redirect 301 /blogs/chad_myers/archive/2009/08/31/is-blogging-dead.aspx https://lostechies.com/chadmyers/2009/09/01/is-blogging-dead/ | |
redirect 301 /blogs/chad_myers/archive/2009/08/31/chad-s-comment-worthiness-ranking-scale.aspx https://lostechies.com/chadmyers/2009/09/01/chad-s-comment-worthiness-ranking-scale/ | |
redirect 301 /blogs/chad_myers/archive/2009/09/18/dovetail-is-hiring-a-junior-to-mid-level-net-developer.aspx https://lostechies.com/chadmyers/2009/09/18/dovetail-is-hiring-a-junior-to-mid-level-net-developer/ | |
redirect 301 /blogs/chad_myers/archive/2009/10/30/productization.aspx https://lostechies.com/chadmyers/2009/10/30/productization/ | |
redirect 301 /blogs/chad_myers/archive/2009/11/18/pablo-s-fiesta-open-space-conference.aspx https://lostechies.com/chadmyers/2009/11/18/pablo-s-fiesta-open-space-conference/ | |
redirect 301 /blogs/chad_myers/archive/2010/01/07/announcing-fubumvc.aspx https://lostechies.com/chadmyers/2010/01/07/announcing-fubumvc/ | |
redirect 301 /blogs/chad_myers/archive/2010/01/14/fubumvc-has-moved-to-github.aspx https://lostechies.com/chadmyers/2010/01/14/fubumvc-has-moved-to-github/ | |
redirect 301 /blogs/chad_myers/archive/2010/01/24/fubumvc-diagnostics.aspx https://lostechies.com/chadmyers/2010/01/24/fubumvc-diagnostics/ | |
redirect 301 /blogs/chad_myers/archive/2010/02/03/thinking-about-sessions-for-pablo-s-fiesta.aspx https://lostechies.com/chadmyers/2010/02/03/thinking-about-sessions-for-pablo-s-fiesta/ | |
redirect 301 /blogs/chad_myers/archive/2010/02/12/composition-versus-inheritance.aspx https://lostechies.com/chadmyers/2010/02/13/composition-versus-inheritance/ | |
redirect 301 /blogs/chad_myers/archive/2010/05/28/model-based-apps-and-frameworks.aspx https://lostechies.com/chadmyers/2010/05/29/model-based-apps-and-frameworks/ | |
redirect 301 /blogs/chad_myers/archive/2010/06/22/on-leadership.aspx https://lostechies.com/chadmyers/2010/06/22/on-leadership/ | |
redirect 301 /blogs/chad_myers/archive/2010/07/23/unstated-requirements.aspx https://lostechies.com/chadmyers/2010/07/23/unstated-requirements/ | |
redirect 301 /blogs/chad_myers/archive/2010/08/24/my-other-blog-and-dealing-with-enterprise-software-customizations-and-upgrades.aspx https://lostechies.com/chadmyers/2010/08/24/my-other-blog-and-dealing-with-enterprise-software-customizations-and-upgrades/ | |
redirect 301 /blogs/chad_myers/archive/2010/08/25/a-quick-primer-on-net-web-frameworks.aspx https://lostechies.com/chadmyers/2010/08/25/a-quick-primer-on-net-web-frameworks/ | |
redirect 301 /blogs/chad_myers/archive/2010/09/07/a-brief-history-of-programming.aspx https://lostechies.com/chadmyers/2010/09/08/a-brief-history-of-programming/ | |
redirect 301 /blogs/chad_myers/archive/2010/09/16/argumentus-commentus.aspx https://lostechies.com/chadmyers/2010/09/16/argumentus-commentus/ | |
redirect 301 /blogs/chad_myers/archive/2010/10/18/net-opportunity-in-austin.aspx https://lostechies.com/chadmyers/2010/10/18/net-opportunity-in-austin/ | |
redirect 301 /blogs/chad_myers/archive/2010/10/20/looking-for-a-c-developer.aspx https://lostechies.com/chadmyers/2010/10/20/looking-for-a-c-developer/ | |
redirect 301 /blogs/chad_myers/archive/2010/11/19/parsing-a-url-with-a-regex.aspx https://lostechies.com/chadmyers/2010/11/20/parsing-a-url-with-a-regex/ | |
redirect 301 /blogs/chad_myers/archive/2011/01/28/announcing-atx-code-lunch.aspx https://lostechies.com/chadmyers/2011/01/29/announcing-atx-code-lunch/ | |
redirect 301 /blogs/chad_myers/archive/2011/02/03/first-atx-code-lunch-success.aspx https://lostechies.com/chadmyers/2011/02/03/first-atx-code-lunch-success/ | |
redirect 301 /blogs/chad_myers/archive/2011/02/04/how-we-do-internationalization.aspx https://lostechies.com/chadmyers/2011/02/04/how-we-do-internationalization/ | |
redirect 301 /blogs/chad_myers/archive/2011/02/22/dovetail-hiring-a-junior-to-mid-level-net-developer.aspx https://lostechies.com/chadmyers/2011/02/22/dovetail-hiring-a-junior-to-mid-level-net-developer/ | |
redirect 301 /blogs/chad_myers/archive/2011/03/17/fusion-energy-dovetail-hiring-and-other-stuff.aspx https://lostechies.com/chadmyers/2011/03/17/fusion-energy-dovetail-hiring-and-other-stuff/ | |
redirect 301 /blogs/chrismissal/archive/2009/01/06/who-is-this-chris-missal-guy.aspx https://lostechies.com/chrismissal/2009/01/06/who-is-this-chris-missal-guy/ | |
redirect 301 /blogs/chrismissal/archive/2009/01/12/getting-started-with-fluent-nhibernate.aspx https://lostechies.com/chrismissal/2009/01/13/getting-started-with-fluent-nhibernate/ | |
redirect 301 /blogs/chrismissal/archive/2009/01/15/testing-your-code-to-test-yourself.aspx https://lostechies.com/chrismissal/2009/01/15/testing-your-code-to-test-yourself/ | |
redirect 301 /blogs/chrismissal/archive/2009/01/17/the-aggressive-class-vs-the-laid-back-class.aspx https://lostechies.com/chrismissal/2009/01/17/the-aggressive-class-vs-the-laid-back-class/ | |
redirect 301 /blogs/chrismissal/archive/2009/01/22/learning-structuremap-through-tiny-goals.aspx https://lostechies.com/chrismissal/2009/01/22/learning-structuremap-through-tiny-goals/ | |
redirect 301 /blogs/chrismissal/archive/2009/01/26/ignoring-testing-can-be-explained-but-never-excused.aspx https://lostechies.com/chrismissal/2009/01/26/ignoring-testing-can-be-explained-but-never-excused/ | |
redirect 301 /blogs/chrismissal/archive/2009/01/29/a-lesson-in-dry-learned-with-jquery.aspx https://lostechies.com/chrismissal/2009/01/29/a-lesson-in-dry-learned-with-jquery/ | |
redirect 301 /blogs/chrismissal/archive/2009/03/03/ongoing-maintenance-amp-debt-reduction.aspx https://lostechies.com/chrismissal/2009/03/04/ongoing-maintenance-amp-debt-reduction/ | |
redirect 301 /blogs/chrismissal/archive/2009/03/10/need-help-spotting-that-hard-to-test-code.aspx https://lostechies.com/chrismissal/2009/03/10/need-help-spotting-that-hard-to-test-code/ | |
redirect 301 /blogs/chrismissal/archive/2009/03/19/obvious-testing-or-how-i-learned-to-stop-using-the-new-keyword.aspx https://lostechies.com/chrismissal/2009/03/20/obvious-testing-or-how-i-learned-to-stop-using-the-new-keyword/ | |
redirect 301 /blogs/chrismissal/archive/2009/04/02/workaround-is-a-four-letter-word.aspx https://lostechies.com/chrismissal/2009/04/03/workaround-is-a-four-letter-word/ | |
redirect 301 /blogs/chrismissal/archive/2009/04/21/a-few-of-my-favorite-things.aspx https://lostechies.com/chrismissal/2009/04/21/a-few-of-my-favorite-things/ | |
redirect 301 /blogs/chrismissal/archive/2009/05/06/unit-testing-where-s-the-dollar.aspx https://lostechies.com/chrismissal/2009/05/06/unit-testing-where-s-the-dollar/ | |
redirect 301 /blogs/chrismissal/archive/2009/05/06/understanding-the-problem.aspx https://lostechies.com/chrismissal/2009/05/06/understanding-the-problem/ | |
redirect 301 /blogs/chrismissal/archive/2009/05/26/anti-patterns-and-worst-practices-you-re-doing-it-wrong.aspx https://lostechies.com/chrismissal/2009/05/26/anti-patterns-and-worst-practices-you-re-doing-it-wrong/ | |
redirect 301 /blogs/chrismissal/archive/2009/05/27/anti-patterns-and-worst-practices-the-arrowhead-anti-pattern.aspx https://lostechies.com/chrismissal/2009/05/27/anti-patterns-and-worst-practices-the-arrowhead-anti-pattern/ | |
redirect 301 /blogs/chrismissal/archive/2009/05/28/anti-patterns-and-worst-practices-monster-objects.aspx https://lostechies.com/chrismissal/2009/05/28/anti-patterns-and-worst-practices-monster-objects/ | |
redirect 301 /blogs/chrismissal/archive/2009/05/30/anti-patterns-and-worst-practices-heisenbugs.aspx https://lostechies.com/chrismissal/2009/05/30/anti-patterns-and-worst-practices-heisenbugs/ | |
redirect 301 /blogs/chrismissal/archive/2009/06/01/anti-patterns-and-worst-practices-utils-class.aspx https://lostechies.com/chrismissal/2009/06/01/anti-patterns-and-worst-practices-utils-class/ | |
redirect 301 /blogs/chrismissal/archive/2009/06/06/now-that-i-use-the-delete-key.aspx https://lostechies.com/chrismissal/2009/06/06/now-that-i-use-the-delete-key/ | |
redirect 301 /blogs/chrismissal/archive/2009/07/10/lostechies-welcomes-keith-dahlby.aspx https://lostechies.com/chrismissal/2009/07/10/lostechies-welcomes-keith-dahlby/ | |
redirect 301 /blogs/chrismissal/archive/2009/07/13/a-different-type-of-r-and-r.aspx https://lostechies.com/chrismissal/2009/07/14/a-different-type-of-r-and-r/ | |
redirect 301 /blogs/chrismissal/archive/2009/07/22/we-remembered-not-to-dive-too-deep-too-soon.aspx https://lostechies.com/chrismissal/2009/07/23/we-remembered-not-to-dive-too-deep-too-soon/ | |
redirect 301 /blogs/chrismissal/archive/2009/08/01/zero-percent-in-google-analytics-site-overlay.aspx https://lostechies.com/chrismissal/2009/08/01/zero-percent-in-google-analytics-site-overlay/ | |
redirect 301 /blogs/chrismissal/archive/2009/08/10/st-louis-day-of-net.aspx https://lostechies.com/chrismissal/2009/08/10/st-louis-day-of-net/ | |
redirect 301 /blogs/chrismissal/archive/2009/08/20/iowa-code-camp-wants-you-to-speak.aspx https://lostechies.com/chrismissal/2009/08/21/iowa-code-camp-wants-you-to-speak/ | |
redirect 301 /blogs/chrismissal/archive/2009/08/25/jquery-validate-and-asp-net-mvc-forms.aspx https://lostechies.com/chrismissal/2009/08/26/jquery-validate-and-asp-net-mvc-forms/ | |
redirect 301 /blogs/chrismissal/archive/2009/09/02/i-m-a-lucky-programmer-too.aspx https://lostechies.com/chrismissal/2009/09/02/i-m-a-lucky-programmer-too/ | |
redirect 301 /blogs/chrismissal/archive/2009/09/10/using-the-specification-pattern-for-querying.aspx https://lostechies.com/chrismissal/2009/09/11/using-the-specification-pattern-for-querying/ | |
redirect 301 /blogs/chrismissal/archive/2009/09/16/actually-querying-with-the-specification-pattern.aspx https://lostechies.com/chrismissal/2009/09/16/actually-querying-with-the-specification-pattern/ | |
redirect 301 /blogs/chrismissal/archive/2009/09/23/will-git-drive-open-source-contribution.aspx https://lostechies.com/chrismissal/2009/09/24/will-git-drive-open-source-contribution/ | |
redirect 301 /blogs/chrismissal/archive/2009/12/18/practices-of-an-agile-developer.aspx https://lostechies.com/chrismissal/2009/12/19/practices-of-an-agile-developer/ | |
redirect 301 /blogs/chrismissal/archive/2009/12/19/pablo-in-print.aspx https://lostechies.com/chrismissal/2009/12/19/pablo-in-print/ | |
redirect 301 /blogs/chrismissal/archive/2009/12/21/chris-year-in-review-2009.aspx https://lostechies.com/chrismissal/2009/12/22/chris-year-in-review-2009/ | |
redirect 301 /blogs/chrismissal/archive/2010/01/13/seo-tips-for-developers-page-speed.aspx https://lostechies.com/chrismissal/2010/01/14/seo-tips-for-developers-page-speed/ | |
redirect 301 /blogs/chrismissal/archive/2010/01/18/seo-tips-for-developers-site-structure.aspx https://lostechies.com/chrismissal/2010/01/19/seo-tips-for-developers-site-structure/ | |
redirect 301 /blogs/chrismissal/archive/2010/01/28/reading-code-spark-s-once-attribute.aspx https://lostechies.com/chrismissal/2010/01/29/reading-code-spark-s-once-attribute/ | |
redirect 301 /blogs/chrismissal/archive/2010/02/02/how-i-approach-a-defect.aspx https://lostechies.com/chrismissal/2010/02/02/how-i-approach-a-defect/ | |
redirect 301 /blogs/chrismissal/archive/2010/02/05/unit-testing-simple-asp-net-mvc-controllers.aspx https://lostechies.com/chrismissal/2010/02/05/unit-testing-simple-asp-net-mvc-controllers/ | |
redirect 301 /blogs/chrismissal/archive/2010/02/24/unique-keys-versus-ids-in-web-applications.aspx https://lostechies.com/chrismissal/2010/02/25/unique-keys-versus-ids-in-web-applications/ | |
redirect 301 /blogs/chrismissal/archive/2010/03/03/what-is-projection.aspx https://lostechies.com/chrismissal/2010/03/03/what-is-projection/ | |
redirect 301 /blogs/chrismissal/archive/2010/03/05/why-is-cruisecontrol-net-hiding-my-test-results.aspx https://lostechies.com/chrismissal/2010/03/05/why-is-cruisecontrol-net-hiding-my-test-results/ | |
redirect 301 /blogs/chrismissal/archive/2010/03/10/one-year-of-production-asp-net-mvc.aspx https://lostechies.com/chrismissal/2010/03/11/one-year-of-production-asp-net-mvc/ | |
redirect 301 /blogs/chrismissal/archive/2010/03/17/working-with-assertions-made-on-arguments-in-rhino-mocks.aspx https://lostechies.com/chrismissal/2010/03/18/working-with-assertions-made-on-arguments-in-rhino-mocks/ | |
redirect 301 /blogs/chrismissal/archive/2010/05/12/debug-it.aspx https://lostechies.com/chrismissal/2010/05/13/debug-it/ | |
redirect 301 /blogs/chrismissal/archive/2010/08/18/comments-are-the-devil.aspx https://lostechies.com/chrismissal/2010/08/18/comments-are-the-devil/ | |
redirect 301 /blogs/chrismissal/archive/2010/12/21/automapper-tests-made-simple.aspx https://lostechies.com/chrismissal/2010/12/22/automapper-tests-made-simple/ | |
redirect 301 /blogs/chrismissal/archive/2010/12/22/quirk-with-invalid-git-config.aspx https://lostechies.com/chrismissal/2010/12/23/quirk-with-invalid-git-config/ | |
redirect 301 /blogs/chrismissal/archive/2011/03/06/resharper-easter-egg.aspx https://lostechies.com/chrismissal/2011/03/06/resharper-easter-egg/ | |
redirect 301 /blogs/chrismissal/archive/2011/03/10/new-to-me-applications.aspx https://lostechies.com/chrismissal/2011/03/10/new-to-me-applications/ | |
redirect 301 /blogs/chrismissal/archive/2011/03/11/using-appharbor-for-continuous-integration.aspx https://lostechies.com/chrismissal/2011/03/12/using-appharbor-for-continuous-integration/ | |
redirect 301 /blogs/chris_patterson/archive/2007/11/14/greetings-and-salutations.aspx https://lostechies.com/chrispatterson/2007/11/14/greetings-and-salutations/ | |
redirect 301 /blogs/chris_patterson/archive/2007/11/14/ftp-editing-with-textmate-using-cyberduck-on-leopard.aspx https://lostechies.com/chrispatterson/2007/11/15/ftp-editing-with-textmate-using-cyberduck-on-leopard/ | |
redirect 301 /blogs/chris_patterson/archive/2007/11/15/agile-fishbowl.aspx https://lostechies.com/chrispatterson/2007/11/16/agile-fishbowl/ | |
redirect 301 /blogs/chris_patterson/archive/2007/11/27/user-story-writing.aspx https://lostechies.com/chrispatterson/2007/11/27/user-story-writing/ | |
redirect 301 /blogs/chris_patterson/archive/2007/11/28/ruby-on-rails.aspx https://lostechies.com/chrispatterson/2007/11/28/ruby-on-rails/ | |
redirect 301 /blogs/chris_patterson/archive/2007/11/29/first-iteration-week-1.aspx https://lostechies.com/chrispatterson/2007/11/30/first-iteration-week-1/ | |
redirect 301 /blogs/chris_patterson/archive/2007/12/03/visual-studio-2008-installfest-in-tulsa.aspx https://lostechies.com/chrispatterson/2007/12/04/visual-studio-2008-installfest-in-tulsa/ | |
redirect 301 /blogs/chris_patterson/archive/2007/12/08/iteration-one-is-a-wrap.aspx https://lostechies.com/chrispatterson/2007/12/08/iteration-one-is-a-wrap/ | |
redirect 301 /blogs/chris_patterson/archive/2007/12/13/blogging-from-the-relief-shelter-in-tulsa.aspx https://lostechies.com/chrispatterson/2007/12/14/blogging-from-the-relief-shelter-in-tulsa/ | |
redirect 301 /blogs/chris_patterson/archive/2007/12/30/enterprise-service-bus-using-msmq-in-net.aspx https://lostechies.com/chrispatterson/2007/12/30/enterprise-service-bus-using-msmq-in-net/ | |
redirect 301 /blogs/chris_patterson/archive/2007/12/30/what-i-do-is-what-i-do-is-what-you-do-or-what.aspx https://lostechies.com/chrispatterson/2007/12/30/what-i-do-is-what-i-do-is-what-you-do-or-what/ | |
redirect 301 /blogs/chris_patterson/archive/2008/01/06/resharper-3-1-solution-wide-analysis.aspx https://lostechies.com/chrispatterson/2008/01/06/resharper-3-1-solution-wide-analysis/ | |
redirect 301 /blogs/chris_patterson/archive/2008/01/21/assert-that-this-is-easy.aspx https://lostechies.com/chrispatterson/2008/01/21/assert-that-this-is-easy/ | |
redirect 301 /blogs/chris_patterson/archive/2008/02/16/developing-for-windows-on-mac-os-x.aspx https://lostechies.com/chrispatterson/2008/02/17/developing-for-windows-on-mac-os-x/ | |
redirect 301 /blogs/chris_patterson/archive/2008/02/29/coding-tunes.aspx https://lostechies.com/chrispatterson/2008/02/29/coding-tunes/ | |
redirect 301 /blogs/chris_patterson/archive/2008/04/04/tulsa-school-of-dev-may-10-2008.aspx https://lostechies.com/chrispatterson/2008/04/04/tulsa-school-of-dev-may-10-2008/ | |
redirect 301 /blogs/chris_patterson/archive/2008/04/13/preparing-for-alt-net-seattle.aspx https://lostechies.com/chrispatterson/2008/04/13/preparing-for-alt-net-seattle/ | |
redirect 301 /blogs/chris_patterson/archive/2008/04/17/alt-net-seattle-pre-conference-warm-up.aspx https://lostechies.com/chrispatterson/2008/04/17/alt-net-seattle-pre-conference-warm-up/ | |
redirect 301 /blogs/chris_patterson/archive/2008/04/18/alt-net-seattle-starts-tonight.aspx https://lostechies.com/chrispatterson/2008/04/18/alt-net-seattle-starts-tonight/ | |
redirect 301 /blogs/chris_patterson/archive/2008/04/29/open-spaces-in-practice.aspx https://lostechies.com/chrispatterson/2008/04/30/open-spaces-in-practice/ | |
redirect 301 /blogs/chris_patterson/archive/2008/05/06/vmware-fusion-2-0-beta-1.aspx https://lostechies.com/chrispatterson/2008/05/06/vmware-fusion-2-0-beta-1/ | |
redirect 301 /blogs/chris_patterson/archive/2008/06/02/enhancements-to-masstransit-or-weekend-of-coding.aspx https://lostechies.com/chrispatterson/2008/06/02/enhancements-to-masstransit-or-weekend-of-coding/ | |
redirect 301 /blogs/chris_patterson/archive/2008/06/13/masstransit-0-2-now-available.aspx https://lostechies.com/chrispatterson/2008/06/14/masstransit-0-2-now-available/ | |
redirect 301 /blogs/chris_patterson/archive/2008/08/23/distributed-processing-with-masstransit-grid.aspx https://lostechies.com/chrispatterson/2008/08/23/distributed-processing-with-masstransit-grid/ | |
redirect 301 /blogs/chris_patterson/archive/2008/08/28/managing-long-lived-transactions-with-masstransit-saga.aspx https://lostechies.com/chrispatterson/2008/08/29/managing-long-lived-transactions-with-masstransit-saga/ | |
redirect 301 /blogs/chris_patterson/archive/2008/09/03/masstransit-0-3-released.aspx https://lostechies.com/chrispatterson/2008/09/03/masstransit-0-3-released/ | |
redirect 301 /blogs/chris_patterson/archive/2008/09/17/vmware-fusion-2-0-windows-2008-workstation.aspx https://lostechies.com/chrispatterson/2008/09/17/vmware-fusion-2-0-windows-2008-workstation/ | |
redirect 301 /blogs/chris_patterson/archive/2008/09/24/prelude-to-tulsa-techfest-2008.aspx https://lostechies.com/chrispatterson/2008/09/25/prelude-to-tulsa-techfest-2008/ | |
redirect 301 /blogs/chris_patterson/archive/2008/10/07/masstransit-0-4-released.aspx https://lostechies.com/chrispatterson/2008/10/08/masstransit-0-4-released/ | |
redirect 301 /blogs/chris_patterson/archive/2008/10/12/tulsa-techfest-wrap-up.aspx https://lostechies.com/chrispatterson/2008/10/12/tulsa-techfest-wrap-up/ | |
redirect 301 /blogs/chris_patterson/archive/2008/10/12/deeper-look-at-masstransit-screencast.aspx https://lostechies.com/chrispatterson/2008/10/13/deeper-look-at-masstransit-screencast/ | |
redirect 301 /blogs/chris_patterson/archive/2008/10/19/heartland-developers-conference-2008.aspx https://lostechies.com/chrispatterson/2008/10/20/heartland-developers-conference-2008/ | |
redirect 301 /blogs/chris_patterson/archive/2008/10/23/new-masstransit-screencast-and-sample.aspx https://lostechies.com/chrispatterson/2008/10/23/new-masstransit-screencast-and-sample/ | |
redirect 301 /blogs/chris_patterson/archive/2008/11/05/reflections-on-kaizenconf.aspx https://lostechies.com/chrispatterson/2008/11/06/reflections-on-kaizenconf/ | |
redirect 301 /blogs/chris_patterson/archive/2008/11/10/running-the-pdc-visual-studio-2010-drop-on-vmware-fusion.aspx https://lostechies.com/chrispatterson/2008/11/11/running-the-pdc-visual-studio-2010-drop-on-vmware-fusion/ | |
redirect 301 /blogs/chris_patterson/archive/2008/11/21/qcon-in-san-francisco-getting-started.aspx https://lostechies.com/chrispatterson/2008/11/21/qcon-in-san-francisco-getting-started/ | |
redirect 301 /blogs/chris_patterson/archive/2008/11/22/qcon-san-francisco-opening-day.aspx https://lostechies.com/chrispatterson/2008/11/22/qcon-san-francisco-opening-day/ | |
redirect 301 /blogs/chris_patterson/archive/2008/12/21/simplified-masstransit-configuration.aspx https://lostechies.com/chrispatterson/2008/12/21/simplified-masstransit-configuration/ | |
redirect 301 /blogs/chris_patterson/archive/2008/12/26/masstransit-turns-one-year-old-celebrations-held-around-the-world.aspx https://lostechies.com/chrispatterson/2008/12/26/masstransit-turns-one-year-old-celebrations-held-around-the-world/ | |
redirect 301 /blogs/chris_patterson/archive/2009/01/16/state-machine-for-managing-sagas.aspx https://lostechies.com/chrispatterson/2009/01/17/state-machine-for-managing-sagas/ | |
redirect 301 /blogs/chris_patterson/archive/2009/02/08/developing-for-the-iphone.aspx https://lostechies.com/chrispatterson/2009/02/09/developing-for-the-iphone/ | |
redirect 301 /blogs/chris_patterson/archive/2009/03/19/dr-dru-and-phatboyg-on-elegant-code-cast.aspx https://lostechies.com/chrispatterson/2009/03/19/dr-dru-and-phatboyg-on-elegant-code-cast/ | |
redirect 301 /blogs/chris_patterson/archive/2009/03/30/masstransit-0-6-release-candidate.aspx https://lostechies.com/chrispatterson/2009/03/31/masstransit-0-6-release-candidate/ | |
redirect 301 /blogs/chris_patterson/archive/2009/04/07/declarative-workflow-with-masstransit.aspx https://lostechies.com/chrispatterson/2009/04/08/declarative-workflow-with-masstransit/ | |
redirect 301 /blogs/chris_patterson/archive/2009/05/10/i-m-down-with-m-v-c-yeah-you-know-me.aspx https://lostechies.com/chrispatterson/2009/05/11/i-m-down-with-m-v-c-yeah-you-know-me/ | |
redirect 301 /blogs/chris_patterson/archive/2009/05/22/masstransit-saga-enhancements-for-event-processing.aspx https://lostechies.com/chrispatterson/2009/05/23/masstransit-saga-enhancements-for-event-processing/ | |
redirect 301 /blogs/chris_patterson/archive/2009/05/27/masstransit-now-speaks-xml-by-default.aspx https://lostechies.com/chrispatterson/2009/05/27/masstransit-now-speaks-xml-by-default/ | |
redirect 301 /blogs/chris_patterson/archive/2009/05/27/presenting-on-event-driven-architecture-and-masstransit.aspx https://lostechies.com/chrispatterson/2009/05/28/presenting-on-event-driven-architecture-and-masstransit/ | |
redirect 301 /blogs/chris_patterson/archive/2009/06/18/dallas-techfest-2009-tomorrow.aspx https://lostechies.com/chrispatterson/2009/06/19/dallas-techfest-2009-tomorrow/ | |
redirect 301 /blogs/chris_patterson/archive/2009/07/01/i-m-a-microsoft-c-mvp.aspx https://lostechies.com/chrispatterson/2009/07/02/i-m-a-microsoft-c-mvp/ | |
redirect 301 /blogs/chris_patterson/archive/2009/07/12/accessing-activemq-on-mac-osx-from-a-windows-vm.aspx https://lostechies.com/chrispatterson/2009/07/12/accessing-activemq-on-mac-osx-from-a-windows-vm/ | |
redirect 301 /blogs/chris_patterson/archive/2009/07/28/event-aggregator-using-the-magnum-pipeline.aspx https://lostechies.com/chrispatterson/2009/07/28/event-aggregator-using-the-magnum-pipeline/ | |
redirect 301 /blogs/chris_patterson/archive/2009/09/12/under-the-covers-with-masstransit-endpoints.aspx https://lostechies.com/chrispatterson/2009/09/12/under-the-covers-with-masstransit-endpoints/ | |
redirect 301 /blogs/chris_patterson/archive/2009/09/16/interface-subscriptions-now-supported-by-masstransit.aspx https://lostechies.com/chrispatterson/2009/09/17/interface-subscriptions-now-supported-by-masstransit/ | |
redirect 301 /blogs/chris_patterson/archive/2009/10/14/performance-counters-added-to-masstransit.aspx https://lostechies.com/chrispatterson/2009/10/14/performance-counters-added-to-masstransit/ | |
redirect 301 /blogs/chris_patterson/archive/2009/10/28/building-a-service-gateway-using-masstransit-part-1.aspx https://lostechies.com/chrispatterson/2009/10/29/building-a-service-gateway-using-masstransit-part-1/ | |
redirect 301 /blogs/chris_patterson/archive/2009/10/29/building-a-service-gateway-using-masstransit-part-2.aspx https://lostechies.com/chrispatterson/2009/10/29/building-a-service-gateway-using-masstransit-part-2/ | |
redirect 301 /blogs/chris_patterson/archive/2009/10/31/building-a-service-gateway-using-masstransit-part-3.aspx https://lostechies.com/chrispatterson/2009/11/01/building-a-service-gateway-using-masstransit-part-3/ | |
redirect 301 /blogs/chris_patterson/archive/2009/12/23/traveling-to-technical-events.aspx https://lostechies.com/chrispatterson/2009/12/23/traveling-to-technical-events/ | |
redirect 301 /blogs/chris_patterson/archive/2010/01/01/leveraging-windows-7-boot-to-vhd-to-test-visual-studio-2010.aspx https://lostechies.com/chrispatterson/2010/01/02/leveraging-windows-7-boot-to-vhd-to-test-visual-studio-2010/ | |
redirect 301 /blogs/chris_patterson/archive/2010/05/04/masstransit-update.aspx https://lostechies.com/chrispatterson/2010/05/04/masstransit-update/ | |
redirect 301 /blogs/agilecruz/archive/2009/02/10/qualities-the-undergird-agile-xp-development.aspx https://lostechies.com/christaylor/2009/02/10/qualities-the-undergird-agile-xp-development/ | |
redirect 301 /blogs/agilecruz/archive/2009/02/10/how-to-configure-selenium-rc-for-use-in-c-nunit-tests.aspx https://lostechies.com/christaylor/2009/02/10/how-to-configure-selenium-rc-for-use-in-c-nunit-tests/ | |
redirect 301 /blogs/agilecruz/archive/2009/02/10/part-one-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx https://lostechies.com/christaylor/2009/02/10/part-one-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view/ | |
redirect 301 /blogs/agilecruz/archive/2009/02/10/part-two-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx https://lostechies.com/christaylor/2009/02/10/part-two-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view/ | |
redirect 301 /blogs/agilecruz/archive/2009/02/10/part-three-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx https://lostechies.com/christaylor/2009/02/10/part-three-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view/ | |
redirect 301 /blogs/agilecruz/archive/2009/02/10/part-four-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx https://lostechies.com/christaylor/2009/02/10/part-four-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view/ | |
redirect 301 /blogs/agilecruz/archive/2009/02/10/part-five-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx https://lostechies.com/christaylor/2009/02/10/part-five-a-response-to-traps-amp-pitfalls-of-agile-development-a-non-contrarian-view/ | |
redirect 301 /blogs/agilecruz/archive/2009/02/10/conclusion-a-response-to-traps-amp-amp-pitfalls-of-agile-development-a-non-contrarian-view.aspx https://lostechies.com/christaylor/2009/02/10/conclusion-a-response-to-traps-amp-amp-pitfalls-of-agile-development-a-non-contrarian-view/ | |
redirect 301 /blogs/colinjack/archive/2008/10/22/ddd-and-complexity.aspx https://lostechies.com/colinjack/2008/10/22/ddd-and-complexity/ | |
redirect 301 /blogs/colinjack/archive/2008/10/23/what-i-want-from-an-orm.aspx https://lostechies.com/colinjack/2008/10/23/what-i-want-from-an-orm/ | |
redirect 301 /blogs/colinjack/archive/2008/10/28/ddd-making-meaningful-relationships.aspx https://lostechies.com/colinjack/2008/10/28/ddd-making-meaningful-relationships/ | |
redirect 301 /blogs/colinjack/archive/2008/10/28/context-specification-files-folders-namespaces-bdd.aspx https://lostechies.com/colinjack/2008/10/28/context-specification-files-folders-namespaces-bdd/ | |
redirect 301 /blogs/colinjack/archive/2008/10/28/biztalk-and-wcf-when-two-big-beasts-collide.aspx https://lostechies.com/colinjack/2008/10/28/biztalk-and-wcf-when-two-big-beasts-collide/ | |
redirect 301 /blogs/colinjack/archive/2008/11/12/bdd-available-frameworks.aspx https://lostechies.com/colinjack/2008/11/12/bdd-available-frameworks/ | |
redirect 301 /blogs/colinjack/archive/2008/11/19/context-setup-and-parameterized-testing.aspx https://lostechies.com/colinjack/2008/11/19/context-setup-and-parameterized-testing/ | |
redirect 301 /blogs/colinjack/archive/2008/12/28/soa-principles-of-service-design.aspx https://lostechies.com/colinjack/2008/12/28/soa-principles-of-service-design/ | |
redirect 301 /blogs/colinjack/archive/2008/12/30/microsoft-forum-creating-a-new-community-anti-pattern.aspx https://lostechies.com/colinjack/2008/12/30/microsoft-forum-creating-a-new-community-anti-pattern/ | |
redirect 301 /blogs/colinjack/archive/2009/01/22/p-amp-p-web-service-with-rest-application-pattern.aspx https://lostechies.com/colinjack/2009/01/22/p-amp-p-web-service-with-rest-application-pattern/ | |
redirect 301 /blogs/colinjack/archive/2009/02/01/first-europe-van.aspx https://lostechies.com/colinjack/2009/02/01/first-europe-van/ | |
redirect 301 /blogs/colinjack/archive/2009/02/02/first-europe-van-epic-fail.aspx https://lostechies.com/colinjack/2009/02/02/first-europe-van-epic-fail/ | |
redirect 301 /blogs/colinjack/archive/2009/02/08/p-amp-p-guidance-positive-progress.aspx https://lostechies.com/colinjack/2009/02/08/p-amp-p-guidance-positive-progress/ | |
redirect 301 /blogs/colinjack/archive/2009/02/09/europe-van-ddd-with-greg-young.aspx https://lostechies.com/colinjack/2009/02/09/europe-van-ddd-with-greg-young/ | |
redirect 301 /blogs/colinjack/archive/2009/02/15/europe-van-25th-february-2009.aspx https://lostechies.com/colinjack/2009/02/15/europe-van-25th-february-2009/ | |
redirect 301 /blogs/colinjack/archive/2009/05/06/e-van-videos-reminder.aspx https://lostechies.com/colinjack/2009/05/06/e-van-videos-reminder/ | |
redirect 301 /blogs/colinjack/archive/2009/05/10/book-review-restful-net.aspx https://lostechies.com/colinjack/2009/05/10/book-review-restful-net/ | |
redirect 301 /blogs/colinjack/archive/2009/05/18/next-europe-van-1st-june-2009-questions-for-udi-dahan.aspx https://lostechies.com/colinjack/2009/05/17/next-europe-van-1st-june-2009-questions-for-udi-dahan/ | |
redirect 301 /blogs/colinjack/archive/2009/05/24/book-review-soa-patterns-first-5-chapters.aspx https://lostechies.com/colinjack/2009/05/24/book-review-soa-patterns-first-5-chapters/ | |
redirect 301 /blogs/colinjack/archive/2009/06/24/e-van-alan-dean-talking-on-rest-6th-july-2009.aspx https://lostechies.com/colinjack/2009/06/24/e-van-alan-dean-talking-on-rest-6th-july-2009/ | |
redirect 301 /blogs/colinjack/archive/2009/07/11/e-van-blog-and-videos.aspx https://lostechies.com/colinjack/2009/07/11/e-van-blog-and-videos/ | |
redirect 301 /blogs/colinjack/archive/2009/09/12/wcf-and-rest.aspx https://lostechies.com/colinjack/2009/09/11/wcf-and-rest/ | |
redirect 301 /blogs/colinjack/archive/2009/09/22/restful-web-services-cookbook-review-of-rough-cut.aspx https://lostechies.com/colinjack/2009/09/22/restful-web-services-cookbook-review-of-rough-cut/ | |
redirect 301 /blogs/colinjack/archive/2009/10/27/soa-manifesto.aspx https://lostechies.com/colinjack/2009/10/26/soa-manifesto/ | |
redirect 301 /blogs/colinjack/archive/2010/05/26/book-reviews-release-it-and-restful-web-services-cookbook.aspx https://lostechies.com/colinjack/2010/05/26/book-reviews-release-it-and-restful-web-services-cookbook/ | |
redirect 301 /blogs/colin_ramsay/archive/2007/09/25/coding-in-style.aspx https://lostechies.com/colinramsay/2007/09/25/coding-in-style/ | |
redirect 301 /blogs/colin_ramsay/archive/2007/10/01/working-with-interfaces-part-one-contracts.aspx https://lostechies.com/colinramsay/2007/10/01/working-with-interfaces-part-one-contracts/ | |
redirect 301 /blogs/colin_ramsay/archive/2007/10/08/why-alt-net.aspx https://lostechies.com/colinramsay/2007/10/08/why-alt-net/ | |
redirect 301 /blogs/colin_ramsay/archive/2007/10/09/working-with-interfaces-part-one-decoupling.aspx https://lostechies.com/colinramsay/2007/10/09/working-with-interfaces-part-one-decoupling/ | |
redirect 301 /blogs/colin_ramsay/archive/2007/11/21/working-with-interfaces-part-three-windsor.aspx https://lostechies.com/colinramsay/2007/11/21/working-with-interfaces-part-three-windsor/ | |
redirect 301 /blogs/colin_ramsay/archive/2007/12/08/you-have-nothing-to-fear-from-javascript.aspx https://lostechies.com/colinramsay/2007/12/08/you-have-nothing-to-fear-from-javascript/ | |
redirect 301 /blogs/colin_ramsay/archive/2008/01/17/javascript-patterns-amp-practices.aspx https://lostechies.com/colinramsay/2008/01/17/javascript-patterns-amp-practices/ | |
redirect 301 /blogs/colin_ramsay/archive/2008/06/02/design-dithering.aspx https://lostechies.com/colinramsay/2008/06/02/design-dithering/ | |
redirect 301 /blogs/colin_ramsay/archive/2008/06/13/your-development-environment.aspx https://lostechies.com/colinramsay/2008/06/13/your-development-environment/ | |
redirect 301 /blogs/colin_ramsay/archive/2008/06/15/vmware-optimization.aspx https://lostechies.com/colinramsay/2008/06/15/vmware-optimization/ | |
redirect 301 /blogs/colin_ramsay/archive/2008/11/12/application-configuration.aspx https://lostechies.com/colinramsay/2008/11/12/application-configuration/ | |
redirect 301 /blogs/colin_ramsay/archive/2008/11/13/common-interfaces-for-tool-families.aspx https://lostechies.com/colinramsay/2008/11/13/common-interfaces-for-tool-families/ | |
redirect 301 /blogs/colin_ramsay/archive/2008/11/23/open-source-documentation.aspx https://lostechies.com/colinramsay/2008/11/23/open-source-documentation/ | |
redirect 301 /blogs/colin_ramsay/archive/2008/12/07/parsing-xml-like-files.aspx https://lostechies.com/colinramsay/2008/12/07/parsing-xml-like-files/ | |
redirect 301 /blogs/colin_ramsay/archive/2009/01/14/the-state-of-windows-mobile.aspx https://lostechies.com/colinramsay/2009/01/14/the-state-of-windows-mobile/ | |
redirect 301 /blogs/colin_ramsay/archive/2009/01/25/castle-microkernel-fluent-event-wiring.aspx https://lostechies.com/colinramsay/2009/01/25/castle-microkernel-fluent-event-wiring/ | |
redirect 301 /blogs/colin_ramsay/archive/2009/05/05/breaking-free-from-httpcontext.aspx https://lostechies.com/colinramsay/2009/05/05/breaking-free-from-httpcontext/ | |
redirect 301 /blogs/colin_ramsay/archive/2010/06/10/ruby-method-parameter-default-values-a-shortcut.aspx https://lostechies.com/colinramsay/2010/06/10/ruby-method-parameter-default-values-a-shortcut/ | |
redirect 301 /blogs/colin_ramsay/archive/2010/11/15/why-facebook-s-messaging-solution-matters.aspx https://lostechies.com/colinramsay/2010/11/15/why-facebook-s-messaging-solution-matters/ | |
redirect 301 /blogs/derekgreer/archive/2010/03/26/161-hola-mundo.aspx https://lostechies.com/derekgreer/2010/03/26/161-hola-mundo/ | |
redirect 301 /blogs/derekgreer/archive/2010/04/08/getting-started-with-cygwin.aspx https://lostechies.com/derekgreer/2010/04/08/getting-started-with-cygwin/ | |
redirect 301 /blogs/derekgreer/archive/2010/04/18/double-dispatch-is-a-code-smell.aspx https://lostechies.com/derekgreer/2010/04/19/double-dispatch-is-a-code-smell/ | |
redirect 301 /blogs/derekgreer/archive/2010/04/23/the-agile-visitor.aspx https://lostechies.com/derekgreer/2010/04/23/the-agile-visitor/ | |
redirect 301 /blogs/derekgreer/archive/2010/06/27/ncommons-rules-engine.aspx https://lostechies.com/derekgreer/2010/06/28/ncommons-rules-engine/ | |
redirect 301 /blogs/derekgreer/archive/2010/07/09/windows-friendly-cygwin-paths.aspx https://lostechies.com/derekgreer/2010/07/09/windows-friendly-cygwin-paths/ | |
redirect 301 /blogs/derekgreer/archive/2010/10/20/c-vs-c.aspx https://lostechies.com/derekgreer/2010/10/20/c-vs-c/ | |
redirect 301 /blogs/derekgreer/archive/2011/03/07/effective-tests-introduction.aspx https://lostechies.com/derekgreer/2011/03/07/effective-tests-introduction/ | |
redirect 301 /blogs/derekgreer/archive/2011/03/14/effective-tests-a-unit-test-example.aspx https://lostechies.com/derekgreer/2011/03/14/effective-tests-a-unit-test-example/ | |
redirect 301 /blogs/derekgreer/archive/2011/03/21/effective-tests-test-first.aspx https://lostechies.com/derekgreer/2011/03/21/effective-tests-test-first/ | |
redirect 301 /blogs/derickbailey/archive/2008/10/07/obligatory-quot-hello-world-quot-post.aspx https://lostechies.com/derickbailey/2008/10/07/obligatory-quot-hello-world-quot-post/ | |
redirect 301 /blogs/derickbailey/archive/2008/10/07/di-and-ioc-creating-and-working-with-a-cloud-of-objects.aspx https://lostechies.com/derickbailey/2008/10/08/di-and-ioc-creating-and-working-with-a-cloud-of-objects/ | |
redirect 301 /blogs/derickbailey/archive/2008/10/09/i-m-presenting-adnug-monday-the-13th.aspx https://lostechies.com/derickbailey/2008/10/09/i-m-presenting-adnug-monday-the-13th/ | |
redirect 301 /blogs/derickbailey/archive/2008/10/09/what-s-the-point-of-delegates-in-net.aspx https://lostechies.com/derickbailey/2008/10/09/what-s-the-point-of-delegates-in-net/ | |
redirect 301 /blogs/derickbailey/archive/2008/10/14/thanks-adnug-attendees-slides-and-code-available.aspx https://lostechies.com/derickbailey/2008/10/14/thanks-adnug-attendees-slides-and-code-available/ | |
redirect 301 /blogs/derickbailey/archive/2008/10/15/ddd-question-where-does-input-validation-belong.aspx https://lostechies.com/derickbailey/2008/10/15/ddd-question-where-does-input-validation-belong/ | |
redirect 301 /blogs/derickbailey/archive/2008/10/20/dependency-inversion-abstraction-does-not-mean-interface.aspx https://lostechies.com/derickbailey/2008/10/20/dependency-inversion-abstraction-does-not-mean-interface/ | |
redirect 301 /blogs/derickbailey/archive/2008/10/23/encapsulation-entities-collections-and-business-rules.aspx https://lostechies.com/derickbailey/2008/10/23/encapsulation-entities-collections-and-business-rules/ | |
redirect 301 /blogs/derickbailey/archive/2008/10/28/finding-design-smells-in-non-design-related-places.aspx https://lostechies.com/derickbailey/2008/10/28/finding-design-smells-in-non-design-related-places/ | |
redirect 301 /blogs/derickbailey/archive/2008/11/19/adventures-in-lean.aspx https://lostechies.com/derickbailey/2008/11/19/adventures-in-lean/ | |
redirect 301 /blogs/derickbailey/archive/2008/11/19/organizing-bdd-context-specs-for-findability.aspx https://lostechies.com/derickbailey/2008/11/19/organizing-bdd-context-specs-for-findability/ | |
redirect 301 /blogs/derickbailey/archive/2008/11/19/ptom-command-and-conquer-your-ui-coupling-problems.aspx https://lostechies.com/derickbailey/2008/11/20/ptom-command-and-conquer-your-ui-coupling-problems/ | |
redirect 301 /blogs/derickbailey/archive/2008/11/20/kanban-pulling-value-from-the-supplier.aspx https://lostechies.com/derickbailey/2008/11/20/kanban-pulling-value-from-the-supplier/ | |
redirect 301 /blogs/derickbailey/archive/2008/11/26/ptom-descriptive-state-enumeration.aspx https://lostechies.com/derickbailey/2008/11/26/ptom-descriptive-state-enumeration/ | |
redirect 301 /blogs/derickbailey/archive/2008/11/26/mapping-a-state-pattern-with-nhibernate.aspx https://lostechies.com/derickbailey/2008/11/27/mapping-a-state-pattern-with-nhibernate/ | |
redirect 301 /blogs/derickbailey/archive/2008/12/04/professionalism-and-thermodynamics.aspx https://lostechies.com/derickbailey/2008/12/04/professionalism-and-thermodynamics/ | |
redirect 301 /blogs/derickbailey/archive/2008/12/08/kanban-in-software-development-part-1-introducing-kanban-boards-and-pipelines.aspx https://lostechies.com/derickbailey/2008/12/08/kanban-in-software-development-part-1-introducing-kanban-boards-and-pipelines/ | |
redirect 301 /blogs/derickbailey/archive/2008/12/08/kanban-in-software-development-part-2-completing-the-kanban-board-with-queues-order-points-and-limits.aspx https://lostechies.com/derickbailey/2008/12/08/kanban-in-software-development-part-2-completing-the-kanban-board-with-queues-order-points-and-limits/ | |
redirect 301 /blogs/derickbailey/archive/2008/12/15/kanban-in-software-development-part-2-5-a-variation-on-queues-pipelines-for-wip-and-done.aspx https://lostechies.com/derickbailey/2008/12/15/kanban-in-software-development-part-2-5-a-variation-on-queues-pipelines-for-wip-and-done/ | |
redirect 301 /blogs/derickbailey/archive/2008/12/19/kanban-in-software-development-part-3-andon-and-jidoka-handling-bugs-and-emergency-fixes-in-kanban.aspx https://lostechies.com/derickbailey/2008/12/19/kanban-in-software-development-part-3-andon-and-jidoka-handling-bugs-and-emergency-fixes-in-kanban/ | |
redirect 301 /blogs/derickbailey/archive/2008/12/19/my-soap-box-no-really.aspx https://lostechies.com/derickbailey/2008/12/19/my-soap-box-no-really/ | |
redirect 301 /blogs/derickbailey/archive/2009/01/12/the-pathfinder-reaching-your-organization-s-goal.aspx https://lostechies.com/derickbailey/2009/01/12/the-pathfinder-reaching-your-organization-s-goal/ | |
redirect 301 /blogs/derickbailey/archive/2009/01/13/improving-our-industry-its-time-to-educate-outward-to-improve-inward.aspx https://lostechies.com/derickbailey/2009/01/13/improving-our-industry-its-time-to-educate-outward-to-improve-inward/ | |
redirect 301 /blogs/derickbailey/archive/2009/01/23/management-vs-leadership.aspx https://lostechies.com/derickbailey/2009/01/23/management-vs-leadership/ | |
redirect 301 /blogs/derickbailey/archive/2009/01/28/on-the-success-of-a-project.aspx https://lostechies.com/derickbailey/2009/01/28/on-the-success-of-a-project/ | |
redirect 301 /blogs/derickbailey/archive/2009/01/30/favor-defect-prevention-over-quality-inspection-and-correction.aspx https://lostechies.com/derickbailey/2009/01/31/favor-defect-prevention-over-quality-inspection-and-correction/ | |
redirect 301 /blogs/derickbailey/archive/2009/02/03/getting-your-selected-object-from-a-telerik-multicolumncombobox.aspx https://lostechies.com/derickbailey/2009/02/03/getting-your-selected-object-from-a-telerik-multicolumncombobox/ | |
redirect 301 /blogs/derickbailey/archive/2009/02/05/why-should-attach-view-to-presenter-is-an-invalid-unit-test-observation.aspx https://lostechies.com/derickbailey/2009/02/05/why-should-attach-view-to-presenter-is-an-invalid-unit-test-observation/ | |
redirect 301 /blogs/derickbailey/archive/2009/02/11/solid-development-principles-in-motivational-pictures.aspx https://lostechies.com/derickbailey/2009/02/11/solid-development-principles-in-motivational-pictures/ | |
redirect 301 /blogs/derickbailey/archive/2009/02/14/it-s-2-for-1-day-welcome-louis-and-sean.aspx https://lostechies.com/derickbailey/2009/02/15/it-s-2-for-1-day-welcome-louis-and-sean/ | |
redirect 301 /blogs/derickbailey/archive/2009/02/15/proactive-vs-reactive-validation-don-t-we-need-both.aspx https://lostechies.com/derickbailey/2009/02/15/proactive-vs-reactive-validation-don-t-we-need-both/ | |
redirect 301 /blogs/derickbailey/archive/2009/02/19/bdd-question-low-level-behavior-and-wrapper-methods.aspx https://lostechies.com/derickbailey/2009/02/19/bdd-question-low-level-behavior-and-wrapper-methods/ | |
redirect 301 /blogs/derickbailey/archive/2009/02/20/one-team-one-aim-it-s-all-about-the-journey-not-the-goal.aspx https://lostechies.com/derickbailey/2009/02/20/one-team-one-aim-it-s-all-about-the-journey-not-the-goal/ | |
redirect 301 /blogs/derickbailey/archive/2009/02/23/closures-in-c-variable-scoping-and-value-types-vs-reference-types.aspx https://lostechies.com/derickbailey/2009/02/23/closures-in-c-variable-scoping-and-value-types-vs-reference-types/ | |
redirect 301 /blogs/derickbailey/archive/2009/02/26/quality-must-be-built-in-it-cannot-be-added-on.aspx https://lostechies.com/derickbailey/2009/02/27/quality-must-be-built-in-it-cannot-be-added-on/ | |
redirect 301 /blogs/derickbailey/archive/2009/03/08/book-review-the-art-of-lean-software-development.aspx https://lostechies.com/derickbailey/2009/03/08/book-review-the-art-of-lean-software-development/ | |
redirect 301 /blogs/derickbailey/archive/2009/03/13/it-s-all-about-the-benjamins-baby.aspx https://lostechies.com/derickbailey/2009/03/13/it-s-all-about-the-benjamins-baby/ | |
redirect 301 /blogs/derickbailey/archive/2009/03/19/my-current-bdd-specunit-live-templates.aspx https://lostechies.com/derickbailey/2009/03/19/my-current-bdd-specunit-live-templates/ | |
redirect 301 /blogs/derickbailey/archive/2009/03/19/a-real-measure-of-your-core-values-and-principles.aspx https://lostechies.com/derickbailey/2009/03/19/a-real-measure-of-your-core-values-and-principles/ | |
redirect 301 /blogs/derickbailey/archive/2009/03/23/the-emergence-of-knowledge-in-software-development.aspx https://lostechies.com/derickbailey/2009/03/23/the-emergence-of-knowledge-in-software-development/ | |
redirect 301 /blogs/derickbailey/archive/2009/03/24/why-no-issues-is-not-an-acceptable-answer.aspx https://lostechies.com/derickbailey/2009/03/24/why-no-issues-is-not-an-acceptable-answer/ | |
redirect 301 /blogs/derickbailey/archive/2009/03/30/your-type-of-framework-tool-choice-is-not-a-feature-of-your-application.aspx https://lostechies.com/derickbailey/2009/03/30/your-type-of-framework-tool-choice-is-not-a-feature-of-your-application/ | |
redirect 301 /blogs/derickbailey/archive/2009/04/08/how-a-net-developer-learned-ruby-and-rake-to-build-net-apps-in-windows.aspx https://lostechies.com/derickbailey/2009/04/08/how-a-net-developer-learned-ruby-and-rake-to-build-net-apps-in-windows/ | |
redirect 301 /blogs/derickbailey/archive/2009/04/18/decoupling-workflow-and-forms-with-an-application-controller.aspx https://lostechies.com/derickbailey/2009/04/18/decoupling-workflow-and-forms-with-an-application-controller/ | |
redirect 301 /blogs/derickbailey/archive/2009/05/13/fluentnhibernate-contrib-fnh-contrib-is-alive.aspx https://lostechies.com/derickbailey/2009/05/14/fluentnhibernate-contrib-fnh-contrib-is-alive/ | |
redirect 301 /blogs/derickbailey/archive/2009/05/14/balsamiq-and-a-sneak-preview-of-my-decoupling-workflow-presentation.aspx https://lostechies.com/derickbailey/2009/05/15/balsamiq-and-a-sneak-preview-of-my-decoupling-workflow-presentation/ | |
redirect 301 /blogs/derickbailey/archive/2009/05/18/i-m-presenting-at-austin-code-camp-2009.aspx https://lostechies.com/derickbailey/2009/05/19/i-m-presenting-at-austin-code-camp-2009/ | |
redirect 301 /blogs/derickbailey/archive/2009/05/18/a-net-c-developer-s-gitignore-file.aspx https://lostechies.com/derickbailey/2009/05/19/a-net-c-developer-s-gitignore-file/ | |
redirect 301 /blogs/derickbailey/archive/2009/05/19/result-lt-t-gt-directing-workflow-with-a-return-status-and-value.aspx https://lostechies.com/derickbailey/2009/05/19/result-lt-t-gt-directing-workflow-with-a-return-status-and-value/ | |
redirect 301 /blogs/derickbailey/archive/2009/05/19/announcing-pablo-s-e-books-book-1-pablo-s-solid-software-development.aspx https://lostechies.com/derickbailey/2009/05/20/announcing-pablo-s-e-books-book-1-pablo-s-solid-software-development/ | |
redirect 301 /blogs/derickbailey/archive/2009/06/01/austin-code-camp-2009-was-a-ton-o-fun.aspx https://lostechies.com/derickbailey/2009/06/01/austin-code-camp-2009-was-a-ton-o-fun/ | |
redirect 301 /blogs/derickbailey/archive/2009/06/03/i-m-presenting-solid-at-alamocoders-on-june-9th.aspx https://lostechies.com/derickbailey/2009/06/03/i-m-presenting-solid-at-alamocoders-on-june-9th/ | |
redirect 301 /blogs/derickbailey/archive/2009/06/05/violating-cqs-looking-for-suggestions-and-alternatives.aspx https://lostechies.com/derickbailey/2009/06/05/violating-cqs-looking-for-suggestions-and-alternatives/ | |
redirect 301 /blogs/derickbailey/archive/2009/06/07/the-impact-of-staffing-practices-on-software-quality-and-productivity.aspx https://lostechies.com/derickbailey/2009/06/07/the-impact-of-staffing-practices-on-software-quality-and-productivity/ | |
redirect 301 /blogs/derickbailey/archive/2009/06/17/i-m-presenting-solid-at-north-dallas-net-nddnug-july-8th.aspx https://lostechies.com/derickbailey/2009/06/17/i-m-presenting-solid-at-north-dallas-net-nddnug-july-8th/ | |
redirect 301 /blogs/derickbailey/archive/2009/06/18/a-kanban-is-just-a-signal-to-do-work.aspx https://lostechies.com/derickbailey/2009/06/18/a-kanban-is-just-a-signal-to-do-work/ | |
redirect 301 /blogs/derickbailey/archive/2009/06/20/cloning-or-converting-linux-vm-from-vmware-workstation-to-esx-server-eth0-gone-eth1-available.aspx https://lostechies.com/derickbailey/2009/06/20/cloning-or-converting-linux-vm-from-vmware-workstation-to-esx-server-eth0-gone-eth1-available/ | |
redirect 301 /blogs/derickbailey/archive/2009/06/25/how-to-highly-complex-query-generating-based-on-security-needs.aspx https://lostechies.com/derickbailey/2009/06/25/how-to-highly-complex-query-generating-based-on-security-needs/ | |
redirect 301 /blogs/derickbailey/archive/2009/07/03/theory-of-constraints-productivity-metrics-in-software-development.aspx https://lostechies.com/derickbailey/2009/07/03/theory-of-constraints-productivity-metrics-in-software-development/ | |
redirect 301 /blogs/derickbailey/archive/2009/07/13/kanban-is-process-control-not-a-process-for-adding-value-to-wip.aspx https://lostechies.com/derickbailey/2009/07/13/kanban-is-process-control-not-a-process-for-adding-value-to-wip/ | |
redirect 301 /blogs/derickbailey/archive/2009/07/14/database-id-int-vs-bigint-vs-guid.aspx https://lostechies.com/derickbailey/2009/07/14/database-id-int-vs-bigint-vs-guid/ | |
redirect 301 /blogs/derickbailey/archive/2009/07/15/storage-size-and-performance-implications-of-a-guid-pk.aspx https://lostechies.com/derickbailey/2009/07/15/storage-size-and-performance-implications-of-a-guid-pk/ | |
redirect 301 /blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-introduction.aspx https://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-introduction/ | |
redirect 301 /blogs/derickbailey/archive/2009/07/15/branch-per-feature-source-control-part-1-why.aspx https://lostechies.com/derickbailey/2009/07/15/branch-per-feature-source-control-part-1-why/ | |
redirect 301 /blogs/derickbailey/archive/2009/07/21/branch-per-feature-source-control-part-2-how-theory.aspx https://lostechies.com/derickbailey/2009/07/21/branch-per-feature-source-control-part-2-how-theory/ | |
redirect 301 /blogs/derickbailey/archive/2009/08/04/daycare-as-a-kanban-system.aspx https://lostechies.com/derickbailey/2009/08/04/daycare-as-a-kanban-system/ | |
redirect 301 /blogs/derickbailey/archive/2009/08/05/how-to-get-started-with-kanban-in-software-development.aspx https://lostechies.com/derickbailey/2009/08/05/how-to-get-started-with-kanban-in-software-development/ | |
redirect 301 /blogs/derickbailey/archive/2009/08/12/a-response-to-5-right-reasons-to-apply-kanban.aspx https://lostechies.com/derickbailey/2009/08/12/a-response-to-5-right-reasons-to-apply-kanban/ | |
redirect 301 /blogs/derickbailey/archive/2009/08/14/kanban-in-time-boxes-the-cadence-of-wip-and-sprints.aspx https://lostechies.com/derickbailey/2009/08/14/kanban-in-time-boxes-the-cadence-of-wip-and-sprints/ | |
redirect 301 /blogs/derickbailey/archive/2009/08/17/zen-and-the-art-of-software-development.aspx https://lostechies.com/derickbailey/2009/08/17/zen-and-the-art-of-software-development/ | |
redirect 301 /blogs/derickbailey/archive/2009/08/19/a-conversation-on-adopting-kanban.aspx https://lostechies.com/derickbailey/2009/08/20/a-conversation-on-adopting-kanban/ | |
redirect 301 /blogs/derickbailey/archive/2009/08/27/how-to-get-started-with-selenium-core-and-asp-net-mvc.aspx https://lostechies.com/derickbailey/2009/08/27/how-to-get-started-with-selenium-core-and-asp-net-mvc/ | |
redirect 301 /blogs/derickbailey/archive/2009/09/01/wip-queues-done-vs-ready.aspx https://lostechies.com/derickbailey/2009/09/01/wip-queues-done-vs-ready/ | |
redirect 301 /blogs/derickbailey/archive/2009/09/02/a-kanban-board-is-a-production-leveling-task-board.aspx https://lostechies.com/derickbailey/2009/09/03/a-kanban-board-is-a-production-leveling-task-board/ | |
redirect 301 /blogs/derickbailey/archive/2009/09/03/what-do-you-want-to-know-about-kanban-in-software-development.aspx https://lostechies.com/derickbailey/2009/09/03/what-do-you-want-to-know-about-kanban-in-software-development/ | |
redirect 301 /blogs/derickbailey/archive/2009/09/11/some-initial-thoughts-on-agile-developer-skills-and-certification.aspx https://lostechies.com/derickbailey/2009/09/11/some-initial-thoughts-on-agile-developer-skills-and-certification/ | |
redirect 301 /blogs/derickbailey/archive/2009/09/11/a-response-to-the-future-of-the-boutique-software-shop.aspx https://lostechies.com/derickbailey/2009/09/11/a-response-to-the-future-of-the-boutique-software-shop/ | |
redirect 301 /blogs/derickbailey/archive/2009/09/17/how-a-net-developer-hacked-out-a-rake-task.aspx https://lostechies.com/derickbailey/2009/09/17/how-a-net-developer-hacked-out-a-rake-task/ | |
redirect 301 /blogs/derickbailey/archive/2009/09/17/a-failed-opportunity-to-coach-teach-and-help-others-improve.aspx https://lostechies.com/derickbailey/2009/09/17/a-failed-opportunity-to-coach-teach-and-help-others-improve/ | |
redirect 301 /blogs/derickbailey/archive/2009/09/17/an-alternate-way-to-handle-task-dependencies-in-custom-rake-tasks.aspx https://lostechies.com/derickbailey/2009/09/18/an-alternate-way-to-handle-task-dependencies-in-custom-rake-tasks/ | |
redirect 301 /blogs/derickbailey/archive/2009/09/18/help-e-text-editor-can-t-run-my-rake-tasks.aspx https://lostechies.com/derickbailey/2009/09/18/help-e-text-editor-can-t-run-my-rake-tasks/ | |
redirect 301 /blogs/derickbailey/archive/2009/09/23/albacore-a-suite-of-rake-build-tasks-for-net-solutions.aspx https://lostechies.com/derickbailey/2009/09/23/albacore-a-suite-of-rake-build-tasks-for-net-solutions/ | |
redirect 301 /blogs/derickbailey/archive/2009/09/29/albacore-assemblyinfo-task-vs-nant-assembly-info-generator.aspx https://lostechies.com/derickbailey/2009/09/29/albacore-assemblyinfo-task-vs-nant-assembly-info-generator/ | |
redirect 301 /blogs/derickbailey/archive/2009/10/04/albacore-breaking-changes-in-location-of-executables.aspx https://lostechies.com/derickbailey/2009/10/04/albacore-breaking-changes-in-location-of-executables/ | |
redirect 301 /blogs/derickbailey/archive/2009/10/05/a-basic-yaml-config-module-for-ruby.aspx https://lostechies.com/derickbailey/2009/10/05/a-basic-yaml-config-module-for-ruby/ | |
redirect 301 /blogs/derickbailey/archive/2009/10/08/the-ultimate-hello-world.aspx https://lostechies.com/derickbailey/2009/10/08/the-ultimate-hello-world/ | |
redirect 301 /blogs/derickbailey/archive/2009/11/04/a-time-for-change.aspx https://lostechies.com/derickbailey/2009/11/04/a-time-for-change/ | |
redirect 301 /blogs/derickbailey/archive/2009/11/09/electronic-kanban-tools-and-wip-limits-leankitkanban-gets-it.aspx https://lostechies.com/derickbailey/2009/11/09/electronic-kanban-tools-and-wip-limits-leankitkanban-gets-it/ | |
redirect 301 /blogs/derickbailey/archive/2009/11/24/albacore-come-join-the-discussion.aspx https://lostechies.com/derickbailey/2009/11/25/albacore-come-join-the-discussion/ | |
redirect 301 /blogs/derickbailey/archive/2009/11/27/albacore-all-a-twitter-with-a-new-logo-tag-line-and-url.aspx https://lostechies.com/derickbailey/2009/11/27/albacore-all-a-twitter-with-a-new-logo-tag-line-and-url/ | |
redirect 301 /blogs/derickbailey/archive/2009/12/22/understanding-the-application-controller-through-object-messaging-patterns.aspx https://lostechies.com/derickbailey/2009/12/23/understanding-the-application-controller-through-object-messaging-patterns/ | |
redirect 301 /blogs/derickbailey/archive/2010/01/19/active-vs-activist.aspx https://lostechies.com/derickbailey/2010/01/19/active-vs-activist/ | |
redirect 301 /blogs/derickbailey/archive/2010/01/20/my-decoupling-workflow-presentation-was-accepted-for-lssc10.aspx https://lostechies.com/derickbailey/2010/01/20/my-decoupling-workflow-presentation-was-accepted-for-lssc10/ | |
redirect 301 /blogs/derickbailey/archive/2010/01/30/the-purpose-of-kanban-is-to-eliminate-the-kanban.aspx https://lostechies.com/derickbailey/2010/01/30/the-purpose-of-kanban-is-to-eliminate-the-kanban/ | |
redirect 301 /blogs/derickbailey/archive/2010/02/01/are-we-continuously-improving-or-just-continuously-changing.aspx https://lostechies.com/derickbailey/2010/02/01/are-we-continuously-improving-or-just-continuously-changing/ | |
redirect 301 /blogs/derickbailey/archive/2010/02/03/branch-per-feature-how-i-manage-subversion-with-git-branches.aspx https://lostechies.com/derickbailey/2010/02/03/branch-per-feature-how-i-manage-subversion-with-git-branches/ | |
redirect 301 /blogs/derickbailey/archive/2010/02/03/can-pdca-help-us-improve-our-test-first-development-efforts.aspx https://lostechies.com/derickbailey/2010/02/04/can-pdca-help-us-improve-our-test-first-development-efforts/ | |
redirect 301 /blogs/derickbailey/archive/2010/02/06/using-roi-as-a-constraint-not-an-end-in-itself.aspx https://lostechies.com/derickbailey/2010/02/06/using-roi-as-a-constraint-not-an-end-in-itself/ | |
redirect 301 /blogs/derickbailey/archive/2010/02/24/branching-strategies-when-to-branch-and-merge.aspx https://lostechies.com/derickbailey/2010/02/24/branching-strategies-when-to-branch-and-merge/ | |
redirect 301 /blogs/derickbailey/archive/2010/02/24/branching-strategies-the-cost-of-branching-and-merging.aspx https://lostechies.com/derickbailey/2010/02/24/branching-strategies-the-cost-of-branching-and-merging/ | |
redirect 301 /blogs/derickbailey/archive/2010/02/28/failure-is-not-an-option-it-is-a-requirement.aspx https://lostechies.com/derickbailey/2010/02/28/failure-is-not-an-option-it-is-a-requirement/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/04/field-vs-property-does-it-really-matter.aspx https://lostechies.com/derickbailey/2010/03/04/field-vs-property-does-it-really-matter/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/04/when-do-you-specify-expected-parameters-in-stub-methods.aspx https://lostechies.com/derickbailey/2010/03/04/when-do-you-specify-expected-parameters-in-stub-methods/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/05/how-ruby-taught-me-to-dry-up-my-code-with-lambda-blocks.aspx https://lostechies.com/derickbailey/2010/03/05/how-ruby-taught-me-to-dry-up-my-code-with-lambda-blocks/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/06/don-t-expose-ilist-lt-t-gt-just-so-you-can-assert-against-its-contents.aspx https://lostechies.com/derickbailey/2010/03/06/don-t-expose-ilist-lt-t-gt-just-so-you-can-assert-against-its-contents/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/07/role-specific-interfaces-dip-and-isp-in-action.aspx https://lostechies.com/derickbailey/2010/03/07/role-specific-interfaces-dip-and-isp-in-action/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/08/cqrs-performance-engineering-read-vs-read-write-models.aspx https://lostechies.com/derickbailey/2010/03/08/cqrs-performance-engineering-read-vs-read-write-models/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/15/semantic-code-migrating-from-a-chatty-interface-to-a-simple-one-with-a-data-transfer-object.aspx https://lostechies.com/derickbailey/2010/03/15/semantic-code-migrating-from-a-chatty-interface-to-a-simple-one-with-a-data-transfer-object/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/15/a-type-safe-idatareader-wrapper.aspx https://lostechies.com/derickbailey/2010/03/15/a-type-safe-idatareader-wrapper/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/16/side-projects-community-involvement-etc.aspx https://lostechies.com/derickbailey/2010/03/16/side-projects-community-involvement-etc/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/17/application-events-modeling-selection-vs-de-selection-as-separate-events.aspx https://lostechies.com/derickbailey/2010/03/17/application-events-modeling-selection-vs-de-selection-as-separate-events/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/19/a-response-concerning-semantics-and-intention-revealing-code.aspx https://lostechies.com/derickbailey/2010/03/19/a-response-concerning-semantics-and-intention-revealing-code/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/19/net-stack-traces-and-anonymous-methods.aspx https://lostechies.com/derickbailey/2010/03/19/net-stack-traces-and-anonymous-methods/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/22/swashbuckling-tentacles.aspx https://lostechies.com/derickbailey/2010/03/22/swashbuckling-tentacles/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/23/running-ruby-and-rake-and-albacore-without-installing-them.aspx https://lostechies.com/derickbailey/2010/03/23/running-ruby-and-rake-and-albacore-without-installing-them/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/24/eliminating-repetitious-coding-with-vim-viemu-and-macros.aspx https://lostechies.com/derickbailey/2010/03/24/eliminating-repetitious-coding-with-vim-viemu-and-macros/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/24/i-want-assert-notyetimplemented-in-net-test-frameworks.aspx https://lostechies.com/derickbailey/2010/03/24/i-want-assert-notyetimplemented-in-net-test-frameworks/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/25/law-of-demeter-extension-methods-don-t-count.aspx https://lostechies.com/derickbailey/2010/03/25/law-of-demeter-extension-methods-don-t-count/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/25/red-green-refactor-for-the-right-reasons.aspx https://lostechies.com/derickbailey/2010/03/25/red-green-refactor-for-the-right-reasons/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/26/lostechies-welcomes-derek-greer.aspx https://lostechies.com/derickbailey/2010/03/26/lostechies-welcomes-derek-greer/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/29/why-i-write-automated-tests-for-my-code.aspx https://lostechies.com/derickbailey/2010/03/29/why-i-write-automated-tests-for-my-code/ | |
redirect 301 /blogs/derickbailey/archive/2010/03/30/find-and-replace-with-regular-expressions-in-vim-viemu.aspx https://lostechies.com/derickbailey/2010/03/30/find-and-replace-with-regular-expressions-in-vim-viemu/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/01/git-oops-i-changed-those-files-in-the-wrong-branch.aspx https://lostechies.com/derickbailey/2010/04/01/git-oops-i-changed-those-files-in-the-wrong-branch/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/01/git-how-to-revert-a-branch-merge.aspx https://lostechies.com/derickbailey/2010/04/01/git-how-to-revert-a-branch-merge/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/02/open-a-visual-studio-solution-from-a-command-prompt-or-batch-file.aspx https://lostechies.com/derickbailey/2010/04/02/open-a-visual-studio-solution-from-a-command-prompt-or-batch-file/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/02/git-svn-script-to-do-svn-up-and-git-commit-with-svn-revision-number.aspx https://lostechies.com/derickbailey/2010/04/02/git-svn-script-to-do-svn-up-and-git-commit-with-svn-revision-number/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/05/red-for-the-right-reason-fail-by-assertion-not-by-anything-else.aspx https://lostechies.com/derickbailey/2010/04/05/red-for-the-right-reason-fail-by-assertion-not-by-anything-else/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/06/branching-strategies-handling-dependencies-between-branches.aspx https://lostechies.com/derickbailey/2010/04/06/branching-strategies-handling-dependencies-between-branches/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/07/revisiting-the-typesafedatareader-a-full-decorator-with-ordinal-caching-etc.aspx https://lostechies.com/derickbailey/2010/04/07/revisiting-the-typesafedatareader-a-full-decorator-with-ordinal-caching-etc/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/08/want-to-work-from-home-doing-net-development-read-this.aspx https://lostechies.com/derickbailey/2010/04/08/want-to-work-from-home-doing-net-development-read-this/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/12/coupling-is-your-friend.aspx https://lostechies.com/derickbailey/2010/04/12/coupling-is-your-friend/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/13/compact-framework-global-hotkeys.aspx https://lostechies.com/derickbailey/2010/04/13/compact-framework-global-hotkeys/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/14/anonymous-types-in-c-are-a-crippled-hack.aspx https://lostechies.com/derickbailey/2010/04/14/anonymous-types-in-c-are-a-crippled-hack/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/14/help-i-m-terrible-at-migrating-restructuring-code-in-a-test-first-manner.aspx https://lostechies.com/derickbailey/2010/04/14/help-i-m-terrible-at-migrating-restructuring-code-in-a-test-first-manner/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/15/adding-request-reply-to-the-application-controller.aspx https://lostechies.com/derickbailey/2010/04/15/adding-request-reply-to-the-application-controller/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/16/all-solved-problems-are-easy.aspx https://lostechies.com/derickbailey/2010/04/16/all-solved-problems-are-easy/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/19/form-management-tight-or-incorrect-coupling-can-cause-hard-to-find-bugs.aspx https://lostechies.com/derickbailey/2010/04/19/form-management-tight-or-incorrect-coupling-can-cause-hard-to-find-bugs/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/20/partial-book-review-beautiful-teams.aspx https://lostechies.com/derickbailey/2010/04/20/partial-book-review-beautiful-teams/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/21/resource-usage-ioc-containers-and-large-object-graphs.aspx https://lostechies.com/derickbailey/2010/04/21/resource-usage-ioc-containers-and-large-object-graphs/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/22/expressive-code-good-variable-names-instead-of-magic-values-and-calculations.aspx https://lostechies.com/derickbailey/2010/04/22/expressive-code-good-variable-names-instead-of-magic-values-and-calculations/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/23/using-vim-as-your-c-code-editor-from-visual-studio.aspx https://lostechies.com/derickbailey/2010/04/23/using-vim-as-your-c-code-editor-from-visual-studio/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/26/lean-software-amp-systems-conference-2010-lssc10-review.aspx https://lostechies.com/derickbailey/2010/04/26/lean-software-amp-systems-conference-2010-lssc10-review/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/27/my-lssc10-presentation-and-experience-assumptions-are-risks-we-have-accepted.aspx https://lostechies.com/derickbailey/2010/04/27/my-lssc10-presentation-and-experience-assumptions-are-risks-we-have-accepted/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/28/dry-violations-may-indicate-a-missed-modeling-opportunity.aspx https://lostechies.com/derickbailey/2010/04/28/dry-violations-may-indicate-a-missed-modeling-opportunity/ | |
redirect 301 /blogs/derickbailey/archive/2010/04/30/albacore-albacore-albacore.aspx https://lostechies.com/derickbailey/2010/04/30/albacore-albacore-albacore/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/03/zentest-autospec-is-an-rspec-tdder-s-best-friend.aspx https://lostechies.com/derickbailey/2010/05/03/zentest-autospec-is-an-rspec-tdder-s-best-friend/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/04/rhino-mocks-recursion-and-multiple-return-values-from-stubs.aspx https://lostechies.com/derickbailey/2010/05/04/rhino-mocks-recursion-and-multiple-return-values-from-stubs/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/05/trying-to-get-vim-intellisense-working-help.aspx https://lostechies.com/derickbailey/2010/05/05/trying-to-get-vim-intellisense-working-help/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/10/build-tools-for-net-systems-it-s-no-longer-a-question-of-features.aspx https://lostechies.com/derickbailey/2010/05/10/build-tools-for-net-systems-it-s-no-longer-a-question-of-features/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/11/vim-grep-find-all-occurrences-of-text-in-your-project.aspx https://lostechies.com/derickbailey/2010/05/11/vim-grep-find-all-occurrences-of-text-in-your-project/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/13/class-definitions-binding-contracts-and-agreements-to-get-things-done.aspx https://lostechies.com/derickbailey/2010/05/13/class-definitions-binding-contracts-and-agreements-to-get-things-done/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/14/managing-bug-fixes-across-multiple-releases-with-git-cherry-pick.aspx https://lostechies.com/derickbailey/2010/05/14/managing-bug-fixes-across-multiple-releases-with-git-cherry-pick/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/20/book-review-web-design-for-developers.aspx https://lostechies.com/derickbailey/2010/05/20/book-review-web-design-for-developers/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5.aspx https://lostechies.com/derickbailey/2010/05/21/ninject-rhinomocks-auto-mocking-container-for-net-3-5-and-compact-framework-3-5/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/23/albacore-should-we-continue-to-support-ruby-v1-8-6.aspx https://lostechies.com/derickbailey/2010/05/23/albacore-should-we-continue-to-support-ruby-v1-8-6/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/24/simplify-your-unit-tests-with-auto-mocking-part-1-helper-methods.aspx https://lostechies.com/derickbailey/2010/05/24/simplify-your-unit-tests-with-auto-mocking-part-1-helper-methods/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/25/simplify-your-unit-tests-with-automocking-part-2-establishing-context.aspx https://lostechies.com/derickbailey/2010/05/25/simplify-your-unit-tests-with-automocking-part-2-establishing-context/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/26/the-dangers-of-automocking-containers.aspx https://lostechies.com/derickbailey/2010/05/26/the-dangers-of-automocking-containers/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/27/violations-of-the-tell-don-t-ask-and-don-t-repeat-yourself-principles.aspx https://lostechies.com/derickbailey/2010/05/27/violations-of-the-tell-don-t-ask-and-don-t-repeat-yourself-principles/ | |
redirect 301 /blogs/derickbailey/archive/2010/05/28/health-accountability-and-technology.aspx https://lostechies.com/derickbailey/2010/05/28/health-accountability-and-technology/ | |
redirect 301 /blogs/derickbailey/archive/2010/06/01/albacore-feature-preview-building-c-code-with-csc-exe.aspx https://lostechies.com/derickbailey/2010/06/01/albacore-feature-preview-building-c-code-with-csc-exe/ | |
redirect 301 /blogs/derickbailey/archive/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first.aspx https://lostechies.com/derickbailey/2010/06/08/git-d-oh-i-meant-to-create-a-new-branch-first/ | |
redirect 301 /blogs/derickbailey/archive/2010/06/09/git-oops-i-forgot-to-add-those-new-files-before-committing.aspx https://lostechies.com/derickbailey/2010/06/09/git-oops-i-forgot-to-add-those-new-files-before-committing/ | |
redirect 301 /blogs/derickbailey/archive/2010/06/14/work-in-process-wip-limits-policies-etc.aspx https://lostechies.com/derickbailey/2010/06/14/work-in-process-wip-limits-policies-etc/ | |
redirect 301 /blogs/derickbailey/archive/2010/06/21/i-ll-buy-an-ipad-when.aspx https://lostechies.com/derickbailey/2010/06/22/i-ll-buy-an-ipad-when/ | |
redirect 301 /blogs/derickbailey/archive/2010/06/28/easy-to-read-easy-to-understand.aspx https://lostechies.com/derickbailey/2010/06/28/easy-to-read-easy-to-understand/ | |
redirect 301 /blogs/derickbailey/archive/2010/07/13/i-bought-an-ipad-and-i-m-returning-it.aspx https://lostechies.com/derickbailey/2010/07/14/i-bought-an-ipad-and-i-m-returning-it/ | |
redirect 301 /blogs/derickbailey/archive/2010/07/14/albacore-v0-2-0-preview-1-is-available.aspx https://lostechies.com/derickbailey/2010/07/14/albacore-v0-2-0-preview-1-is-available/ | |
redirect 301 /blogs/derickbailey/archive/2010/07/22/why-is-git-trying-to-delete-my-project-folder.aspx https://lostechies.com/derickbailey/2010/07/22/why-is-git-trying-to-delete-my-project-folder/ | |
redirect 301 /blogs/derickbailey/archive/2010/07/26/how-to-build-custom-rake-tasks-the-right-way.aspx https://lostechies.com/derickbailey/2010/07/26/how-to-build-custom-rake-tasks-the-right-way/ | |
redirect 301 /blogs/derickbailey/archive/2010/07/27/vendor-lock-in-vs-best-of-breed-tools.aspx https://lostechies.com/derickbailey/2010/07/27/vendor-lock-in-vs-best-of-breed-tools/ | |
redirect 301 /blogs/derickbailey/archive/2010/08/06/albacore-v0-2-0-preview-2-is-available.aspx https://lostechies.com/derickbailey/2010/08/06/albacore-v0-2-0-preview-2-is-available/ | |
redirect 301 /blogs/derickbailey/archive/2010/08/06/bring-out-yer-dead-clang.aspx https://lostechies.com/derickbailey/2010/08/07/bring-out-yer-dead-clang/ | |
redirect 301 /blogs/derickbailey/archive/2010/09/01/knowing-when-to-ask.aspx https://lostechies.com/derickbailey/2010/09/01/knowing-when-to-ask/ | |
redirect 301 /blogs/derickbailey/archive/2010/09/10/design-and-testability.aspx https://lostechies.com/derickbailey/2010/09/10/design-and-testability/ | |
redirect 301 /blogs/derickbailey/archive/2010/09/14/a-few-thoughts-on-ioc-an-idea-for-a-different-type-of-container-and-a-lot-of-questions.aspx https://lostechies.com/derickbailey/2010/09/14/a-few-thoughts-on-ioc-an-idea-for-a-different-type-of-container-and-a-lot-of-questions/ | |
redirect 301 /blogs/derickbailey/archive/2010/09/15/moderating-comments-and-apologies.aspx https://lostechies.com/derickbailey/2010/09/16/moderating-comments-and-apologies/ | |
redirect 301 /blogs/derickbailey/archive/2010/09/20/intuition-and-complexity.aspx https://lostechies.com/derickbailey/2010/09/20/intuition-and-complexity/ | |
redirect 301 /blogs/derickbailey/archive/2010/09/22/domain-models-dependencies-and-fighting-anemia.aspx https://lostechies.com/derickbailey/2010/09/22/domain-models-dependencies-and-fighting-anemia/ | |
redirect 301 /blogs/derickbailey/archive/2010/09/24/a-refactoring-explicit-modeling-and-reducing-duplication.aspx https://lostechies.com/derickbailey/2010/09/25/a-refactoring-explicit-modeling-and-reducing-duplication/ | |
redirect 301 /blogs/derickbailey/archive/2010/09/29/monads-in-c-which-part-is-the-monad.aspx https://lostechies.com/derickbailey/2010/09/30/monads-in-c-which-part-is-the-monad/ | |
redirect 301 /blogs/derickbailey/archive/2010/09/30/a-dsl-for-handling-zero-one-many.aspx https://lostechies.com/derickbailey/2010/09/30/a-dsl-for-handling-zero-one-many/ | |
redirect 301 /blogs/derickbailey/archive/2010/10/01/technical-debt-is-like-your-friend-the-mafia-bookie.aspx https://lostechies.com/derickbailey/2010/10/01/technical-debt-is-like-your-friend-the-mafia-bookie/ | |
redirect 301 /blogs/derickbailey/archive/2010/10/07/a-less-ugly-switch-statement-for-c.aspx https://lostechies.com/derickbailey/2010/10/07/a-less-ugly-switch-statement-for-c/ | |
redirect 301 /blogs/derickbailey/archive/2010/10/09/the-maybe-monad-in-ruby.aspx https://lostechies.com/derickbailey/2010/10/10/the-maybe-monad-in-ruby/ | |
redirect 301 /blogs/derickbailey/archive/2010/10/11/parsing-a-hash-tree-or-object-graph-using-the-maybe-monad-in-ruby.aspx https://lostechies.com/derickbailey/2010/10/11/parsing-a-hash-tree-or-object-graph-using-the-maybe-monad-in-ruby/ | |
redirect 301 /blogs/derickbailey/archive/2010/10/11/ruby-v1-9-2-on-windows-can-t-find-executable-rake-for-rake-0-8-7.aspx https://lostechies.com/derickbailey/2010/10/11/ruby-v1-9-2-on-windows-can-t-find-executable-rake-for-rake-0-8-7/ | |
redirect 301 /blogs/derickbailey/archive/2010/11/01/becoming-an-independent-consultant.aspx https://lostechies.com/derickbailey/2010/11/01/becoming-an-independent-consultant/ | |
redirect 301 /blogs/derickbailey/archive/2010/11/02/solid-motivational-calendar.aspx https://lostechies.com/derickbailey/2010/11/02/solid-motivational-calendar/ | |
redirect 301 /blogs/derickbailey/archive/2010/11/03/a-response-to-what-is-an-interface-by-john-sonmez.aspx https://lostechies.com/derickbailey/2010/11/03/a-response-to-what-is-an-interface-by-john-sonmez/ | |
redirect 301 /blogs/derickbailey/archive/2010/11/11/cost-vs-risk-in-testing.aspx https://lostechies.com/derickbailey/2010/11/11/cost-vs-risk-in-testing/ | |
redirect 301 /blogs/derickbailey/archive/2010/11/16/evaluating-alternatives-vs-reacting-to-differences.aspx https://lostechies.com/derickbailey/2010/11/17/evaluating-alternatives-vs-reacting-to-differences/ | |
redirect 301 /blogs/derickbailey/archive/2010/11/24/my-osx-terminal-prompt-reposted-from-tumblr.aspx https://lostechies.com/derickbailey/2010/11/24/my-osx-terminal-prompt-reposted-from-tumblr/ | |
redirect 301 /blogs/derickbailey/archive/2010/11/25/replicating-my-osx-terminal-in-win7-with-git-bash-mingw32-and-pik.aspx https://lostechies.com/derickbailey/2010/11/25/replicating-my-osx-terminal-in-win7-with-git-bash-mingw32-and-pik/ | |
redirect 301 /blogs/derickbailey/archive/2010/11/30/don-t-make-me-choose-to-follow-the-standards.aspx https://lostechies.com/derickbailey/2010/12/01/don-t-make-me-choose-to-follow-the-standards/ | |
redirect 301 /blogs/derickbailey/archive/2010/12/09/web-development-stack-in-osx.aspx https://lostechies.com/derickbailey/2010/12/09/web-development-stack-in-osx/ | |
redirect 301 /blogs/derickbailey/archive/2010/12/13/an-observation-of-pair-programming-vs-not.aspx https://lostechies.com/derickbailey/2010/12/13/an-observation-of-pair-programming-vs-not/ | |
redirect 301 /blogs/derickbailey/archive/2010/12/14/an-interesting-quot-feature-quot-in-ruby-s-datetime-parse.aspx https://lostechies.com/derickbailey/2010/12/15/an-interesting-quot-feature-quot-in-ruby-s-datetime-parse/ | |
redirect 301 /blogs/derickbailey/archive/2010/12/15/a-semi-intelligent-watchr-script-for-rails-and-rspec.aspx https://lostechies.com/derickbailey/2010/12/15/a-semi-intelligent-watchr-script-for-rails-and-rspec/ | |
redirect 301 /blogs/derickbailey/archive/2010/12/17/verifying-generated-html-with-haml-cucumber-capybara-and-rspec.aspx https://lostechies.com/derickbailey/2010/12/17/verifying-generated-html-with-haml-cucumber-capybara-and-rspec/ | |
redirect 301 /blogs/derickbailey/archive/2011/01/13/mocks-stubs-and-unreadable-tests-clearly-i-m-doing-this-wrong.aspx https://lostechies.com/derickbailey/2011/01/14/mocks-stubs-and-unreadable-tests-clearly-i-m-doing-this-wrong/ | |
redirect 301 /blogs/derickbailey/archive/2011/01/18/i-use-inheritance-and-i-m-not-entirely-ashamed-of-it-should-i-be.aspx https://lostechies.com/derickbailey/2011/01/18/i-use-inheritance-and-i-m-not-entirely-ashamed-of-it-should-i-be/ | |
redirect 301 /blogs/derickbailey/archive/2011/01/21/creating-growl-notifications-from-a-macruby-app.aspx https://lostechies.com/derickbailey/2011/01/21/creating-growl-notifications-from-a-macruby-app/ | |
redirect 301 /blogs/derickbailey/archive/2011/01/23/responding-to-growl-notification-clicks-and-timeouts-with-macruby.aspx https://lostechies.com/derickbailey/2011/01/23/responding-to-growl-notification-clicks-and-timeouts-with-macruby/ | |
redirect 301 /blogs/derickbailey/archive/2011/01/24/asynchronous-control-updates-in-c-net-winforms.aspx https://lostechies.com/derickbailey/2011/01/24/asynchronous-control-updates-in-c-net-winforms/ | |
redirect 301 /blogs/derickbailey/archive/2011/01/25/bootstrapping-the-net-framework-without-an-msi-installer.aspx https://lostechies.com/derickbailey/2011/01/25/bootstrapping-the-net-framework-without-an-msi-installer/ | |
redirect 301 /blogs/derickbailey/archive/2011/02/01/good-refactoring-patterns-for-simple-ui-logic.aspx https://lostechies.com/derickbailey/2011/02/01/good-refactoring-patterns-for-simple-ui-logic/ | |
redirect 301 /blogs/derickbailey/archive/2011/02/04/hiding-sensitive-information-with-a-base64-encoded-dictionary-and-binary-serialization.aspx https://lostechies.com/derickbailey/2011/02/04/hiding-sensitive-information-with-a-base64-encoded-dictionary-and-binary-serialization/ | |
redirect 301 /blogs/derickbailey/archive/2011/02/23/git-oops-i-didn-t-mean-to-commit-on-that-remote-tracking-branch.aspx https://lostechies.com/derickbailey/2011/02/23/git-oops-i-didn-t-mean-to-commit-on-that-remote-tracking-branch/ | |
redirect 301 /blogs/derickbailey/archive/2011/02/23/git-d-oh-i-didn-t-want-to-delete-that-branch.aspx https://lostechies.com/derickbailey/2011/02/23/git-d-oh-i-didn-t-want-to-delete-that-branch/ | |
redirect 301 /blogs/derickbailey/archive/2011/02/23/how-to-have-bundler-load-a-custom-gem-into-a-rails-3-app.aspx https://lostechies.com/derickbailey/2011/02/24/how-to-have-bundler-load-a-custom-gem-into-a-rails-3-app/ | |
redirect 301 /blogs/derickbailey/archive/2011/02/24/validating-xml-against-xsd-schema-in-ironruby.aspx https://lostechies.com/derickbailey/2011/02/25/validating-xml-against-xsd-schema-in-ironruby/ | |
redirect 301 /blogs/derickbailey/archive/2011/03/14/installing-ruby-1-8-6-and-rubygems-on-osx-snow-leopard-with-rvm.aspx https://lostechies.com/derickbailey/2011/03/14/installing-ruby-1-8-6-and-rubygems-on-osx-snow-leopard-with-rvm/ | |
redirect 301 /blogs/eric/archive/2009/07/29/a-belated-introduction.aspx https://lostechies.com/ericanderson/2009/07/30/a-belated-introduction/ | |
redirect 301 /blogs/eric/archive/2009/08/12/unused-constructor-dependencies.aspx https://lostechies.com/ericanderson/2009/08/12/unused-constructor-dependencies/ | |
redirect 301 /blogs/eric/archive/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005.aspx https://lostechies.com/ericanderson/2009/08/31/up-and-running-and-squirrel-sql-and-sql-server-express-2005/ | |
redirect 301 /blogs/eric/archive/2009/11/20/why-chrome-os-will-succeed-in-a-limited-market.aspx https://lostechies.com/ericanderson/2009/11/20/why-chrome-os-will-succeed-in-a-limited-market/ | |
redirect 301 /blogs/eric/archive/2009/12/28/organizational-knowledge-sharing.aspx https://lostechies.com/ericanderson/2009/12/28/organizational-knowledge-sharing/ | |
redirect 301 /blogs/eric/archive/2010/03/18/your-best-foot-forward-writing-an-effective-technical-cover-letter.aspx https://lostechies.com/ericanderson/2010/03/18/your-best-foot-forward-writing-an-effective-technical-cover-letter/ | |
redirect 301 /blogs/eric/archive/2010/06/24/review-agile-web-development-with-rails-fourth-edition-part-i.aspx https://lostechies.com/ericanderson/2010/06/24/review-agile-web-development-with-rails-fourth-edition-part-i/ | |
redirect 301 /blogs/hex/archive/2008/02/26/using-db4objects-as-a-prototyping-tool-part-i.aspx https://lostechies.com/erichexter/2008/02/26/using-db4objects-as-a-prototyping-tool-part-i/ | |
redirect 301 /blogs/hex/archive/2008/02/29/new-mvccontrib-build-released-on-codeplex-build-0-0-1-75-beta.aspx https://lostechies.com/erichexter/2008/02/29/new-mvccontrib-build-released-on-codeplex-build-0-0-1-75-beta/ | |
redirect 301 /blogs/hex/archive/2008/03/05/asp-net-3-5-extensions-preview-new-version-of-ms-mvc-is-available.aspx https://lostechies.com/erichexter/2008/03/05/asp-net-3-5-extensions-preview-new-version-of-ms-mvc-is-available/ | |
redirect 301 /blogs/hex/archive/2008/03/11/batch-file-to-checkout-all-root-level-project-trunks-in-a-subversion-repository.aspx https://lostechies.com/erichexter/2008/03/11/batch-file-to-checkout-all-root-level-project-trunks-in-a-subversion-repository/ | |
redirect 301 /blogs/hex/archive/2008/03/26/new-mvccontrib-build-released-on-codeplex-build-0-0-1-91-beta.aspx https://lostechies.com/erichexter/2008/03/27/new-mvccontrib-build-released-on-codeplex-build-0-0-1-91-beta/ | |
redirect 301 /blogs/hex/archive/2008/03/26/eric-hexter-about-me.aspx https://lostechies.com/erichexter/2008/03/27/eric-hexter-about-me/ | |
redirect 301 /blogs/hex/archive/2008/03/30/asp-net-mvc-mvccontrib-we-need-your-opinion.aspx https://lostechies.com/erichexter/2008/03/30/asp-net-mvc-mvccontrib-we-need-your-opinion/ | |
redirect 301 /blogs/hex/archive/2008/04/19/asp-net-mvc-framework-new-version-of-the-mvc-contrib-project-v-0-0-1-101.aspx https://lostechies.com/erichexter/2008/04/19/asp-net-mvc-framework-new-version-of-the-mvc-contrib-project-v-0-0-1-101/ | |
redirect 301 /blogs/hex/archive/2008/04/20/silverlight-testing-framework-bug-frameworkelements-are-not-visible-on-the-testsurface.aspx https://lostechies.com/erichexter/2008/04/20/silverlight-testing-framework-bug-frameworkelements-are-not-visible-on-the-testsurface/ | |
redirect 301 /blogs/hex/archive/2008/04/20/silverlight-testing-part-1-testing-the-untested.aspx https://lostechies.com/erichexter/2008/04/21/silverlight-testing-part-1-testing-the-untested/ | |
redirect 301 /blogs/hex/archive/2008/04/21/silverlight-testing-part-2-making-the-test-easier-understand.aspx https://lostechies.com/erichexter/2008/04/21/silverlight-testing-part-2-making-the-test-easier-understand/ | |
redirect 301 /blogs/hex/archive/2008/06/08/silverlight-beta-2-released-and-what-that-means-for-the-testing-framework.aspx https://lostechies.com/erichexter/2008/06/08/silverlight-beta-2-released-and-what-that-means-for-the-testing-framework/ | |
redirect 301 /blogs/hex/archive/2008/06/24/session-materials-posted-for-my-austin-code-camp-2008-silverlight-2-unit-testing-session.aspx https://lostechies.com/erichexter/2008/06/25/session-materials-posted-for-my-austin-code-camp-2008-silverlight-2-unit-testing-session/ | |
redirect 301 /blogs/hex/archive/2008/06/29/come-see-me-speak-about-silverlight-2-0-at-the-alamo-coders-on-tuesday-july-8th.aspx https://lostechies.com/erichexter/2008/06/30/come-see-me-speak-about-silverlight-2-0-at-the-alamo-coders-on-tuesday-july-8th/ | |
redirect 301 /blogs/hex/archive/2008/07/21/running-your-build-source-code-from-a-ram-disk.aspx https://lostechies.com/erichexter/2008/07/21/running-your-build-source-code-from-a-ram-disk/ | |
redirect 301 /blogs/hex/archive/2008/07/22/running-a-x64-build-server-challenges-overcome.aspx https://lostechies.com/erichexter/2008/07/22/running-a-x64-build-server-challenges-overcome/ | |
redirect 301 /blogs/hex/archive/2008/10/07/announcing-the-test-driven-development-productivity-plugin-for-resharper.aspx https://lostechies.com/erichexter/2008/10/08/announcing-the-test-driven-development-productivity-plugin-for-resharper/ | |
redirect 301 /blogs/hex/archive/2009/01/29/my-current-net-application-and-tools-stack.aspx https://lostechies.com/erichexter/2009/01/29/my-current-net-application-and-tools-stack/ | |
redirect 301 /blogs/hex/archive/2009/01/31/using-idataerrorinfo-in-an-asp-net-mvc-application-should-be-considered-worst-practice.aspx https://lostechies.com/erichexter/2009/01/31/using-idataerrorinfo-in-an-asp-net-mvc-application-should-be-considered-worst-practice/ | |
redirect 301 /blogs/hex/archive/2009/02/05/trying-to-extend-the-asp-net-mvc-t4-item-templates-to-create-multiple-files.aspx https://lostechies.com/erichexter/2009/02/05/trying-to-extend-the-asp-net-mvc-t4-item-templates-to-create-multiple-files/ | |
redirect 301 /blogs/hex/archive/2009/02/05/model-driven-template-scaffolding-addin-for-visual-studio.aspx https://lostechies.com/erichexter/2009/02/06/model-driven-template-scaffolding-addin-for-visual-studio/ | |
redirect 301 /blogs/hex/archive/2009/02/07/some-questions-for-technology-mangers-how-healthy-are-your-teams.aspx https://lostechies.com/erichexter/2009/02/07/some-questions-for-technology-mangers-how-healthy-are-your-teams/ | |
redirect 301 /blogs/hex/archive/2009/02/07/if-you-are-developing-on-asp-net-mvc-and-your-are-not-using-mvccontrib-what-is-wrong-with-you.aspx https://lostechies.com/erichexter/2009/02/07/if-you-are-developing-on-asp-net-mvc-and-your-are-not-using-mvccontrib-what-is-wrong-with-you/ | |
redirect 301 /blogs/hex/archive/2009/02/09/i-will-be-presenting-an-afternoon-of-asp-net-mvc-with-headspring-systems-february-19th-in-austin.aspx https://lostechies.com/erichexter/2009/02/09/i-will-be-presenting-an-afternoon-of-asp-net-mvc-with-headspring-systems-february-19th-in-austin/ | |
redirect 301 /blogs/hex/archive/2009/02/20/changes-refactorings-to-the-mvc-contrib-project.aspx https://lostechies.com/erichexter/2009/02/20/changes-refactorings-to-the-mvc-contrib-project/ | |
redirect 301 /blogs/hex/archive/2009/02/20/asp-net-mvccontrib-logo-contest.aspx https://lostechies.com/erichexter/2009/02/20/asp-net-mvccontrib-logo-contest/ | |
redirect 301 /blogs/hex/archive/2009/02/27/my-alt-net-topics-proposals-i-need-a-proxy-for-tonight.aspx https://lostechies.com/erichexter/2009/02/27/my-alt-net-topics-proposals-i-need-a-proxy-for-tonight/ | |
redirect 301 /blogs/hex/archive/2009/03/02/alt-net-seattle-review.aspx https://lostechies.com/erichexter/2009/03/03/alt-net-seattle-review/ | |
redirect 301 /blogs/hex/archive/2009/03/02/hot-fix-available-for-visual-studio-2008-sp1-crashing-when-opening-up-aspx-files-views-on-vista-sp1-x64.aspx https://lostechies.com/erichexter/2009/03/03/hot-fix-available-for-visual-studio-2008-sp1-crashing-when-opening-up-aspx-files-views-on-vista-sp1-x64/ | |
redirect 301 /blogs/hex/archive/2009/03/08/come-see-me-speak-at-the-austin-net-users-group-tomorrow-3-9-2009-5pm.aspx https://lostechies.com/erichexter/2009/03/08/come-see-me-speak-at-the-austin-net-users-group-tomorrow-3-9-2009-5pm/ | |
redirect 301 /blogs/hex/archive/2009/04/09/help-support-open-source-software-i-mean-you.aspx https://lostechies.com/erichexter/2009/04/10/help-support-open-source-software-i-mean-you/ | |
redirect 301 /blogs/hex/archive/2009/04/13/tips-and-tricks-for-creating-user-group-communication-channels-with-your-members.aspx https://lostechies.com/erichexter/2009/04/14/tips-and-tricks-for-creating-user-group-communication-channels-with-your-members/ | |
redirect 301 /blogs/hex/archive/2009/05/16/austin-code-camp-sessions-voting-results.aspx https://lostechies.com/erichexter/2009/05/17/austin-code-camp-sessions-voting-results/ | |
redirect 301 /blogs/hex/archive/2009/05/16/big-props-to-the-codeplex-team.aspx https://lostechies.com/erichexter/2009/05/17/big-props-to-the-codeplex-team/ | |
redirect 301 /blogs/hex/archive/2009/05/18/the-flat-tire-principal-for-source-control.aspx https://lostechies.com/erichexter/2009/05/19/the-flat-tire-principal-for-source-control/ | |
redirect 301 /blogs/hex/archive/2009/06/09/opinionated-input-builders-for-asp-net-mvc-using-partials-part-i.aspx https://lostechies.com/erichexter/2009/06/09/opinionated-input-builders-for-asp-net-mvc-using-partials-part-i/ | |
redirect 301 /blogs/hex/archive/2009/06/09/opinionated-input-builders-for-asp-net-mvc-part-2-html-layout-for-the-label.aspx https://lostechies.com/erichexter/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-2-html-layout-for-the-label/ | |
redirect 301 /blogs/hex/archive/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-3-the-source-code.aspx https://lostechies.com/erichexter/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-3-the-source-code/ | |
redirect 301 /blogs/hex/archive/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-3-the-partial-view-inputs.aspx https://lostechies.com/erichexter/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-3-the-partial-view-inputs/ | |
redirect 301 /blogs/hex/archive/2009/06/10/opinionated-input-builders-for-asp-net-mvc-part-5-the-required-input.aspx https://lostechies.com/erichexter/2009/06/11/opinionated-input-builders-for-asp-net-mvc-part-5-the-required-input/ | |
redirect 301 /blogs/hex/archive/2009/06/11/free-asp-net-mvc-workshop-in-austin-on-tuesday-june-16th.aspx https://lostechies.com/erichexter/2009/06/11/free-asp-net-mvc-workshop-in-austin-on-tuesday-june-16th/ | |
redirect 301 /blogs/hex/archive/2009/06/13/opinionated-input-builders-part-6-performance-of-the-builders.aspx https://lostechies.com/erichexter/2009/06/13/opinionated-input-builders-part-6-performance-of-the-builders/ | |
redirect 301 /blogs/hex/archive/2009/06/14/opinionated-input-builders-part-7-more-on-performance-take-2.aspx https://lostechies.com/erichexter/2009/06/14/opinionated-input-builders-part-7-more-on-performance-take-2/ | |
redirect 301 /blogs/hex/archive/2009/06/17/opinionated-input-builders-part-8-the-auto-form.aspx https://lostechies.com/erichexter/2009/06/17/opinionated-input-builders-part-8-the-auto-form/ | |
redirect 301 /blogs/hex/archive/2009/06/18/making-a-unit-test-framework-agnostic-assertion-in-c.aspx https://lostechies.com/erichexter/2009/06/18/making-a-unit-test-framework-agnostic-assertion-in-c/ | |
redirect 301 /blogs/hex/archive/2009/06/18/performance-differences-in-the-asp-net-mvc-view-engine-when-using-two-view-engines-versus-a-single-composite-view-engine.aspx https://lostechies.com/erichexter/2009/06/19/performance-differences-in-the-asp-net-mvc-view-engine-when-using-two-view-engines-versus-a-single-composite-view-engine/ | |
redirect 301 /blogs/hex/archive/2009/06/30/opinionated-input-builders-part-9-override-the-default-date-time-picker.aspx https://lostechies.com/erichexter/2009/06/30/opinionated-input-builders-part-9-override-the-default-date-time-picker/ | |
redirect 301 /blogs/hex/archive/2009/06/30/updated-tdd-productivity-plug-in-for-resharper.aspx https://lostechies.com/erichexter/2009/07/01/updated-tdd-productivity-plug-in-for-resharper/ | |
redirect 301 /blogs/hex/archive/2009/08/22/live-meeting-with-phil-haack-mvc-2-08-26-2009-9am-pst-10-am-pst-12pm-1pm-est.aspx https://lostechies.com/erichexter/2009/08/22/live-meeting-with-phil-haack-mvc-2-08-26-2009-9am-pst-10-am-pst-12pm-1pm-est/ | |
redirect 301 /blogs/hex/archive/2009/08/23/mvccontrib-source-code-has-moved-to-github.aspx https://lostechies.com/erichexter/2009/08/23/mvccontrib-source-code-has-moved-to-github/ | |
redirect 301 /blogs/hex/archive/2009/08/25/windows-7-virtual-pc-ftw-for-the-win-for-virtual-workstation-development.aspx https://lostechies.com/erichexter/2009/08/25/windows-7-virtual-pc-ftw-for-the-win-for-virtual-workstation-development/ | |
redirect 301 /blogs/hex/archive/2009/08/31/breaking-changes-in-ncover-3-0-integration-with-cruise-control-net.aspx https://lostechies.com/erichexter/2009/08/31/breaking-changes-in-ncover-3-0-integration-with-cruise-control-net/ | |
redirect 301 /blogs/hex/archive/2009/09/10/free-continuous-integration-workshop-in-austin-tuesday-sept-15th-1pm-5pm.aspx https://lostechies.com/erichexter/2009/09/10/free-continuous-integration-workshop-in-austin-tuesday-sept-15th-1pm-5pm/ | |
redirect 301 /blogs/hex/archive/2009/09/14/community-for-mvc-virtual-meeting-wednesday-9-16-2009-12-00-1-00-pm-cst-t4mvc-presented-by-david-ebbo.aspx https://lostechies.com/erichexter/2009/09/14/community-for-mvc-virtual-meeting-wednesday-9-16-2009-12-00-1-00-pm-cst-t4mvc-presented-by-david-ebbo/ | |
redirect 301 /blogs/hex/archive/2009/09/16/video-of-the-david-ebbo-presenting-t4mvc-to-the-community-for-mvc-virtual-user-group.aspx https://lostechies.com/erichexter/2009/09/17/video-of-the-david-ebbo-presenting-t4mvc-to-the-community-for-mvc-virtual-user-group/ | |
redirect 301 /blogs/hex/archive/2009/09/17/continuous-database-integration-video.aspx https://lostechies.com/erichexter/2009/09/17/continuous-database-integration-video/ | |
redirect 301 /blogs/hex/archive/2009/09/17/video-of-the-continuous-integration-workshop.aspx https://lostechies.com/erichexter/2009/09/18/video-of-the-continuous-integration-workshop/ | |
redirect 301 /blogs/hex/archive/2009/10/29/what-i-have-been-up-to.aspx https://lostechies.com/erichexter/2009/10/30/what-i-have-been-up-to/ | |
redirect 301 /blogs/hex/archive/2009/11/01/asp-net-mvc-portable-areas-via-mvccontrib.aspx https://lostechies.com/erichexter/2009/11/01/asp-net-mvc-portable-areas-via-mvccontrib/ | |
redirect 301 /blogs/hex/archive/2009/11/02/asp-net-mvc-portable-areas-part-2.aspx https://lostechies.com/erichexter/2009/11/02/asp-net-mvc-portable-areas-part-2/ | |
redirect 301 /blogs/hex/archive/2009/11/03/asp-net-mvc-portable-areas-part-3.aspx https://lostechies.com/erichexter/2009/11/03/asp-net-mvc-portable-areas-part-3/ | |
redirect 301 /blogs/hex/archive/2009/11/04/asp-net-mvc-portable-area-part-4-ioc-framework-support.aspx https://lostechies.com/erichexter/2009/11/04/asp-net-mvc-portable-area-part-4-ioc-framework-support/ | |
redirect 301 /blogs/hex/archive/2009/11/04/automapper-auto-profile-registration.aspx https://lostechies.com/erichexter/2009/11/05/automapper-auto-profile-registration/ | |
redirect 301 /blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx https://lostechies.com/erichexter/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments/ | |
redirect 301 /blogs/hex/archive/2009/12/28/free-training-videos-from-the-last-year.aspx https://lostechies.com/erichexter/2009/12/28/free-training-videos-from-the-last-year/ | |
redirect 301 /blogs/hex/archive/2009/12/29/update-on-using-msdeploy-for-remote-deployments.aspx https://lostechies.com/erichexter/2009/12/29/update-on-using-msdeploy-for-remote-deployments/ | |
redirect 301 /blogs/hex/archive/2010/01/11/a-call-for-help-vote-for-my-codeplex-issues.aspx https://lostechies.com/erichexter/2010/01/11/a-call-for-help-vote-for-my-codeplex-issues/ | |
redirect 301 /blogs/hex/archive/2010/01/15/deploying-your-server-roles-using-msdeploy-for-enterprise-deployments.aspx https://lostechies.com/erichexter/2010/01/15/deploying-your-server-roles-using-msdeploy-for-enterprise-deployments/ | |
redirect 301 /blogs/hex/archive/2010/03/12/devexpress-is-a-platinum-sponsor-of-austin-code-camp-2010.aspx https://lostechies.com/erichexter/2010/03/12/devexpress-is-a-platinum-sponsor-of-austin-code-camp-2010/ | |
redirect 301 /blogs/hex/archive/2010/03/15/discountasp-net-is-a-platinum-sponsor-of-austin-code-camp-2010.aspx https://lostechies.com/erichexter/2010/03/15/discountasp-net-is-a-platinum-sponsor-of-austin-code-camp-2010/ | |
redirect 301 /blogs/hex/archive/2010/03/18/redgate-is-a-platinum-sponsor-of-austin-code-camp-2010.aspx https://lostechies.com/erichexter/2010/03/18/redgate-is-a-platinum-sponsor-of-austin-code-camp-2010/ | |
redirect 301 /blogs/hex/archive/2010/04/06/mvc-virtual-group-will-have-phil-haack-the-asp-net-mvc-program-manager-on-wed-4-7-12pm-cdt.aspx https://lostechies.com/erichexter/2010/04/06/mvc-virtual-group-will-have-phil-haack-the-asp-net-mvc-program-manager-on-wed-4-7-12pm-cdt/ | |
redirect 301 /blogs/hex/archive/2010/04/07/mvccontrib-portable-area-visual-studio-project-template.aspx https://lostechies.com/erichexter/2010/04/07/mvccontrib-portable-area-visual-studio-project-template/ | |
redirect 301 /blogs/hex/archive/2010/04/22/portable-area-excerpt-from-mvc2-in-action.aspx https://lostechies.com/erichexter/2010/04/22/portable-area-excerpt-from-mvc2-in-action/ | |
redirect 301 /blogs/hex/archive/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010.aspx https://lostechies.com/erichexter/2010/06/17/setting-up-automatic-test-runs-after-compilation-in-vs2010/ | |
redirect 301 /blogs/hex/archive/2010/06/22/using-mercurial-as-a-local-repository-for-team-foundation-server-start-front-n.aspx https://lostechies.com/erichexter/2010/06/23/using-mercurial-as-a-local-repository-for-team-foundation-server-start-front-n/ | |
redirect 301 /blogs/hex/archive/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness.aspx https://lostechies.com/erichexter/2010/06/23/using-modelmetadata-in-asp-net-mvc-2-to-wire-up-sweet-jquery-awesomeness/ | |
redirect 301 /blogs/hex/archive/2010/07/08/signup-for-mvcconf-virtual-asp-net-mvc-conference.aspx https://lostechies.com/erichexter/2010/07/08/signup-for-mvcconf-virtual-asp-net-mvc-conference/ | |
redirect 301 /blogs/hex/archive/2010/07/15/jobs-doing-net-working-on-dell-com.aspx https://lostechies.com/erichexter/2010/07/16/jobs-doing-net-working-on-dell-com/ | |
redirect 301 /blogs/hex/archive/2010/07/16/converting-from-webforms-to-mvc-presentation.aspx https://lostechies.com/erichexter/2010/07/16/converting-from-webforms-to-mvc-presentation/ | |
redirect 301 /blogs/hex/archive/2010/07/27/msdn-license-giveaways-for-open-source-projects.aspx https://lostechies.com/erichexter/2010/07/28/msdn-license-giveaways-for-open-source-projects/ | |
redirect 301 /blogs/hex/archive/2010/10/03/nupack-net-package-management-and-much-much-more.aspx https://lostechies.com/erichexter/2010/10/03/nupack-net-package-management-and-much-much-more/ | |
redirect 301 /blogs/hex/archive/2010/10/07/using-solution-factory-nupack-to-create-opinionated-visual-studio-solutions.aspx https://lostechies.com/erichexter/2010/10/07/using-solution-factory-nupack-to-create-opinionated-visual-studio-solutions/ | |
redirect 301 /blogs/hex/archive/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome.aspx https://lostechies.com/erichexter/2010/10/28/using-powershell-to-make-your-nupack-packages-more-awesome/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/21/pardon-the-construction-dust.aspx https://lostechies.com/evanhoff/2007/10/22/pardon-the-construction-dust/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/22/the-art-of-the-metaobject-protocol.aspx https://lostechies.com/evanhoff/2007/10/22/the-art-of-the-metaobject-protocol/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/22/resharper-community-support-rocks.aspx https://lostechies.com/evanhoff/2007/10/22/resharper-community-support-rocks/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/22/joining-los-techies.aspx https://lostechies.com/evanhoff/2007/10/22/joining-los-techies/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/22/new-location-same-old-garbage.aspx https://lostechies.com/evanhoff/2007/10/22/new-location-same-old-garbage/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/22/creating-team-coding-standards.aspx https://lostechies.com/evanhoff/2007/10/22/creating-team-coding-standards/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/23/the-web-database-anti-pattern.aspx https://lostechies.com/evanhoff/2007/10/23/the-web-database-anti-pattern/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/23/transactions-across-service-boundaries.aspx https://lostechies.com/evanhoff/2007/10/24/transactions-across-service-boundaries/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/24/the-8-fallacies-of-distributed-computing.aspx https://lostechies.com/evanhoff/2007/10/24/the-8-fallacies-of-distributed-computing/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/24/database-normalization-is-for-sissies.aspx https://lostechies.com/evanhoff/2007/10/24/database-normalization-is-for-sissies/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/28/alt-net-how-can-microsoft-patterns-and-practices-help.aspx https://lostechies.com/evanhoff/2007/10/28/alt-net-how-can-microsoft-patterns-and-practices-help/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/28/alt-net-re-how-can-microsoft-patterns-and-practices-help.aspx https://lostechies.com/evanhoff/2007/10/28/alt-net-re-how-can-microsoft-patterns-and-practices-help/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/28/alt-net-architecture-on-an-agile-project.aspx https://lostechies.com/evanhoff/2007/10/28/alt-net-architecture-on-an-agile-project/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/28/joining-ineta-as-membership-mentor-for-tennessee-and-kentucky.aspx https://lostechies.com/evanhoff/2007/10/28/joining-ineta-as-membership-mentor-for-tennessee-and-kentucky/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/28/oopsla-podcasts.aspx https://lostechies.com/evanhoff/2007/10/29/oopsla-podcasts/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/30/code-is-obsolete-in-visual-studio-10.aspx https://lostechies.com/evanhoff/2007/10/30/code-is-obsolete-in-visual-studio-10/ | |
redirect 301 /blogs/evan_hoff/archive/2007/10/31/alt-net-drinking-from-the-firehose.aspx https://lostechies.com/evanhoff/2007/10/31/alt-net-drinking-from-the-firehose/ | |
redirect 301 /blogs/evan_hoff/archive/2007/11/09/building-the-application-off-the-database.aspx https://lostechies.com/evanhoff/2007/11/09/building-the-application-off-the-database/ | |
redirect 301 /blogs/evan_hoff/archive/2007/11/09/on-mobile-objects.aspx https://lostechies.com/evanhoff/2007/11/10/on-mobile-objects/ | |
redirect 301 /blogs/evan_hoff/archive/2007/11/14/fighting-your-tooling-sucks.aspx https://lostechies.com/evanhoff/2007/11/15/fighting-your-tooling-sucks/ | |
redirect 301 /blogs/evan_hoff/archive/2007/11/30/book-review-enterprise-architecture-as-strategy.aspx https://lostechies.com/evanhoff/2007/12/01/book-review-enterprise-architecture-as-strategy/ | |
redirect 301 /blogs/evan_hoff/archive/2007/11/30/the-shape-of-the-domain-model.aspx https://lostechies.com/evanhoff/2007/12/01/the-shape-of-the-domain-model/ | |
redirect 301 /blogs/evan_hoff/archive/2007/12/30/infinite-scaling-and-distributed-transactions.aspx https://lostechies.com/evanhoff/2007/12/30/infinite-scaling-and-distributed-transactions/ | |
redirect 301 /blogs/evan_hoff/archive/2007/12/30/building-large-systems-at-google.aspx https://lostechies.com/evanhoff/2007/12/30/building-large-systems-at-google/ | |
redirect 301 /blogs/evan_hoff/archive/2007/12/30/learning-from-myspace.aspx https://lostechies.com/evanhoff/2007/12/30/learning-from-myspace/ | |
redirect 301 /blogs/evan_hoff/archive/2008/01/01/speaking-in-2007.aspx https://lostechies.com/evanhoff/2008/01/01/speaking-in-2007/ | |
redirect 301 /blogs/evan_hoff/archive/2008/01/01/running-microsoft-excel-on-a-scalable-computing-grid.aspx https://lostechies.com/evanhoff/2008/01/01/running-microsoft-excel-on-a-scalable-computing-grid/ | |
redirect 301 /blogs/evan_hoff/archive/2008/01/07/language-roots.aspx https://lostechies.com/evanhoff/2008/01/08/language-roots/ | |
redirect 301 /blogs/evan_hoff/archive/2008/01/09/the-monolith.aspx https://lostechies.com/evanhoff/2008/01/10/the-monolith/ | |
redirect 301 /blogs/evan_hoff/archive/2008/03/16/breaking-the-silence.aspx https://lostechies.com/evanhoff/2008/03/16/breaking-the-silence/ | |
redirect 301 /blogs/evan_hoff/archive/2008/03/19/the-architect-sketch.aspx https://lostechies.com/evanhoff/2008/03/20/the-architect-sketch/ | |
redirect 301 /blogs/evan_hoff/archive/2008/03/30/taxonomy-of-interaction-models.aspx https://lostechies.com/evanhoff/2008/03/30/taxonomy-of-interaction-models/ | |
redirect 301 /blogs/evan_hoff/archive/2008/03/30/developer-s-three-favorite-abstractions-patterns.aspx https://lostechies.com/evanhoff/2008/03/30/developer-s-three-favorite-abstractions-patterns/ | |
redirect 301 /blogs/evan_hoff/archive/2008/04/01/large-scale-software-failures.aspx https://lostechies.com/evanhoff/2008/04/01/large-scale-software-failures/ | |
redirect 301 /blogs/evan_hoff/archive/2008/04/01/partitioned-complexity.aspx https://lostechies.com/evanhoff/2008/04/01/partitioned-complexity/ | |
redirect 301 /blogs/evan_hoff/archive/2008/04/01/what-s-a-transaction.aspx https://lostechies.com/evanhoff/2008/04/02/what-s-a-transaction/ | |
redirect 301 /blogs/evan_hoff/archive/2008/04/01/the-great-oop-misnomer.aspx https://lostechies.com/evanhoff/2008/04/02/the-great-oop-misnomer/ | |
redirect 301 /blogs/evan_hoff/archive/2008/04/07/book-review-the-power-to-predict.aspx https://lostechies.com/evanhoff/2008/04/08/book-review-the-power-to-predict/ | |
redirect 301 /blogs/evan_hoff/archive/2008/04/07/book-review-software-architecture-in-practice.aspx https://lostechies.com/evanhoff/2008/04/08/book-review-software-architecture-in-practice/ | |
redirect 301 /blogs/evan_hoff/archive/2008/04/15/test-first-development.aspx https://lostechies.com/evanhoff/2008/04/15/test-first-development/ | |
redirect 301 /blogs/evan_hoff/archive/2008/04/17/sun-votes-for-open-source.aspx https://lostechies.com/evanhoff/2008/04/17/sun-votes-for-open-source/ | |
redirect 301 /blogs/evan_hoff/archive/2008/05/04/a-reader-challenge.aspx https://lostechies.com/evanhoff/2008/05/05/a-reader-challenge/ | |
redirect 301 /blogs/evan_hoff/archive/2008/05/04/a-very-poor-object-model-is-really-no-object-model-at-all.aspx https://lostechies.com/evanhoff/2008/05/05/a-very-poor-object-model-is-really-no-object-model-at-all/ | |
redirect 301 /blogs/evan_hoff/archive/2008/05/08/don-t-do-that.aspx https://lostechies.com/evanhoff/2008/05/09/don-t-do-that/ | |
redirect 301 /blogs/evan_hoff/archive/2008/05/19/on-comparing-current-tools-to-futureware.aspx https://lostechies.com/evanhoff/2008/05/20/on-comparing-current-tools-to-futureware/ | |
redirect 301 /blogs/evan_hoff/archive/2008/05/21/and-you-thought-your-deployments-were-tough.aspx https://lostechies.com/evanhoff/2008/05/22/and-you-thought-your-deployments-were-tough/ | |
redirect 301 /blogs/evan_hoff/archive/2008/05/22/estimating-system-load.aspx https://lostechies.com/evanhoff/2008/05/22/estimating-system-load/ | |
redirect 301 /blogs/evan_hoff/archive/2008/05/29/retaining-good-people.aspx https://lostechies.com/evanhoff/2008/05/30/retaining-good-people/ | |
redirect 301 /blogs/evan_hoff/archive/2008/06/09/the-cost-of-defects.aspx https://lostechies.com/evanhoff/2008/06/09/the-cost-of-defects/ | |
redirect 301 /blogs/evan_hoff/archive/2008/07/03/book-review-it-architectures-and-middleware-2-ed.aspx https://lostechies.com/evanhoff/2008/07/03/book-review-it-architectures-and-middleware-2-ed/ | |
redirect 301 /blogs/evan_hoff/archive/2008/07/03/book-review-the-sciences-of-the-artificial-3rd-ed.aspx https://lostechies.com/evanhoff/2008/07/03/book-review-the-sciences-of-the-artificial-3rd-ed/ | |
redirect 301 /blogs/evan_hoff/archive/2008/08/05/announcing-the-nashville-alt-net-user-group.aspx https://lostechies.com/evanhoff/2008/08/06/announcing-the-nashville-alt-net-user-group/ | |
redirect 301 /blogs/evan_hoff/archive/2008/08/25/community-reality-check-is-ineta-a-concrete-life-raft.aspx https://lostechies.com/evanhoff/2008/08/26/community-reality-check-is-ineta-a-concrete-life-raft/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/01/12/coming-from-place-far-far-away.aspx https://lostechies.com/gabrielschenker/2009/01/12/coming-from-place-far-far-away/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/01/21/real-swiss-don-t-need-srp-do-they.aspx https://lostechies.com/gabrielschenker/2009/01/21/real-swiss-don-t-need-srp-do-they/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/01/23/synchronizing-calls-to-the-ui-in-a-multi-threaded-application.aspx https://lostechies.com/gabrielschenker/2009/01/23/synchronizing-calls-to-the-ui-in-a-multi-threaded-application/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/01/29/true-swiss-don-t-like-mocks.aspx https://lostechies.com/gabrielschenker/2009/01/29/true-swiss-don-t-like-mocks/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/01/30/the-dependency-inversion-principle.aspx https://lostechies.com/gabrielschenker/2009/01/30/the-dependency-inversion-principle/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/02/03/step-by-step-introduction-to-delegates-and-lambda-expressions.aspx https://lostechies.com/gabrielschenker/2009/02/03/step-by-step-introduction-to-delegates-and-lambda-expressions/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/02/03/dynamic-reflection-versus-static-reflection.aspx https://lostechies.com/gabrielschenker/2009/02/03/dynamic-reflection-versus-static-reflection/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/02/05/learning-and-understanding.aspx https://lostechies.com/gabrielschenker/2009/02/05/learning-and-understanding/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/02/13/the-open-closed-principle.aspx https://lostechies.com/gabrielschenker/2009/02/13/the-open-closed-principle/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/02/27/refactoring-legacy-code.aspx https://lostechies.com/gabrielschenker/2009/02/27/refactoring-legacy-code/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/03/10/how-to-add-a-custom-validation-method-to-the-jquery-validator-plug-in.aspx https://lostechies.com/gabrielschenker/2009/03/10/how-to-add-a-custom-validation-method-to-the-jquery-validator-plug-in/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/03/10/javascript-access-properties-of-a-complex-json-object.aspx https://lostechies.com/gabrielschenker/2009/03/10/javascript-access-properties-of-a-complex-json-object/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/03/24/how-to-change-start-location-of-a-signed-clickonce-application.aspx https://lostechies.com/gabrielschenker/2009/03/24/how-to-change-start-location-of-a-signed-clickonce-application/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/04/09/article-series-on-nhibernate-and-fluent-nhibernate.aspx https://lostechies.com/gabrielschenker/2009/04/08/article-series-on-nhibernate-and-fluent-nhibernate/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/04/16/article-series-on-nhibernate-and-fluent-nhibernate-part-2.aspx https://lostechies.com/gabrielschenker/2009/04/16/article-series-on-nhibernate-and-fluent-nhibernate-part-2/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/04/17/nhibernate-2nd-level-cache-and-multiple-databases.aspx https://lostechies.com/gabrielschenker/2009/04/17/nhibernate-2nd-level-cache-and-multiple-databases/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/04/21/tutorial-about-mocking-with-rhino-mocks-and-moq.aspx https://lostechies.com/gabrielschenker/2009/04/21/tutorial-about-mocking-with-rhino-mocks-and-moq/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/05/05/ptom-brownfield-development-making-your-dependencies-explicit.aspx https://lostechies.com/gabrielschenker/2009/05/04/ptom-brownfield-development-making-your-dependencies-explicit/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/06/01/fluent-silverlight-part-1.aspx https://lostechies.com/gabrielschenker/2009/05/31/fluent-silverlight-part-1/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/06/02/fluent-silverlight-part-2-binding-properties.aspx https://lostechies.com/gabrielschenker/2009/06/01/fluent-silverlight-part-2-binding-properties/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/06/09/fluent-silverlight-part-3-binding-events-to-commands.aspx https://lostechies.com/gabrielschenker/2009/06/08/fluent-silverlight-part-3-binding-events-to-commands/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/06/26/walking-through-the-creation-of-a-complex-installer-package.aspx https://lostechies.com/gabrielschenker/2009/06/26/walking-through-the-creation-of-a-complex-installer-package/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/09/02/article-series-on-nhibernate-and-fluent-nhibernate-part-3.aspx https://lostechies.com/gabrielschenker/2009/09/02/article-series-on-nhibernate-and-fluent-nhibernate-part-3/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/10/05/leaving-switzerland.aspx https://lostechies.com/gabrielschenker/2009/10/05/leaving-switzerland/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os.aspx https://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/11/26/writing-a-profiler-for-silverlight-applications-part-1.aspx https://lostechies.com/gabrielschenker/2009/11/26/writing-a-profiler-for-silverlight-applications-part-1/ | |
redirect 301 /blogs/gabrielschenker/archive/2009/12/08/writing-a-profiler-for-silverlight-applications-part-2.aspx https://lostechies.com/gabrielschenker/2009/12/08/writing-a-profiler-for-silverlight-applications-part-2/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/01/02/fluent-silverlight-implementing-a-fluent-api.aspx https://lostechies.com/gabrielschenker/2010/01/02/fluent-silverlight-implementing-a-fluent-api/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/01/03/fluent-silverlight-fluent-api-and-inheritance.aspx https://lostechies.com/gabrielschenker/2010/01/03/fluent-silverlight-fluent-api-and-inheritance/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/01/06/silverlight-and-styles.aspx https://lostechies.com/gabrielschenker/2010/01/06/silverlight-and-styles/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/01/07/fluent-silverlight-binding-dependency-properties-to-model-properties.aspx https://lostechies.com/gabrielschenker/2010/01/07/fluent-silverlight-binding-dependency-properties-to-model-properties/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/01/08/fluent-silverlight-static-reflection.aspx https://lostechies.com/gabrielschenker/2010/01/08/fluent-silverlight-static-reflection/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/01/08/fluent-silverlight-table-of-content.aspx https://lostechies.com/gabrielschenker/2010/01/08/fluent-silverlight-table-of-content/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/01/27/fluent-silverlight-binding-control-events-to-actions.aspx https://lostechies.com/gabrielschenker/2010/01/27/fluent-silverlight-binding-control-events-to-actions/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/05/19/wix-and-custom-actions.aspx https://lostechies.com/gabrielschenker/2010/05/18/wix-and-custom-actions/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/05/19/creating-a-bootstrapper-with-dotnetinstaller.aspx https://lostechies.com/gabrielschenker/2010/05/19/creating-a-bootstrapper-with-dotnetinstaller/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/05/27/working-with-code-based-templates-in-silverlight.aspx https://lostechies.com/gabrielschenker/2010/05/27/working-with-code-based-templates-in-silverlight/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/06/15/migrating-to-git.aspx https://lostechies.com/gabrielschenker/2010/06/15/migrating-to-git/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/06/18/git-and-our-friction-points-and-beginners-mistakes.aspx https://lostechies.com/gabrielschenker/2010/06/18/git-and-our-friction-points-and-beginners-mistakes/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/07/28/we-are-hiring.aspx https://lostechies.com/gabrielschenker/2010/07/28/we-are-hiring/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/09/15/making-history-explicit.aspx https://lostechies.com/gabrielschenker/2010/09/15/making-history-explicit/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/09/21/analyzing-historical-data-and-playing-with-interactive-extensions.aspx https://lostechies.com/gabrielschenker/2010/09/21/analyzing-historical-data-and-playing-with-interactive-extensions/ | |
redirect 301 /blogs/gabrielschenker/archive/2010/10/06/new-book-on-nhibernate.aspx https://lostechies.com/gabrielschenker/2010/10/06/new-book-on-nhibernate/ | |
redirect 301 /blogs/gabrielschenker/archive/2011/01/18/nhibernate-3-beginners-guide.aspx https://lostechies.com/gabrielschenker/2011/01/18/nhibernate-3-beginners-guide/ | |
redirect 301 /blogs/gabrielschenker/archive/2011/01/18/ranting-about-the-quality-of-developers.aspx https://lostechies.com/gabrielschenker/2011/01/18/ranting-about-the-quality-of-developers/ | |
redirect 301 /blogs/thatotherguy/archive/2008/09/21/hola-los-techies-and-thanks.aspx https://lostechies.com/gregorylong/2008/09/21/hola-los-techies-and-thanks/ | |
redirect 301 /blogs/thatotherguy/archive/2009/04/14/know-your-enemy.aspx https://lostechies.com/gregorylong/2009/04/14/know-your-enemy/ | |
redirect 301 /blogs/thatotherguy/archive/2009/05/01/pablo-s-topic-of-the-month-may-2009-edition.aspx https://lostechies.com/gregorylong/2009/05/01/pablo-s-topic-of-the-month-may-2009-edition/ | |
redirect 301 /blogs/thatotherguy/archive/2009/06/18/if-you-re-looking-for-nothin-but-net.aspx https://lostechies.com/gregorylong/2009/06/19/if-you-re-looking-for-nothin-but-net/ | |
redirect 301 /blogs/thatotherguy/archive/2009/12/10/pragmatic-thinking-and-learning-a-review.aspx https://lostechies.com/gregorylong/2009/12/10/pragmatic-thinking-and-learning-a-review/ | |
redirect 301 /blogs/thatotherguy/archive/2010/02/18/los-techies-fiesta-invitation.aspx https://lostechies.com/gregorylong/2010/02/18/los-techies-fiesta-invitation/ | |
redirect 301 /blogs/thatotherguy/archive/2010/02/18/pablo-s-fiesta-preparation.aspx https://lostechies.com/gregorylong/2010/02/18/pablo-s-fiesta-preparation/ | |
redirect 301 /blogs/thatotherguy/archive/2011/01/14/are-you-mocking-me.aspx https://lostechies.com/gregorylong/2011/01/15/are-you-mocking-me/ | |
redirect 301 /blogs/thatotherguy/archive/2011/01/21/oo-do-i-know-thee.aspx https://lostechies.com/gregorylong/2011/01/21/oo-do-i-know-thee/ | |
redirect 301 /blogs/thatotherguy/archive/2011/02/04/to-thine-own-self-be-true.aspx https://lostechies.com/gregorylong/2011/02/04/to-thine-own-self-be-true/ | |
redirect 301 /blogs/jagregory/archive/2009/03/27/my-name-s-james-gregory-and-i-m-new-here.aspx https://lostechies.com/jamesgregory/2009/03/27/my-name-s-james-gregory-and-i-m-new-here/ | |
redirect 301 /blogs/jagregory/archive/2009/04/28/what-s-been-happening-in-fluent-nhibernate-land.aspx https://lostechies.com/jamesgregory/2009/04/27/what-s-been-happening-in-fluent-nhibernate-land/ | |
redirect 301 /blogs/jagregory/archive/2009/05/09/entity-interface-anti-pattern.aspx https://lostechies.com/jamesgregory/2009/05/09/entity-interface-anti-pattern/ | |
redirect 301 /blogs/jagregory/archive/2009/07/20/git-s-and-command-line-fear.aspx https://lostechies.com/jamesgregory/2009/07/20/git-s-and-command-line-fear/ | |
redirect 301 /blogs/jagregory/archive/2009/08/16/fluent-nhibernate-1-0rc.aspx https://lostechies.com/jamesgregory/2009/08/16/fluent-nhibernate-1-0rc/ | |
redirect 301 /blogs/jagregory/archive/2009/08/18/debugger-property-evaluation-side-effects.aspx https://lostechies.com/jamesgregory/2009/08/18/debugger-property-evaluation-side-effects/ | |
redirect 301 /blogs/jagregory/archive/2009/08/28/fluent-nhibernate-1-0-rtm.aspx https://lostechies.com/jamesgregory/2009/08/28/fluent-nhibernate-1-0-rtm/ | |
redirect 301 /blogs/jagregory/archive/2009/11/25/git-s-guts-branches-head-and-fast-forwards.aspx https://lostechies.com/jamesgregory/2009/11/25/git-s-guts-branches-head-and-fast-forwards/ | |
redirect 301 /blogs/jagregory/archive/2009/11/27/git-guts-merging-and-rebasing.aspx https://lostechies.com/jamesgregory/2009/11/27/git-guts-merging-and-rebasing/ | |
redirect 301 /blogs/jagregory/archive/2010/01/18/behaviours-in-mspec.aspx https://lostechies.com/jamesgregory/2010/01/18/behaviours-in-mspec/ | |
redirect 301 /blogs/jagregory/archive/2010/02/12/git-remotes-contributions-and-the-letter-n.aspx https://lostechies.com/jamesgregory/2010/02/12/git-remotes-contributions-and-the-letter-n/ | |
redirect 301 /blogs/jagregory/archive/2010/02/17/git-e-van-recording.aspx https://lostechies.com/jamesgregory/2010/02/17/git-e-van-recording/ | |
redirect 301 /blogs/jagregory/archive/2010/06/22/ndc-2010.aspx https://lostechies.com/jamesgregory/2010/06/22/ndc-2010/ | |
redirect 301 /blogs/jasdeep_singh/archive/2007/04/10/self-documenting-unit-tests.aspx https://lostechies.com/jasdeepsingh/2007/04/10/self-documenting-unit-tests/ | |
redirect 301 /blogs/jasdeep_singh/archive/2007/05/15/ubiquitous-language-can-be-refactored.aspx https://lostechies.com/jasdeepsingh/2007/05/15/ubiquitous-language-can-be-refactored/ | |
redirect 301 /blogs/jason_meridth/archive/2006/12/10/resharper-templates.aspx https://lostechies.com/jasonmeridth/2006/12/11/resharper-templates/ | |
redirect 301 /blogs/jason_meridth/archive/2006/12/11/system-object-gethashcode.aspx https://lostechies.com/jasonmeridth/2006/12/12/system-object-gethashcode/ | |
redirect 301 /blogs/jason_meridth/archive/2006/12/12/programming-fonts.aspx https://lostechies.com/jasonmeridth/2006/12/13/programming-fonts/ | |
redirect 301 /blogs/jason_meridth/archive/2006/12/13/castle-project.aspx https://lostechies.com/jasonmeridth/2006/12/14/castle-project/ | |
redirect 301 /blogs/jason_meridth/archive/2006/12/28/a-very-good-introduction-to-tdd-nhibernate-ddd-nunit.aspx https://lostechies.com/jasonmeridth/2006/12/29/a-very-good-introduction-to-tdd-nhibernate-ddd-nunit/ | |
redirect 301 /blogs/jason_meridth/archive/2006/12/28/agile-principles-patterns-and-practices-in-c-book.aspx https://lostechies.com/jasonmeridth/2006/12/29/agile-principles-patterns-and-practices-in-c-book/ | |
redirect 301 /blogs/jason_meridth/archive/2006/12/29/interface-segregation-principle-isp.aspx https://lostechies.com/jasonmeridth/2006/12/30/interface-segregation-principle-isp/ | |
redirect 301 /blogs/jason_meridth/archive/2006/12/30/jeremy-miller-goes-into-java-land.aspx https://lostechies.com/jasonmeridth/2006/12/31/jeremy-miller-goes-into-java-land/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/01/winsnap.aspx https://lostechies.com/jasonmeridth/2007/01/02/winsnap/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/02/the-d-programming-language.aspx https://lostechies.com/jasonmeridth/2007/01/03/the-d-programming-language/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/02/ruby-development-in-visual-studio-2005.aspx https://lostechies.com/jasonmeridth/2007/01/03/ruby-development-in-visual-studio-2005/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/03/i-like-to-have-my-inbox-empty-gmail.aspx https://lostechies.com/jasonmeridth/2007/01/04/i-like-to-have-my-inbox-empty-gmail/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/03/free-design-templates.aspx https://lostechies.com/jasonmeridth/2007/01/04/free-design-templates/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/06/austin-net-users-group-adnug-code-camp.aspx https://lostechies.com/jasonmeridth/2007/01/07/austin-net-users-group-adnug-code-camp/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/08/very-cool-javascript-trick-with-websites.aspx https://lostechies.com/jasonmeridth/2007/01/09/very-cool-javascript-trick-with-websites/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/08/agile-programming-comics.aspx https://lostechies.com/jasonmeridth/2007/01/09/agile-programming-comics/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/09/law-of-demeter-principle-of-least-knowledge.aspx https://lostechies.com/jasonmeridth/2007/01/10/law-of-demeter-principle-of-least-knowledge/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/09/code-complete-by-steve-mcconnell.aspx https://lostechies.com/jasonmeridth/2007/01/10/code-complete-by-steve-mcconnell/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/09/pragmatic-programmer-by-hunt-thomas.aspx https://lostechies.com/jasonmeridth/2007/01/10/pragmatic-programmer-by-hunt-thomas/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/09/excellent-post-by-jeremy-miller-of-codebetter-com.aspx https://lostechies.com/jasonmeridth/2007/01/10/excellent-post-by-jeremy-miller-of-codebetter-com/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/22/the-anti-team.aspx https://lostechies.com/jasonmeridth/2007/01/23/the-anti-team/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/22/microsoft-web-application-stress-was.aspx https://lostechies.com/jasonmeridth/2007/01/23/microsoft-web-application-stress-was/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/22/austin-net-users-group-adnug-2007-code-camp.aspx https://lostechies.com/jasonmeridth/2007/01/23/austin-net-users-group-adnug-2007-code-camp/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/23/a-good-read-about-perception-and-old-vs-new-methodologies.aspx https://lostechies.com/jasonmeridth/2007/01/24/a-good-read-about-perception-and-old-vs-new-methodologies/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/23/free-agile-project-management-tools.aspx https://lostechies.com/jasonmeridth/2007/01/24/free-agile-project-management-tools/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/24/2007-jolt-award-finalists.aspx https://lostechies.com/jasonmeridth/2007/01/25/2007-jolt-award-finalists/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/25/thoughts-about-reading-computer-books.aspx https://lostechies.com/jasonmeridth/2007/01/26/thoughts-about-reading-computer-books/ | |
redirect 301 /blogs/jason_meridth/archive/2007/01/29/the-end-user.aspx https://lostechies.com/jasonmeridth/2007/01/30/the-end-user/ | |
redirect 301 /blogs/jason_meridth/archive/2007/02/08/windows-mobile-6.aspx https://lostechies.com/jasonmeridth/2007/02/09/windows-mobile-6/ | |
redirect 301 /blogs/jason_meridth/archive/2007/02/16/coding-structure-and-standards.aspx https://lostechies.com/jasonmeridth/2007/02/17/coding-structure-and-standards/ | |
redirect 301 /blogs/jason_meridth/archive/2007/03/01/net-interview-questions-everyone-should-know.aspx https://lostechies.com/jasonmeridth/2007/03/02/net-interview-questions-everyone-should-know/ | |
redirect 301 /blogs/jason_meridth/archive/2007/03/02/google-source-code-hosting.aspx https://lostechies.com/jasonmeridth/2007/03/03/google-source-code-hosting/ | |
redirect 301 /blogs/jason_meridth/archive/2007/03/11/active-record-vs-repository.aspx https://lostechies.com/jasonmeridth/2007/03/11/active-record-vs-repository/ | |
redirect 301 /blogs/jason_meridth/archive/2007/03/21/reminder-how-to-enable-syntax-highlighting-for-html-files-with-non-standard-extensions.aspx https://lostechies.com/jasonmeridth/2007/03/21/reminder-how-to-enable-syntax-highlighting-for-html-files-with-non-standard-extensions/ | |
redirect 301 /blogs/jason_meridth/archive/2007/03/22/some-good-finds-lately.aspx https://lostechies.com/jasonmeridth/2007/03/22/some-good-finds-lately/ | |
redirect 301 /blogs/jason_meridth/archive/2007/03/23/orcas-extension-methods.aspx https://lostechies.com/jasonmeridth/2007/03/23/orcas-extension-methods/ | |
redirect 301 /blogs/jason_meridth/archive/2007/03/23/orcas-first-try.aspx https://lostechies.com/jasonmeridth/2007/03/23/orcas-first-try/ | |
redirect 301 /blogs/jason_meridth/archive/2007/03/26/for-anyone-starting-to-use-nhibernate.aspx https://lostechies.com/jasonmeridth/2007/03/26/for-anyone-starting-to-use-nhibernate/ | |
redirect 301 /blogs/jason_meridth/archive/2007/03/29/ubuntu-linux-offers-windows-migration-tool.aspx https://lostechies.com/jasonmeridth/2007/03/29/ubuntu-linux-offers-windows-migration-tool/ | |
redirect 301 /blogs/jason_meridth/archive/2007/03/30/and-we-re-off.aspx https://lostechies.com/jasonmeridth/2007/03/30/and-we-re-off/ | |
redirect 301 /blogs/jason_meridth/archive/2007/04/01/legacy-code.aspx https://lostechies.com/jasonmeridth/2007/04/01/legacy-code/ | |
redirect 301 /blogs/jason_meridth/archive/2007/04/06/database-unit-testing.aspx https://lostechies.com/jasonmeridth/2007/04/06/database-unit-testing/ | |
redirect 301 /blogs/jason_meridth/archive/2007/04/07/for-anyone-beginning-nhibernate.aspx https://lostechies.com/jasonmeridth/2007/04/07/for-anyone-beginning-nhibernate/ | |
redirect 301 /blogs/jason_meridth/archive/2007/04/10/visual-studio-2005-web-application-projects-download.aspx https://lostechies.com/jasonmeridth/2007/04/10/visual-studio-2005-web-application-projects-download/ | |
redirect 301 /blogs/jason_meridth/archive/2007/04/12/attending-an-austin-net-users-group-adnug-meeting.aspx https://lostechies.com/jasonmeridth/2007/04/12/attending-an-austin-net-users-group-adnug-meeting/ | |
redirect 301 /blogs/jason_meridth/archive/2007/04/13/joeydotnet-creating-reusable-components-in-monorail.aspx https://lostechies.com/jasonmeridth/2007/04/13/joeydotnet-creating-reusable-components-in-monorail/ | |
redirect 301 /blogs/jason_meridth/archive/2007/04/28/humble-developers.aspx https://lostechies.com/jasonmeridth/2007/04/28/humble-developers/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server.aspx https://lostechies.com/jasonmeridth/2007/05/01/installing-subversion-on-ubuntu-7-04-feisty-fawn-server/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/02/nhibernate-best-practices-1-2-updated-again-by-mccafferty.aspx https://lostechies.com/jasonmeridth/2007/05/02/nhibernate-best-practices-1-2-updated-again-by-mccafferty/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/10/welcome-joeydotnet.aspx https://lostechies.com/jasonmeridth/2007/05/10/welcome-joeydotnet/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/12/getting-sound-working-on-my-toshiba-laptop-with-ubuntu-7-04-feisty-fawn.aspx https://lostechies.com/jasonmeridth/2007/05/12/getting-sound-working-on-my-toshiba-laptop-with-ubuntu-7-04-feisty-fawn/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/13/don-t-poke-the-penguin.aspx https://lostechies.com/jasonmeridth/2007/05/13/don-t-poke-the-penguin/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/13/gparted-instead-of-partition-magic.aspx https://lostechies.com/jasonmeridth/2007/05/13/gparted-instead-of-partition-magic/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/15/technical-debt.aspx https://lostechies.com/jasonmeridth/2007/05/16/technical-debt/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/29/bill-mccafferty-is-moving-to-monorail.aspx https://lostechies.com/jasonmeridth/2007/05/29/bill-mccafferty-is-moving-to-monorail/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/29/knoppix-ntfsfix-fixes-windows-xp-corrupted-ntfs.aspx https://lostechies.com/jasonmeridth/2007/05/29/knoppix-ntfsfix-fixes-windows-xp-corrupted-ntfs/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/29/broadcom-wireless-card-on-a-compaq-presario-c500-laptop.aspx https://lostechies.com/jasonmeridth/2007/05/29/broadcom-wireless-card-on-a-compaq-presario-c500-laptop/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/30/scott-guthrie-uses-firefox-in-his-posts-where-s-ie.aspx https://lostechies.com/jasonmeridth/2007/05/30/scott-guthrie-uses-firefox-in-his-posts-where-s-ie/ | |
redirect 301 /blogs/jason_meridth/archive/2007/05/31/gates-and-jobs-interview-together-a-good-watch.aspx https://lostechies.com/jasonmeridth/2007/05/31/gates-and-jobs-interview-together-a-good-watch/ | |
redirect 301 /blogs/jason_meridth/archive/2007/06/01/ironpython-cookbook.aspx https://lostechies.com/jasonmeridth/2007/06/01/ironpython-cookbook/ | |
redirect 301 /blogs/jason_meridth/archive/2007/06/24/visual-studio-2005-make-new-classes-public-by-default.aspx https://lostechies.com/jasonmeridth/2007/06/24/visual-studio-2005-make-new-classes-public-by-default/ | |
redirect 301 /blogs/jason_meridth/archive/2007/06/25/ubuntu-s-1-bug-report.aspx https://lostechies.com/jasonmeridth/2007/06/26/ubuntu-s-1-bug-report/ | |
redirect 301 /blogs/jason_meridth/archive/2007/06/29/family-it-guy-award.aspx https://lostechies.com/jasonmeridth/2007/06/29/family-it-guy-award/ | |
redirect 301 /blogs/jason_meridth/archive/2007/06/29/the-sims-meet-net-developers.aspx https://lostechies.com/jasonmeridth/2007/06/30/the-sims-meet-net-developers/ | |
redirect 301 /blogs/jason_meridth/archive/2007/07/03/castle-and-visual-studio-integration.aspx https://lostechies.com/jasonmeridth/2007/07/03/castle-and-visual-studio-integration/ | |
redirect 301 /blogs/jason_meridth/archive/2007/07/08/oklahoma-city-developers-group-code-camp.aspx https://lostechies.com/jasonmeridth/2007/07/08/oklahoma-city-developers-group-code-camp/ | |
redirect 301 /blogs/jason_meridth/archive/2007/07/10/resharper-now-supports-vb-net.aspx https://lostechies.com/jasonmeridth/2007/07/10/resharper-now-supports-vb-net/ | |
redirect 301 /blogs/jason_meridth/archive/2007/07/11/subversion-web-browser-30.aspx https://lostechies.com/jasonmeridth/2007/07/11/subversion-web-browser-30/ | |
redirect 301 /blogs/jason_meridth/archive/2007/07/19/south-central-us-events-coming-up.aspx https://lostechies.com/jasonmeridth/2007/07/19/south-central-us-events-coming-up/ | |
redirect 301 /blogs/jason_meridth/archive/2007/07/24/facebook-in-trouble.aspx https://lostechies.com/jasonmeridth/2007/07/25/facebook-in-trouble/ | |
redirect 301 /blogs/jason_meridth/archive/2007/08/09/current-things-on-my-plate.aspx https://lostechies.com/jasonmeridth/2007/08/10/current-things-on-my-plate/ | |
redirect 301 /blogs/jason_meridth/archive/2007/08/11/monorail-on-webhost4life.aspx https://lostechies.com/jasonmeridth/2007/08/11/monorail-on-webhost4life/ | |
redirect 301 /blogs/jason_meridth/archive/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips.aspx https://lostechies.com/jasonmeridth/2007/08/15/formatting-the-rss-module-in-dotnetnuke-to-handle-html-and-other-formatting-tips/ | |
redirect 301 /blogs/jason_meridth/archive/2007/08/19/svnrepository-com-rocks.aspx https://lostechies.com/jasonmeridth/2007/08/20/svnrepository-com-rocks/ | |
redirect 301 /blogs/jason_meridth/archive/2007/08/24/monorail-1-reasons-setup-and-first-output.aspx https://lostechies.com/jasonmeridth/2007/08/24/monorail-1-reasons-setup-and-first-output/ | |
redirect 301 /blogs/jason_meridth/archive/2007/08/30/castle-api-available-now.aspx https://lostechies.com/jasonmeridth/2007/08/30/castle-api-available-now/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/02/i-didn-t-think-websites-still-required-a-certain-platform.aspx https://lostechies.com/jasonmeridth/2007/09/03/i-didn-t-think-websites-still-required-a-certain-platform/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/08/monorail-2-layouts-amp-rescues.aspx https://lostechies.com/jasonmeridth/2007/09/08/monorail-2-layouts-amp-rescues/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/08/monorail-0-controllers.aspx https://lostechies.com/jasonmeridth/2007/09/08/monorail-0-controllers/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/08/microsoft-foldershare.aspx https://lostechies.com/jasonmeridth/2007/09/09/microsoft-foldershare/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/09/code-snippets-in-blog-entries-help.aspx https://lostechies.com/jasonmeridth/2007/09/09/code-snippets-in-blog-entries-help/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/09/upgrade-dotnetnuke-from-4-03-03-to-4-05-05-and-alamocoders.aspx https://lostechies.com/jasonmeridth/2007/09/09/upgrade-dotnetnuke-from-4-03-03-to-4-05-05-and-alamocoders/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/09/agile-development.aspx https://lostechies.com/jasonmeridth/2007/09/10/agile-development/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/12/for-those-annoyed-with-having-to-add-the-public-keyword-to-your-new-classes.aspx https://lostechies.com/jasonmeridth/2007/09/13/for-those-annoyed-with-having-to-add-the-public-keyword-to-your-new-classes/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/17/skype-yugma-logitech-premium-usb-headset-350-remote-pair-programming.aspx https://lostechies.com/jasonmeridth/2007/09/17/skype-yugma-logitech-premium-usb-headset-350-remote-pair-programming/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/18/good-find-software-development-videos.aspx https://lostechies.com/jasonmeridth/2007/09/18/good-find-software-development-videos/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/18/monorail-3-viewcomponents.aspx https://lostechies.com/jasonmeridth/2007/09/18/monorail-3-viewcomponents/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/18/brad-abrams-hints-again-on-microsoft-mvc-framework-for-asp-net-and-phil-haack-will-head-it-up.aspx https://lostechies.com/jasonmeridth/2007/09/18/brad-abrams-hints-again-on-microsoft-mvc-framework-for-asp-net-and-phil-haack-will-head-it-up/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/18/agile-cheat-sheet.aspx https://lostechies.com/jasonmeridth/2007/09/18/agile-cheat-sheet/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/19/another-reason-to-love-facebook.aspx https://lostechies.com/jasonmeridth/2007/09/19/another-reason-to-love-facebook/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/21/lostechies-welcomes-sean-chambers-to-the-group.aspx https://lostechies.com/jasonmeridth/2007/09/21/lostechies-welcomes-sean-chambers-to-the-group/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/21/castle-1-0-release-candidate-3-is-out.aspx https://lostechies.com/jasonmeridth/2007/09/22/castle-1-0-release-candidate-3-is-out/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/22/forget-subversion-s-blame-we-need-the-microsoft-s-wsyp-program-joke.aspx https://lostechies.com/jasonmeridth/2007/09/23/forget-subversion-s-blame-we-need-the-microsoft-s-wsyp-program-joke/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/23/monorail-hotswap.aspx https://lostechies.com/jasonmeridth/2007/09/23/monorail-hotswap/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/23/ruby-on-rails-wow.aspx https://lostechies.com/jasonmeridth/2007/09/23/ruby-on-rails-wow/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/24/chris-dereadt-joins-lostechies.aspx https://lostechies.com/jasonmeridth/2007/09/24/chris-dereadt-joins-lostechies/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/25/domain-model-overuse-post-by-david-laribee-on-codebetter.aspx https://lostechies.com/jasonmeridth/2007/09/25/domain-model-overuse-post-by-david-laribee-on-codebetter/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/26/monorail-4-validation.aspx https://lostechies.com/jasonmeridth/2007/09/26/monorail-4-validation/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/26/be-kind-to-your-testers.aspx https://lostechies.com/jasonmeridth/2007/09/27/be-kind-to-your-testers/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/28/ubuntu-7-10-gutsy-gibbon-beta-released-yesterday-final-release-in-october.aspx https://lostechies.com/jasonmeridth/2007/09/28/ubuntu-7-10-gutsy-gibbon-beta-released-yesterday-final-release-in-october/ | |
redirect 301 /blogs/jason_meridth/archive/2007/09/28/apple-s-new-product-ibrick.aspx https://lostechies.com/jasonmeridth/2007/09/28/apple-s-new-product-ibrick/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/02/net-internalsvisibleto-attribute-c-friend-assemblies.aspx https://lostechies.com/jasonmeridth/2007/10/02/net-internalsvisibleto-attribute-c-friend-assemblies/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/02/installing-2-cruisecontrol-services-web-dashboards-on-1-server-pc.aspx https://lostechies.com/jasonmeridth/2007/10/02/installing-2-cruisecontrol-services-web-dashboards-on-1-server-pc/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/03/dell-dimension-3000-remove-hard-drive.aspx https://lostechies.com/jasonmeridth/2007/10/03/dell-dimension-3000-remove-hard-drive/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/03/stand-ups.aspx https://lostechies.com/jasonmeridth/2007/10/03/stand-ups/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/05/alt-net.aspx https://lostechies.com/jasonmeridth/2007/10/05/alt-net/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/06/alt-net-day-1.aspx https://lostechies.com/jasonmeridth/2007/10/06/alt-net-day-1/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/06/system-web-mvc.aspx https://lostechies.com/jasonmeridth/2007/10/06/system-web-mvc/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/07/quot-alt-net-quot-conference-was-not-for-fanboys.aspx https://lostechies.com/jasonmeridth/2007/10/07/quot-alt-net-quot-conference-was-not-for-fanboys/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/08/monorail-screencasts.aspx https://lostechies.com/jasonmeridth/2007/10/08/monorail-screencasts/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/09/hanselman-recording-of-guthrie-mvc-presentation.aspx https://lostechies.com/jasonmeridth/2007/10/09/hanselman-recording-of-guthrie-mvc-presentation/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/10/2-6-23-kernel-quot-finally-yeah-it-got-delayed-quot.aspx https://lostechies.com/jasonmeridth/2007/10/11/2-6-23-kernel-quot-finally-yeah-it-got-delayed-quot/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/10/scotticus.aspx https://lostechies.com/jasonmeridth/2007/10/11/scotticus/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/10/alt-net-day-2-old.aspx https://lostechies.com/jasonmeridth/2007/10/11/alt-net-day-2-old/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/12/codebetter-communityserverextensions.aspx https://lostechies.com/jasonmeridth/2007/10/13/codebetter-communityserverextensions/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/14/nerdy-afternoon.aspx https://lostechies.com/jasonmeridth/2007/10/15/nerdy-afternoon/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/16/routing-from-asp-net-mvc-inspires-monorail.aspx https://lostechies.com/jasonmeridth/2007/10/17/routing-from-asp-net-mvc-inspires-monorail/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/18/ubuntu-7-10-gutsy-gibbon-release-today.aspx https://lostechies.com/jasonmeridth/2007/10/18/ubuntu-7-10-gutsy-gibbon-release-today/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/20/my-typical-day.aspx https://lostechies.com/jasonmeridth/2007/10/21/my-typical-day/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/24/pidgin-instant-messaging.aspx https://lostechies.com/jasonmeridth/2007/10/24/pidgin-instant-messaging/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/24/cruisecontrol-and-web-application-msbuild-targets.aspx https://lostechies.com/jasonmeridth/2007/10/24/cruisecontrol-and-web-application-msbuild-targets/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/26/rhino-mocks-3-3-is-out.aspx https://lostechies.com/jasonmeridth/2007/10/26/rhino-mocks-3-3-is-out/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/27/nant-gui.aspx https://lostechies.com/jasonmeridth/2007/10/27/nant-gui/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/28/google-reader-keyboard-shortcuts.aspx https://lostechies.com/jasonmeridth/2007/10/28/google-reader-keyboard-shortcuts/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/29/asp-net-mvc-article-in-code-magazine.aspx https://lostechies.com/jasonmeridth/2007/10/29/asp-net-mvc-article-in-code-magazine/ | |
redirect 301 /blogs/jason_meridth/archive/2007/10/29/trinity-football-wins-game-with-15-laterals-on-last-play.aspx https://lostechies.com/jasonmeridth/2007/10/29/trinity-football-wins-game-with-15-laterals-on-last-play/ | |
redirect 301 /blogs/jason_meridth/archive/2007/11/01/thoughtworks-mingle.aspx https://lostechies.com/jasonmeridth/2007/11/01/thoughtworks-mingle/ | |
redirect 301 /blogs/jason_meridth/archive/2007/11/01/sharpdevelop.aspx https://lostechies.com/jasonmeridth/2007/11/01/sharpdevelop/ | |
redirect 301 /blogs/jason_meridth/archive/2007/11/02/monorail-5-sending-an-email-and-authentication.aspx https://lostechies.com/jasonmeridth/2007/11/03/monorail-5-sending-an-email-and-authentication/ | |
redirect 301 /blogs/jason_meridth/archive/2007/11/07/nant-list-all-targets-in-build-file.aspx https://lostechies.com/jasonmeridth/2007/11/07/nant-list-all-targets-in-build-file/ | |
redirect 301 /blogs/jason_meridth/archive/2007/11/14/port-80-and-smiles.aspx https://lostechies.com/jasonmeridth/2007/11/14/port-80-and-smiles/ | |
redirect 301 /blogs/jason_meridth/archive/2007/11/14/knowledge.aspx https://lostechies.com/jasonmeridth/2007/11/14/knowledge/ | |
redirect 301 /blogs/jason_meridth/archive/2007/11/15/alt-net-yahoo-group.aspx https://lostechies.com/jasonmeridth/2007/11/15/alt-net-yahoo-group/ | |
redirect 301 /blogs/jason_meridth/archive/2007/11/25/people-vs-tools.aspx https://lostechies.com/jasonmeridth/2007/11/26/people-vs-tools/ | |
redirect 301 /blogs/jason_meridth/archive/2007/11/25/bdd-macro-and-reshaper-template.aspx https://lostechies.com/jasonmeridth/2007/11/26/bdd-macro-and-reshaper-template/ | |
redirect 301 /blogs/jason_meridth/archive/2007/11/26/net-3-5-install-anyone-using-a-modem.aspx https://lostechies.com/jasonmeridth/2007/11/26/net-3-5-install-anyone-using-a-modem/ | |
redirect 301 /blogs/jason_meridth/archive/2007/12/20/what-i-do.aspx https://lostechies.com/jasonmeridth/2007/12/20/what-i-do/ | |
redirect 301 /blogs/jason_meridth/archive/2008/01/18/quot-that-was-stupid-quot-marcus-quot-pwnage-pants-quot-bratton.aspx https://lostechies.com/jasonmeridth/2008/01/18/quot-that-was-stupid-quot-marcus-quot-pwnage-pants-quot-bratton/ | |
redirect 301 /blogs/jason_meridth/archive/2008/01/24/jetbrains-teamcity.aspx https://lostechies.com/jasonmeridth/2008/01/24/jetbrains-teamcity/ | |
redirect 301 /blogs/jason_meridth/archive/2008/02/09/naming-your-test-methods.aspx https://lostechies.com/jasonmeridth/2008/02/10/naming-your-test-methods/ | |
redirect 301 /blogs/jason_meridth/archive/2008/02/17/lostechies-welcomes-ray-houston.aspx https://lostechies.com/jasonmeridth/2008/02/18/lostechies-welcomes-ray-houston/ | |
redirect 301 /blogs/jason_meridth/archive/2008/02/18/update-teamcity.aspx https://lostechies.com/jasonmeridth/2008/02/18/update-teamcity/ | |
redirect 301 /blogs/jason_meridth/archive/2008/02/18/nant-and-net-3-5.aspx https://lostechies.com/jasonmeridth/2008/02/18/nant-and-net-3-5/ | |
redirect 301 /blogs/jason_meridth/archive/2008/02/24/goodby-hd-dvd.aspx https://lostechies.com/jasonmeridth/2008/02/25/goodby-hd-dvd/ | |
redirect 301 /blogs/jason_meridth/archive/2008/03/11/resharper-4-0-nightly-builds.aspx https://lostechies.com/jasonmeridth/2008/03/12/resharper-4-0-nightly-builds/ | |
redirect 301 /blogs/jason_meridth/archive/2008/03/29/ptom-single-responsibility-principle.aspx https://lostechies.com/jasonmeridth/2008/03/30/ptom-single-responsibility-principle/ | |
redirect 301 /blogs/jason_meridth/archive/2008/04/16/how-to-install-twhirl-on-ubuntu-7-10-gutsy-gibbon.aspx https://lostechies.com/jasonmeridth/2008/04/17/how-to-install-twhirl-on-ubuntu-7-10-gutsy-gibbon/ | |
redirect 301 /blogs/jason_meridth/archive/2008/04/17/bil-simser-s-elevator-question.aspx https://lostechies.com/jasonmeridth/2008/04/17/bil-simser-s-elevator-question/ | |
redirect 301 /blogs/jason_meridth/archive/2008/04/24/multi-processor-builds-with-msbuild.aspx https://lostechies.com/jasonmeridth/2008/04/25/multi-processor-builds-with-msbuild/ | |
redirect 301 /blogs/jason_meridth/archive/2008/04/24/ubuntu-8-04-came-out-today-hardy-heron.aspx https://lostechies.com/jasonmeridth/2008/04/25/ubuntu-8-04-came-out-today-hardy-heron/ | |
redirect 301 /blogs/jason_meridth/archive/2008/04/26/ubutnu-8-04-hardy-heron-after-upgrade-i-have-complete-sound.aspx https://lostechies.com/jasonmeridth/2008/04/26/ubutnu-8-04-hardy-heron-after-upgrade-i-have-complete-sound/ | |
redirect 301 /blogs/jason_meridth/archive/2008/04/26/msdn-can-t-download-with-firefox.aspx https://lostechies.com/jasonmeridth/2008/04/27/msdn-can-t-download-with-firefox/ | |
redirect 301 /blogs/jason_meridth/archive/2008/04/27/using-the-gutsy-gibbon-ubuntu-7-10-non-ose-version-of-virtualbox-with-your-hardy-heron-ubuntu-8-04-install.aspx https://lostechies.com/jasonmeridth/2008/04/27/using-the-gutsy-gibbon-ubuntu-7-10-non-ose-version-of-virtualbox-with-your-hardy-heron-ubuntu-8-04-install/ | |
redirect 301 /blogs/jason_meridth/archive/2008/04/28/xkcd-ubuntu-python-comics.aspx https://lostechies.com/jasonmeridth/2008/04/28/xkcd-ubuntu-python-comics/ | |
redirect 301 /blogs/jason_meridth/archive/2008/04/28/xkcd2-someone-is-wrong.aspx https://lostechies.com/jasonmeridth/2008/04/28/xkcd2-someone-is-wrong/ | |
redirect 301 /blogs/jason_meridth/archive/2008/06/03/getting-vmware-server-working-on-ubuntu-8-04-hardy-heron.aspx https://lostechies.com/jasonmeridth/2008/06/04/getting-vmware-server-working-on-ubuntu-8-04-hardy-heron/ | |
redirect 301 /blogs/jason_meridth/archive/2008/06/27/how-did-i-get-started-in-software-development.aspx https://lostechies.com/jasonmeridth/2008/06/27/how-did-i-get-started-in-software-development/ | |
redirect 301 /blogs/jason_meridth/archive/2008/07/11/free-e-book-from-karl-seguin.aspx https://lostechies.com/jasonmeridth/2008/07/11/free-e-book-from-karl-seguin/ | |
redirect 301 /blogs/jason_meridth/archive/2008/07/12/lostechies-welcomes-mo-khan.aspx https://lostechies.com/jasonmeridth/2008/07/12/lostechies-welcomes-mo-khan/ | |
redirect 301 /blogs/jason_meridth/archive/2008/07/15/hammett-joins-microsoft.aspx https://lostechies.com/jasonmeridth/2008/07/16/hammett-joins-microsoft/ | |
redirect 301 /blogs/jason_meridth/archive/2008/07/31/parents-talk-to-your-kids-about-linux.aspx https://lostechies.com/jasonmeridth/2008/08/01/parents-talk-to-your-kids-about-linux/ | |
redirect 301 /blogs/jason_meridth/archive/2008/09/18/gnome-do-aka-quick-silver-for-ubuntu.aspx https://lostechies.com/jasonmeridth/2008/09/18/gnome-do-aka-quick-silver-for-ubuntu/ | |
redirect 301 /blogs/jason_meridth/archive/2008/10/13/regopenkeyex-function-and-lol.aspx https://lostechies.com/jasonmeridth/2008/10/13/regopenkeyex-function-and-lol/ | |
redirect 301 /blogs/jason_meridth/archive/2008/10/26/lostechies-upgraded-and-thank-you-to-readers.aspx https://lostechies.com/jasonmeridth/2008/10/26/lostechies-upgraded-and-thank-you-to-readers/ | |
redirect 301 /blogs/jason_meridth/archive/2008/11/05/quot-printer-friendly-versions-quot-of-our-posts-now-available.aspx https://lostechies.com/jasonmeridth/2008/11/05/quot-printer-friendly-versions-quot-of-our-posts-now-available/ | |
redirect 301 /blogs/jason_meridth/archive/2008/11/13/trying-to-restore-my-twitter-account.aspx https://lostechies.com/jasonmeridth/2008/11/13/trying-to-restore-my-twitter-account/ | |
redirect 301 /blogs/jason_meridth/archive/2008/11/13/visual-svn-server.aspx https://lostechies.com/jasonmeridth/2008/11/13/visual-svn-server/ | |
redirect 301 /blogs/jason_meridth/archive/2008/11/14/gmail-labs.aspx https://lostechies.com/jasonmeridth/2008/11/14/gmail-labs/ | |
redirect 301 /blogs/jason_meridth/archive/2008/11/25/partnership.aspx https://lostechies.com/jasonmeridth/2008/11/25/partnership/ | |
redirect 301 /blogs/jason_meridth/archive/2008/11/25/creating-an-older-rails-project-with-multiple-newer-versions-installed.aspx https://lostechies.com/jasonmeridth/2008/11/25/creating-an-older-rails-project-with-multiple-newer-versions-installed/ | |
redirect 301 /blogs/jason_meridth/archive/2008/11/26/ot-child-s-play-charity.aspx https://lostechies.com/jasonmeridth/2008/11/27/ot-child-s-play-charity/ | |
redirect 301 /blogs/jason_meridth/archive/2008/11/27/library-thing.aspx https://lostechies.com/jasonmeridth/2008/11/27/library-thing/ | |
redirect 301 /blogs/jason_meridth/archive/2008/11/30/ptom-november-2008-visitor-design-pattern.aspx https://lostechies.com/jasonmeridth/2008/11/30/ptom-november-2008-visitor-design-pattern/ | |
redirect 301 /blogs/jason_meridth/archive/2008/11/30/twitterfeed-com-killed-the-my-google-reader.aspx https://lostechies.com/jasonmeridth/2008/11/30/twitterfeed-com-killed-the-my-google-reader/ | |
redirect 301 /blogs/jason_meridth/archive/2008/12/10/in-memory-of-nelson-montalvo.aspx https://lostechies.com/jasonmeridth/2008/12/11/in-memory-of-nelson-montalvo/ | |
redirect 301 /blogs/jason_meridth/archive/2009/01/05/pablo-welcomes-chris-missal.aspx https://lostechies.com/jasonmeridth/2009/01/05/pablo-welcomes-chris-missal/ | |
redirect 301 /blogs/jason_meridth/archive/2009/01/15/continuous-integration-for-a-ruby-project-or-net-java-etc.aspx https://lostechies.com/jasonmeridth/2009/01/16/continuous-integration-for-a-ruby-project-or-net-java-etc/ | |
redirect 301 /blogs/jason_meridth/archive/2009/02/04/houston-alt-net-open-space-april-3rd-april-5th-2009.aspx https://lostechies.com/jasonmeridth/2009/02/04/houston-alt-net-open-space-april-3rd-april-5th-2009/ | |
redirect 301 /blogs/jason_meridth/archive/2009/02/06/lostechies-welcomes-chris-quot-cruz-quot-taylor.aspx https://lostechies.com/jasonmeridth/2009/02/06/lostechies-welcomes-chris-quot-cruz-quot-taylor/ | |
redirect 301 /blogs/jason_meridth/archive/2009/02/11/selenium-client-and-fun.aspx https://lostechies.com/jasonmeridth/2009/02/12/selenium-client-and-fun/ | |
redirect 301 /blogs/jason_meridth/archive/2009/02/11/hudson-and-nginx.aspx https://lostechies.com/jasonmeridth/2009/02/12/hudson-and-nginx/ | |
redirect 301 /blogs/jason_meridth/archive/2009/02/11/slicehost-articles.aspx https://lostechies.com/jasonmeridth/2009/02/12/slicehost-articles/ | |
redirect 301 /blogs/jason_meridth/archive/2009/02/11/current-status.aspx https://lostechies.com/jasonmeridth/2009/02/12/current-status/ | |
redirect 301 /blogs/jason_meridth/archive/2009/02/13/gitosis-and-a-non-standard-ssh-port.aspx https://lostechies.com/jasonmeridth/2009/02/13/gitosis-and-a-non-standard-ssh-port/ | |
redirect 301 /blogs/jason_meridth/archive/2009/02/25/design-patterns-in-ruby-by-russ-olsen.aspx https://lostechies.com/jasonmeridth/2009/02/26/design-patterns-in-ruby-by-russ-olsen/ | |
redirect 301 /blogs/jason_meridth/archive/2009/03/04/firefox-hudson-build-monitor-add-on.aspx https://lostechies.com/jasonmeridth/2009/03/05/firefox-hudson-build-monitor-add-on/ | |
redirect 301 /blogs/jason_meridth/archive/2009/03/11/lostechies-welcomes-eric-anderson.aspx https://lostechies.com/jasonmeridth/2009/03/11/lostechies-welcomes-eric-anderson/ | |
redirect 301 /blogs/jason_meridth/archive/2009/03/24/adding-a-git-post-receive-hook-to-fire-off-hudson-ci-server.aspx https://lostechies.com/jasonmeridth/2009/03/24/adding-a-git-post-receive-hook-to-fire-off-hudson-ci-server/ | |
redirect 301 /blogs/jason_meridth/archive/2009/03/27/lostechies-welcomes-james-gregory.aspx https://lostechies.com/jasonmeridth/2009/03/27/lostechies-welcomes-james-gregory/ | |
redirect 301 /blogs/jason_meridth/archive/2009/04/21/san-antonio-community.aspx https://lostechies.com/jasonmeridth/2009/04/21/san-antonio-community/ | |
redirect 301 /blogs/jason_meridth/archive/2009/05/21/textmate-and-community-server-2008-5.aspx https://lostechies.com/jasonmeridth/2009/05/21/textmate-and-community-server-2008-5/ | |
redirect 301 /blogs/jason_meridth/archive/2009/05/21/lostechies-welcomes-ryan-svihla.aspx https://lostechies.com/jasonmeridth/2009/05/21/lostechies-welcomes-ryan-svihla/ | |
redirect 301 /blogs/jason_meridth/archive/2009/06/01/git-for-windows-developers-git-series-part-1.aspx https://lostechies.com/jasonmeridth/2009/06/01/git-for-windows-developers-git-series-part-1/ | |
redirect 301 /blogs/jason_meridth/archive/2009/06/04/git-for-windows-developers-git-series-part-2.aspx https://lostechies.com/jasonmeridth/2009/06/04/git-for-windows-developers-git-series-part-2/ | |
redirect 301 /blogs/jason_meridth/archive/2009/06/07/git-for-windows-developers-git-series-part-3.aspx https://lostechies.com/jasonmeridth/2009/06/08/git-for-windows-developers-git-series-part-3/ | |
redirect 301 /blogs/jason_meridth/archive/2009/06/20/git-for-windows-developers-git-series-part-4.aspx https://lostechies.com/jasonmeridth/2009/06/20/git-for-windows-developers-git-series-part-4/ | |
redirect 301 /blogs/jason_meridth/archive/2009/07/17/git-post-receive-hook-with-integrity-post-call.aspx https://lostechies.com/jasonmeridth/2009/07/17/git-post-receive-hook-with-integrity-post-call/ | |
redirect 301 /blogs/jason_meridth/archive/2009/09/10/git-local-pre-commit-hook.aspx https://lostechies.com/jasonmeridth/2009/09/10/git-local-pre-commit-hook/ | |
redirect 301 /blogs/jason_meridth/archive/2009/09/10/quot-git-commit-a-quot-and-quot-git-add-quot.aspx https://lostechies.com/jasonmeridth/2009/09/10/quot-git-commit-a-quot-and-quot-git-add-quot/ | |
redirect 301 /blogs/jason_meridth/archive/2009/09/10/using-gsub-to-wrap-substring.aspx https://lostechies.com/jasonmeridth/2009/09/10/using-gsub-to-wrap-substring/ | |
redirect 301 /blogs/jason_meridth/archive/2009/09/26/git-instaweb.aspx https://lostechies.com/jasonmeridth/2009/09/27/git-instaweb/ | |
redirect 301 /blogs/jason_meridth/archive/2009/10/02/moving-servers.aspx https://lostechies.com/jasonmeridth/2009/10/03/moving-servers/ | |
redirect 301 /blogs/jason_meridth/archive/2009/10/06/bad-interpreter-no-medium-error-when-running-ruby-from-git-bash.aspx https://lostechies.com/jasonmeridth/2009/10/06/bad-interpreter-no-medium-error-when-running-ruby-from-git-bash/ | |
redirect 301 /blogs/jason_meridth/archive/2010/01/07/review-of-quot-agile-coaching-quot-by-pragprog-press.aspx https://lostechies.com/jasonmeridth/2010/01/07/review-of-quot-agile-coaching-quot-by-pragprog-press/ | |
redirect 301 /blogs/jason_meridth/archive/2010/02/04/pair-programming-with-screen.aspx https://lostechies.com/jasonmeridth/2010/02/04/pair-programming-with-screen/ | |
redirect 301 /blogs/jason_meridth/archive/2010/02/27/git-suspicious-patch-lines.aspx https://lostechies.com/jasonmeridth/2010/02/27/git-suspicious-patch-lines/ | |
redirect 301 /blogs/jason_meridth/archive/2010/02/27/git-post-merge-hook-to-auto-fire-rails-migrations.aspx https://lostechies.com/jasonmeridth/2010/02/27/git-post-merge-hook-to-auto-fire-rails-migrations/ | |
redirect 301 /blogs/jason_meridth/archive/2010/02/27/refspec-matches-more-than-one.aspx https://lostechies.com/jasonmeridth/2010/02/27/refspec-matches-more-than-one/ | |
redirect 301 /blogs/jason_meridth/archive/2010/03/23/git-reset-checkout-amp-quot-bare-double-dash-quot-and-revert.aspx https://lostechies.com/jasonmeridth/2010/03/23/git-reset-checkout-amp-quot-bare-double-dash-quot-and-revert/ | |
redirect 301 /blogs/jason_meridth/archive/2010/03/23/git-tracking-branches.aspx https://lostechies.com/jasonmeridth/2010/03/23/git-tracking-branches/ | |
redirect 301 /blogs/jason_meridth/archive/2010/03/27/lostechies-welcomes-scott-gillenwater.aspx https://lostechies.com/jasonmeridth/2010/03/27/lostechies-welcomes-scott-gillenwater/ | |
redirect 301 /blogs/jason_meridth/archive/2010/04/05/quot-pro-git-quot-cliff-notes.aspx https://lostechies.com/jasonmeridth/2010/04/05/quot-pro-git-quot-cliff-notes/ | |
redirect 301 /blogs/jason_meridth/archive/2010/04/05/oauth.aspx https://lostechies.com/jasonmeridth/2010/04/05/oauth/ | |
redirect 301 /blogs/jason_meridth/archive/2010/05/22/seeing-which-git-branch-i-m-on-via-my-console-prompt-git-ps1.aspx https://lostechies.com/jasonmeridth/2010/05/23/seeing-which-git-branch-i-m-on-via-my-console-prompt-git-ps1/ | |
redirect 301 /blogs/jason_meridth/archive/2010/05/24/my-quot-git-branching-and-workflows-quot-presentation-at-austin-code-camp-2010.aspx https://lostechies.com/jasonmeridth/2010/05/24/my-quot-git-branching-and-workflows-quot-presentation-at-austin-code-camp-2010/ | |
redirect 301 /blogs/jason_meridth/archive/2010/05/24/gitosis-and-gitweb-part-1-setup.aspx https://lostechies.com/jasonmeridth/2010/05/25/gitosis-and-gitweb-part-1-setup/ | |
redirect 301 /blogs/jason_meridth/archive/2010/05/24/gitosis-and-gitweb-part-2-add-projects-and-contributors.aspx https://lostechies.com/jasonmeridth/2010/05/25/gitosis-and-gitweb-part-2-add-projects-and-contributors/ | |
redirect 301 /blogs/jason_meridth/archive/2010/05/27/gitosis-and-gitweb-part-3-gitweb.aspx https://lostechies.com/jasonmeridth/2010/05/27/gitosis-and-gitweb-part-3-gitweb/ | |
redirect 301 /blogs/jason_meridth/archive/2010/05/27/gotcha-with-gitosis-and-python-setuptools.aspx https://lostechies.com/jasonmeridth/2010/05/27/gotcha-with-gitosis-and-python-setuptools/ | |
redirect 301 /blogs/jason_meridth/archive/2010/09/24/git-achievements-on-windows.aspx https://lostechies.com/jasonmeridth/2010/09/25/git-achievements-on-windows/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/04/12/example-of-creating-scope-with-the-using-statement.aspx https://lostechies.com/jimmybogard/2007/04/12/example-of-creating-scope-with-the-using-statement/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/04/16/evils-of-duplication.aspx https://lostechies.com/jimmybogard/2007/04/16/evils-of-duplication/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/04/23/classifying-tests.aspx https://lostechies.com/jimmybogard/2007/04/23/classifying-tests/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/04/23/feedback.aspx https://lostechies.com/jimmybogard/2007/04/23/feedback/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/04/24/notes-on-defects.aspx https://lostechies.com/jimmybogard/2007/04/24/notes-on-defects/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/04/25/re-throwing-exceptions.aspx https://lostechies.com/jimmybogard/2007/04/25/re-throwing-exceptions/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/04/30/swallowing-exceptions-is-hazardous-to-your-health.aspx https://lostechies.com/jimmybogard/2007/04/30/swallowing-exceptions-is-hazardous-to-your-health/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/03/another-reason-to-love-resharper.aspx https://lostechies.com/jimmybogard/2007/05/03/another-reason-to-love-resharper/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/07/consistency-in-user-interface-behavior.aspx https://lostechies.com/jimmybogard/2007/05/07/consistency-in-user-interface-behavior/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/11/proper-string-comparison.aspx https://lostechies.com/jimmybogard/2007/05/11/proper-string-comparison/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/11/pop-quiz-on-ref-and-out-parameters-in-c.aspx https://lostechies.com/jimmybogard/2007/05/11/pop-quiz-on-ref-and-out-parameters-in-c/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/15/parsing-strings-with-the-tryparse-method.aspx https://lostechies.com/jimmybogard/2007/05/15/parsing-strings-with-the-tryparse-method/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/17/project-management-with-microsoft-office-sharepoint-server.aspx https://lostechies.com/jimmybogard/2007/05/17/project-management-with-microsoft-office-sharepoint-server/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/18/fun-with-recursive-lambda-functions.aspx https://lostechies.com/jimmybogard/2007/05/18/fun-with-recursive-lambda-functions/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/22/team-foundation-build-part-1-introduction.aspx https://lostechies.com/jimmybogard/2007/05/22/team-foundation-build-part-1-introduction/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/23/team-foundation-build-part-2-installation-and-configuration.aspx https://lostechies.com/jimmybogard/2007/05/23/team-foundation-build-part-2-installation-and-configuration/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/23/unit-testing-with-stubs-and-rhino-mocks.aspx https://lostechies.com/jimmybogard/2007/05/23/unit-testing-with-stubs-and-rhino-mocks/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/24/team-foundation-build-part-3-creating-a-build.aspx https://lostechies.com/jimmybogard/2007/05/24/team-foundation-build-part-3-creating-a-build/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/24/tfs-guide-now-available.aspx https://lostechies.com/jimmybogard/2007/05/24/tfs-guide-now-available/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/29/refactoring-nant-and-msbuild-build-scripts.aspx https://lostechies.com/jimmybogard/2007/05/29/refactoring-nant-and-msbuild-build-scripts/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/05/30/preventing-new-remote-desktop-sessions-in-server-2003.aspx https://lostechies.com/jimmybogard/2007/05/30/preventing-new-remote-desktop-sessions-in-server-2003/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/06/05/asp-net-2-0-page-lifecycle-poster.aspx https://lostechies.com/jimmybogard/2007/06/05/asp-net-2-0-page-lifecycle-poster/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/06/06/team-foundation-build-part-4-values-principles-and-practices.aspx https://lostechies.com/jimmybogard/2007/06/06/team-foundation-build-part-4-values-principles-and-practices/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/06/14/vsts-scrum-process-templates.aspx https://lostechies.com/jimmybogard/2007/06/14/vsts-scrum-process-templates/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/06/15/choosing-between-constants-or-static-fields.aspx https://lostechies.com/jimmybogard/2007/06/15/choosing-between-constants-or-static-fields/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/06/19/the-problem-with-code-comments.aspx https://lostechies.com/jimmybogard/2007/06/19/the-problem-with-code-comments/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/06/21/multi-targeting-support-for-vs-2008.aspx https://lostechies.com/jimmybogard/2007/06/21/multi-targeting-support-for-vs-2008/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/06/23/disable-annoying-computer-beep.aspx https://lostechies.com/jimmybogard/2007/06/23/disable-annoying-computer-beep/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/06/25/generic-value-object-equality.aspx https://lostechies.com/jimmybogard/2007/06/25/generic-value-object-equality/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/06/27/resharper-plugin-for-cyclomatic-complexity.aspx https://lostechies.com/jimmybogard/2007/06/27/resharper-plugin-for-cyclomatic-complexity/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/07/03/limitations-of-generic-base-classes.aspx https://lostechies.com/jimmybogard/2007/07/03/limitations-of-generic-base-classes/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/07/03/refining-daily-stand-ups.aspx https://lostechies.com/jimmybogard/2007/07/03/refining-daily-stand-ups/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/07/05/when-technical-debt-leads-to-bankruptcy.aspx https://lostechies.com/jimmybogard/2007/07/05/when-technical-debt-leads-to-bankruptcy/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/07/11/introducing-behave.aspx https://lostechies.com/jimmybogard/2007/07/11/introducing-behave/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/07/16/carrot-or-the-stick.aspx https://lostechies.com/jimmybogard/2007/07/16/carrot-or-the-stick/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/07/19/linq-to-reflection.aspx https://lostechies.com/jimmybogard/2007/07/19/linq-to-reflection/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/07/20/constrained-generic-extension-methods.aspx https://lostechies.com/jimmybogard/2007/07/20/constrained-generic-extension-methods/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/07/23/can-your-dev-team-handle-agile-iterative-development.aspx https://lostechies.com/jimmybogard/2007/07/23/can-your-dev-team-handle-agile-iterative-development/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/07/24/if-you-can-t-wait-for-team-build-2008.aspx https://lostechies.com/jimmybogard/2007/07/24/if-you-can-t-wait-for-team-build-2008/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/07/24/try-ruby-in-15-minutes.aspx https://lostechies.com/jimmybogard/2007/07/24/try-ruby-in-15-minutes/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/07/30/motivation-for-iterative-development.aspx https://lostechies.com/jimmybogard/2007/07/30/motivation-for-iterative-development/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/08/01/continuous-integration-book-now-out.aspx https://lostechies.com/jimmybogard/2007/08/01/continuous-integration-book-now-out/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/08/02/some-behave-news.aspx https://lostechies.com/jimmybogard/2007/08/02/some-behave-news/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/08/07/addressing-some-behave-concerns.aspx https://lostechies.com/jimmybogard/2007/08/07/addressing-some-behave-concerns/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/08/09/importance-of-collocation.aspx https://lostechies.com/jimmybogard/2007/08/09/importance-of-collocation/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/08/14/some-pairing-tips.aspx https://lostechies.com/jimmybogard/2007/08/14/some-pairing-tips/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/08/17/pending-scenarios-in-behave.aspx https://lostechies.com/jimmybogard/2007/08/17/pending-scenarios-in-behave/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/08/20/continuous-integration-resources-for-team-build.aspx https://lostechies.com/jimmybogard/2007/08/20/continuous-integration-resources-for-team-build/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/08/27/authoring-stories-with-bdd-using-behave-and-nspec.aspx https://lostechies.com/jimmybogard/2007/08/27/authoring-stories-with-bdd-using-behave-and-nspec/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/08/27/agile-references-for-pms.aspx https://lostechies.com/jimmybogard/2007/08/27/agile-references-for-pms/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/08/29/template-delegate-pattern.aspx https://lostechies.com/jimmybogard/2007/08/30/template-delegate-pattern/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/08/31/legacy-code-testing-techniques-subclass-and-override-non-virtual-members.aspx https://lostechies.com/jimmybogard/2007/08/31/legacy-code-testing-techniques-subclass-and-override-non-virtual-members/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/09/04/authoring-stories-with-nbehave-0-3.aspx https://lostechies.com/jimmybogard/2007/09/04/authoring-stories-with-nbehave-0-3/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/09/05/short-path-to-failure.aspx https://lostechies.com/jimmybogard/2007/09/05/short-path-to-failure/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/09/10/smells-to-refactorings-quick-reference-guide.aspx https://lostechies.com/jimmybogard/2007/09/10/smells-to-refactorings-quick-reference-guide/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/09/17/weird-cruisecontrol-net-error.aspx https://lostechies.com/jimmybogard/2007/09/17/weird-cruisecontrol-net-error/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/09/18/agile-cheat-sheet.aspx https://lostechies.com/jimmybogard/2007/09/18/agile-cheat-sheet/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/09/21/new-favorite-deployment-method.aspx https://lostechies.com/jimmybogard/2007/09/21/new-favorite-deployment-method/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/09/24/sharepoint-2007-wiki-not-a-fan.aspx https://lostechies.com/jimmybogard/2007/09/24/sharepoint-2007-wiki-not-a-fan/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/09/26/organizing-with-solution-folders.aspx https://lostechies.com/jimmybogard/2007/09/26/organizing-with-solution-folders/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/09/26/driving-and-refining-ubiquitous-language.aspx https://lostechies.com/jimmybogard/2007/09/26/driving-and-refining-ubiquitous-language/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/09/28/values-over-vendors.aspx https://lostechies.com/jimmybogard/2007/09/28/values-over-vendors/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/01/setting-off-a-cc-net-build-from-nant.aspx https://lostechies.com/jimmybogard/2007/10/01/setting-off-a-cc-net-build-from-nant/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/02/the-legacy-code-dilemma-and-compiler-warnings.aspx https://lostechies.com/jimmybogard/2007/10/02/the-legacy-code-dilemma-and-compiler-warnings/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/03/daily-routine-with-continuous-integration.aspx https://lostechies.com/jimmybogard/2007/10/03/daily-routine-with-continuous-integration/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/04/treat-warnings-as-errors.aspx https://lostechies.com/jimmybogard/2007/10/04/treat-warnings-as-errors/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/05/compiler-warnings-from-generated-code.aspx https://lostechies.com/jimmybogard/2007/10/05/compiler-warnings-from-generated-code/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/08/alt-net-impressions.aspx https://lostechies.com/jimmybogard/2007/10/08/alt-net-impressions/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/09/are-story-runners-appropriate.aspx https://lostechies.com/jimmybogard/2007/10/09/are-story-runners-appropriate/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/10/subscribing-to-your-google-calendar-in-outlook-2007.aspx https://lostechies.com/jimmybogard/2007/10/10/subscribing-to-your-google-calendar-in-outlook-2007/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/11/alt-net-itis.aspx https://lostechies.com/jimmybogard/2007/10/11/alt-net-itis/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/12/dialing-up-quality.aspx https://lostechies.com/jimmybogard/2007/10/12/dialing-up-quality/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/12/double-edged-sword-of-internalsvisibleto.aspx https://lostechies.com/jimmybogard/2007/10/12/double-edged-sword-of-internalsvisibleto/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/13/fluent-interface-endgame.aspx https://lostechies.com/jimmybogard/2007/10/14/fluent-interface-endgame/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/15/ruby-style-loops-in-c-3-0.aspx https://lostechies.com/jimmybogard/2007/10/16/ruby-style-loops-in-c-3-0/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/18/myth-of-the-isolated-production-fix.aspx https://lostechies.com/jimmybogard/2007/10/18/myth-of-the-isolated-production-fix/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/19/some-domain-driven-design-resources.aspx https://lostechies.com/jimmybogard/2007/10/19/some-domain-driven-design-resources/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/19/smart-tag-shortcut-key.aspx https://lostechies.com/jimmybogard/2007/10/19/smart-tag-shortcut-key/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/19/dependency-breaking-techniques-inline-static-class.aspx https://lostechies.com/jimmybogard/2007/10/19/dependency-breaking-techniques-inline-static-class/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/24/entity-validation-with-visitors-and-extension-methods.aspx https://lostechies.com/jimmybogard/2007/10/24/entity-validation-with-visitors-and-extension-methods/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/25/specifications-versus-validators.aspx https://lostechies.com/jimmybogard/2007/10/25/specifications-versus-validators/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/25/rspec-gone-wrong.aspx https://lostechies.com/jimmybogard/2007/10/25/rspec-gone-wrong/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/30/oslo-mda-soa.aspx https://lostechies.com/jimmybogard/2007/10/30/oslo-mda-soa/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/31/coding-responsibly.aspx https://lostechies.com/jimmybogard/2007/10/31/coding-responsibly/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/10/31/bizarro-tive-development.aspx https://lostechies.com/jimmybogard/2007/10/31/bizarro-tive-development/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/02/record-and-playback-state-in-asp-net.aspx https://lostechies.com/jimmybogard/2007/11/02/record-and-playback-state-in-asp-net/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/06/guidance-over-governance.aspx https://lostechies.com/jimmybogard/2007/11/06/guidance-over-governance/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/06/joining-los-techies.aspx https://lostechies.com/jimmybogard/2007/11/06/joining-los-techies/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/07/some-nant-tips.aspx https://lostechies.com/jimmybogard/2007/11/07/some-nant-tips/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/12/not-a-good-sign.aspx https://lostechies.com/jimmybogard/2007/11/12/not-a-good-sign/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/12/coding-without-confidence.aspx https://lostechies.com/jimmybogard/2007/11/12/coding-without-confidence/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/14/the-sinking-ship.aspx https://lostechies.com/jimmybogard/2007/11/14/the-sinking-ship/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/14/tip-of-the-day.aspx https://lostechies.com/jimmybogard/2007/11/14/tip-of-the-day/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/14/a-downcasting-tragedy.aspx https://lostechies.com/jimmybogard/2007/11/14/a-downcasting-tragedy/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/15/progress-made.aspx https://lostechies.com/jimmybogard/2007/11/15/progress-made/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/19/installing-visual-studio-2008.aspx https://lostechies.com/jimmybogard/2007/11/19/installing-visual-studio-2008/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/20/resharper-in-vs-2008.aspx https://lostechies.com/jimmybogard/2007/11/20/resharper-in-vs-2008/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/20/stop-the-madness.aspx https://lostechies.com/jimmybogard/2007/11/20/stop-the-madness/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/26/some-80-20-feedback.aspx https://lostechies.com/jimmybogard/2007/11/26/some-80-20-feedback/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/26/string-extension-methods.aspx https://lostechies.com/jimmybogard/2007/11/26/string-extension-methods/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/29/intention-concealing-interfaces-blob-parameters.aspx https://lostechies.com/jimmybogard/2007/11/29/intention-concealing-interfaces-blob-parameters/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/11/29/hall-of-shame.aspx https://lostechies.com/jimmybogard/2007/11/29/hall-of-shame/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/12/03/time-is-running-out.aspx https://lostechies.com/jimmybogard/2007/12/03/time-is-running-out/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/12/03/dealing-with-primitive-obsession.aspx https://lostechies.com/jimmybogard/2007/12/03/dealing-with-primitive-obsession/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/12/06/don-t-hide-the-ugly.aspx https://lostechies.com/jimmybogard/2007/12/06/don-t-hide-the-ugly/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/12/12/decomposing-a-book-club.aspx https://lostechies.com/jimmybogard/2007/12/12/decomposing-a-book-club/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/12/14/ruby-style-array-methods-in-c-3-0.aspx https://lostechies.com/jimmybogard/2007/12/14/ruby-style-array-methods-in-c-3-0/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/12/18/alt-net-summary-blog.aspx https://lostechies.com/jimmybogard/2007/12/18/alt-net-summary-blog/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/12/18/dead-google-calendar-gadget.aspx https://lostechies.com/jimmybogard/2007/12/18/dead-google-calendar-gadget/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/12/18/extension-methods-and-primitive-obsession.aspx https://lostechies.com/jimmybogard/2007/12/18/extension-methods-and-primitive-obsession/ | |
redirect 301 /blogs/jimmy_bogard/archive/2007/12/20/upgrading-to-windows-xp-sp2.aspx https://lostechies.com/jimmybogard/2007/12/21/upgrading-to-windows-xp-sp2/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/02/targeting-multiple-environments-through-nant.aspx https://lostechies.com/jimmybogard/2008/01/02/targeting-multiple-environments-through-nant/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/03/time-expired-still-going-strong.aspx https://lostechies.com/jimmybogard/2008/01/03/time-expired-still-going-strong/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/03/application-root-is-your-friend.aspx https://lostechies.com/jimmybogard/2008/01/03/application-root-is-your-friend/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/07/nbehave-source-moved-to-google-code.aspx https://lostechies.com/jimmybogard/2008/01/07/nbehave-source-moved-to-google-code/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/07/svn-and-proxy-servers.aspx https://lostechies.com/jimmybogard/2008/01/07/svn-and-proxy-servers/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/08/for-the-record.aspx https://lostechies.com/jimmybogard/2008/01/08/for-the-record/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/09/more-on-scrummerfall.aspx https://lostechies.com/jimmybogard/2008/01/09/more-on-scrummerfall/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/10/stop-the-flash-insanity.aspx https://lostechies.com/jimmybogard/2008/01/10/stop-the-flash-insanity/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/10/converting-tests-to-specs-is-a-bad-idea.aspx https://lostechies.com/jimmybogard/2008/01/10/converting-tests-to-specs-is-a-bad-idea/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/14/starting-a-new-gig.aspx https://lostechies.com/jimmybogard/2008/01/15/starting-a-new-gig/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/14/making-the-permanent-move.aspx https://lostechies.com/jimmybogard/2008/01/15/making-the-permanent-move/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/15/abusing-using-statements.aspx https://lostechies.com/jimmybogard/2008/01/16/abusing-using-statements/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/16/advanced-ci-integrating-web-applications.aspx https://lostechies.com/jimmybogard/2008/01/16/advanced-ci-integrating-web-applications/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/17/customer-facing-identifiers.aspx https://lostechies.com/jimmybogard/2008/01/17/customer-facing-identifiers/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/17/notes-from-the-austin-ddd-book-club.aspx https://lostechies.com/jimmybogard/2008/01/17/notes-from-the-austin-ddd-book-club/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/22/some-essential-visual-studio-tools.aspx https://lostechies.com/jimmybogard/2008/01/22/some-essential-visual-studio-tools/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/23/watin-and-inamingcontainer-adventures.aspx https://lostechies.com/jimmybogard/2008/01/23/watin-and-inamingcontainer-adventures/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/28/best-tool-for-the-job.aspx https://lostechies.com/jimmybogard/2008/01/28/best-tool-for-the-job/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/01/30/some-c-obscurities.aspx https://lostechies.com/jimmybogard/2008/01/31/some-c-obscurities/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/04/stuck-in-proprietary-land.aspx https://lostechies.com/jimmybogard/2008/02/04/stuck-in-proprietary-land/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/04/flexibility-and-control.aspx https://lostechies.com/jimmybogard/2008/02/05/flexibility-and-control/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/06/stories-requirements-and-language.aspx https://lostechies.com/jimmybogard/2008/02/06/stories-requirements-and-language/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/07/team-system-and-open-source.aspx https://lostechies.com/jimmybogard/2008/02/07/team-system-and-open-source/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/13/getting-over-the-tdd-hump.aspx https://lostechies.com/jimmybogard/2008/02/14/getting-over-the-tdd-hump/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/16/eliminating-obscure-tests.aspx https://lostechies.com/jimmybogard/2008/02/16/eliminating-obscure-tests/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/18/unit-testing-monorail-controllers-redirects.aspx https://lostechies.com/jimmybogard/2008/02/19/unit-testing-monorail-controllers-redirects/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/19/last-xml-serializer-i-ll-ever-write.aspx https://lostechies.com/jimmybogard/2008/02/20/last-xml-serializer-i-ll-ever-write/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/20/nhibernate-and-xmlpoke.aspx https://lostechies.com/jimmybogard/2008/02/21/nhibernate-and-xmlpoke/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/22/moving-past-stored-procedures.aspx https://lostechies.com/jimmybogard/2008/02/22/moving-past-stored-procedures/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/27/testdriven-net-keyboard-shortcut.aspx https://lostechies.com/jimmybogard/2008/02/28/testdriven-net-keyboard-shortcut/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/27/the-gmail-rainbow.aspx https://lostechies.com/jimmybogard/2008/02/28/the-gmail-rainbow/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/02/29/setting-the-default-browser-inside-visual-studio.aspx https://lostechies.com/jimmybogard/2008/02/29/setting-the-default-browser-inside-visual-studio/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/02/letting-the-customer-drive-the-demo.aspx https://lostechies.com/jimmybogard/2008/03/02/letting-the-customer-drive-the-demo/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/05/advanced-mocking-auto-interaction-testing.aspx https://lostechies.com/jimmybogard/2008/03/06/advanced-mocking-auto-interaction-testing/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/06/advanced-mocking-anonymous-test-spy.aspx https://lostechies.com/jimmybogard/2008/03/07/advanced-mocking-anonymous-test-spy/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/10/the-many-faces-of-expectedexception.aspx https://lostechies.com/jimmybogard/2008/03/11/the-many-faces-of-expectedexception/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/11/a-small-correction.aspx https://lostechies.com/jimmybogard/2008/03/11/a-small-correction/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/12/advanced-mocking-mocks-and-stubs.aspx https://lostechies.com/jimmybogard/2008/03/13/advanced-mocking-mocks-and-stubs/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/13/clearing-up-the-mock-confusion.aspx https://lostechies.com/jimmybogard/2008/03/14/clearing-up-the-mock-confusion/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/16/review-xunit-test-patterns.aspx https://lostechies.com/jimmybogard/2008/03/17/review-xunit-test-patterns/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/18/mapping-options-in-linq-to-sql.aspx https://lostechies.com/jimmybogard/2008/03/19/mapping-options-in-linq-to-sql/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/19/controller-bloat.aspx https://lostechies.com/jimmybogard/2008/03/20/controller-bloat/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/20/is-your-process-dead.aspx https://lostechies.com/jimmybogard/2008/03/20/is-your-process-dead/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/22/variations-on-a-func-y-theme.aspx https://lostechies.com/jimmybogard/2008/03/22/variations-on-a-func-y-theme/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/25/looking-for-extreme-programmers-in-austin-tx.aspx https://lostechies.com/jimmybogard/2008/03/25/looking-for-extreme-programmers-in-austin-tx/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/26/stop-creating-custom-delegate-types.aspx https://lostechies.com/jimmybogard/2008/03/26/stop-creating-custom-delegate-types/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/03/31/ptom-the-dependency-inversion-principle.aspx https://lostechies.com/jimmybogard/2008/03/31/ptom-the-dependency-inversion-principle/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/04/07/reacting-to-change.aspx https://lostechies.com/jimmybogard/2008/04/08/reacting-to-change/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/04/08/dear-software-tool-vendors-re-i-m-breaking-up-with-you.aspx https://lostechies.com/jimmybogard/2008/04/08/dear-software-tool-vendors-re-i-m-breaking-up-with-you/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/04/15/guidelines-aren-t-rules.aspx https://lostechies.com/jimmybogard/2008/04/15/guidelines-aren-t-rules/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/04/16/profiling-a-legacy-app.aspx https://lostechies.com/jimmybogard/2008/04/16/profiling-a-legacy-app/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/04/19/version-control-with-subversion-so-easy-my-wife-can-do-it.aspx https://lostechies.com/jimmybogard/2008/04/19/version-control-with-subversion-so-easy-my-wife-can-do-it/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/04/21/auto-mocking-container-pitfalls.aspx https://lostechies.com/jimmybogard/2008/04/21/auto-mocking-container-pitfalls/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/04/22/should-you-tdd-when-flying-solo.aspx https://lostechies.com/jimmybogard/2008/04/23/should-you-tdd-when-flying-solo/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/04/25/raising-the-bar.aspx https://lostechies.com/jimmybogard/2008/04/26/raising-the-bar/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/04/27/understanding-mock-objects-an-alternate-solution.aspx https://lostechies.com/jimmybogard/2008/04/28/understanding-mock-objects-an-alternate-solution/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/04/30/developers-or-engineers.aspx https://lostechies.com/jimmybogard/2008/04/30/developers-or-engineers/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/05/a-pointless-exercise.aspx https://lostechies.com/jimmybogard/2008/05/05/a-pointless-exercise/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/06/pablotv-eliminating-static-dependencies-screencast.aspx https://lostechies.com/jimmybogard/2008/05/06/pablotv-eliminating-static-dependencies-screencast/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/07/mike-cohn-in-town.aspx https://lostechies.com/jimmybogard/2008/05/07/mike-cohn-in-town/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/08/enhancing-mappers-with-linq.aspx https://lostechies.com/jimmybogard/2008/05/08/enhancing-mappers-with-linq/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/09/linq-query-operators-lose-that-foreach-already.aspx https://lostechies.com/jimmybogard/2008/05/09/linq-query-operators-lose-that-foreach-already/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/15/domain-driven-design-supple-design-patterns-series.aspx https://lostechies.com/jimmybogard/2008/05/15/domain-driven-design-supple-design-patterns-series/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/15/see-you-at-austin-code-camp.aspx https://lostechies.com/jimmybogard/2008/05/15/see-you-at-austin-code-camp/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/18/austin-code-camp-2008-post-mortem.aspx https://lostechies.com/jimmybogard/2008/05/19/austin-code-camp-2008-post-mortem/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/18/asp-net-officially-unmaintainable.aspx https://lostechies.com/jimmybogard/2008/05/19/asp-net-officially-unmaintainable/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/19/more-entity-framework-thoughts.aspx https://lostechies.com/jimmybogard/2008/05/19/more-entity-framework-thoughts/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/20/entities-value-objects-aggregates-and-roots.aspx https://lostechies.com/jimmybogard/2008/05/21/entities-value-objects-aggregates-and-roots/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/20/the-mvc-storefront-challenge.aspx https://lostechies.com/jimmybogard/2008/05/21/the-mvc-storefront-challenge/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/21/working-with-the-web-model.aspx https://lostechies.com/jimmybogard/2008/05/22/working-with-the-web-model/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/27/austin-code-camp-material-posted.aspx https://lostechies.com/jimmybogard/2008/05/28/austin-code-camp-material-posted/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/05/28/mvc-storefront-challenge-kickoff.aspx https://lostechies.com/jimmybogard/2008/05/29/mvc-storefront-challenge-kickoff/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/06/03/failures-of-aimless-large-scale-refactorings.aspx https://lostechies.com/jimmybogard/2008/06/04/failures-of-aimless-large-scale-refactorings/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/06/04/designing-primary-keys.aspx https://lostechies.com/jimmybogard/2008/06/05/designing-primary-keys/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/06/05/forbidden-void-type-in-c.aspx https://lostechies.com/jimmybogard/2008/06/06/forbidden-void-type-in-c/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/06/07/some-improved-linq-operators.aspx https://lostechies.com/jimmybogard/2008/06/07/some-improved-linq-operators/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/06/17/separation-of-concerns-how-not-to-do-it.aspx https://lostechies.com/jimmybogard/2008/06/17/separation-of-concerns-how-not-to-do-it/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/06/18/adios-netflix-profiles.aspx https://lostechies.com/jimmybogard/2008/06/19/adios-netflix-profiles/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/06/19/separation-of-concerns-by-example-part-1.aspx https://lostechies.com/jimmybogard/2008/06/20/separation-of-concerns-by-example-part-1/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/06/24/separation-of-concerns-by-example-part-2.aspx https://lostechies.com/jimmybogard/2008/06/24/separation-of-concerns-by-example-part-2/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/06/24/entity-framework-vote-of-no-confidence.aspx https://lostechies.com/jimmybogard/2008/06/25/entity-framework-vote-of-no-confidence/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/06/26/when-a-space-isn-t-a-space.aspx https://lostechies.com/jimmybogard/2008/06/26/when-a-space-isn-t-a-space/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/06/26/separation-of-concerns-by-example-part-3.aspx https://lostechies.com/jimmybogard/2008/06/27/separation-of-concerns-by-example-part-3/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/07/entities-and-the-law-of-demeter.aspx https://lostechies.com/jimmybogard/2008/07/07/entities-and-the-law-of-demeter/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/10/separation-of-concerns-by-example-part-4.aspx https://lostechies.com/jimmybogard/2008/07/10/separation-of-concerns-by-example-part-4/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/12/going-lean-in-visual-studio.aspx https://lostechies.com/jimmybogard/2008/07/12/going-lean-in-visual-studio/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/12/alt-net-certification-course.aspx https://lostechies.com/jimmybogard/2008/07/12/alt-net-certification-course/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/14/speaking-at-adnug-tonight.aspx https://lostechies.com/jimmybogard/2008/07/14/speaking-at-adnug-tonight/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/17/separation-of-concerns-by-example-part-5.aspx https://lostechies.com/jimmybogard/2008/07/17/separation-of-concerns-by-example-part-5/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/18/expressions-and-lambdas.aspx https://lostechies.com/jimmybogard/2008/07/19/expressions-and-lambdas/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/19/showing-some-mvc-support.aspx https://lostechies.com/jimmybogard/2008/07/19/showing-some-mvc-support/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/24/arrange-act-assert-and-bdd-specifications.aspx https://lostechies.com/jimmybogard/2008/07/24/arrange-act-assert-and-bdd-specifications/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/29/integrating-structuremap-with-wcf.aspx https://lostechies.com/jimmybogard/2008/07/30/integrating-structuremap-with-wcf/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/30/trusted-subsystem-wcf-and-iis.aspx https://lostechies.com/jimmybogard/2008/07/31/trusted-subsystem-wcf-and-iis/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/07/31/trusted-subsystem-wcf-and-iis-5-revisited.aspx https://lostechies.com/jimmybogard/2008/08/01/trusted-subsystem-wcf-and-iis-5-revisited/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/08/04/rails-notes-from-the-net-side.aspx https://lostechies.com/jimmybogard/2008/08/05/rails-notes-from-the-net-side/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/08/12/enumeration-classes.aspx https://lostechies.com/jimmybogard/2008/08/12/enumeration-classes/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/08/13/deferred-execution-gotchas.aspx https://lostechies.com/jimmybogard/2008/08/13/deferred-execution-gotchas/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/08/14/austin-ddd-book-club-wrapped-up.aspx https://lostechies.com/jimmybogard/2008/08/15/austin-ddd-book-club-wrapped-up/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/08/18/convention-configuration-and-wcf.aspx https://lostechies.com/jimmybogard/2008/08/18/convention-configuration-and-wcf/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/08/19/on-good-design-and-defining-success.aspx https://lostechies.com/jimmybogard/2008/08/20/on-good-design-and-defining-success/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/08/19/ddd-repositories-and-orms.aspx https://lostechies.com/jimmybogard/2008/08/20/ddd-repositories-and-orms/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/08/21/services-in-domain-driven-design.aspx https://lostechies.com/jimmybogard/2008/08/21/services-in-domain-driven-design/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/08/26/parameter-lists-in-nhibernate.aspx https://lostechies.com/jimmybogard/2008/08/27/parameter-lists-in-nhibernate/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/08/26/strategies-and-discriminators-in-nhibernate.aspx https://lostechies.com/jimmybogard/2008/08/27/strategies-and-discriminators-in-nhibernate/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/08/30/one-of-those-days.aspx https://lostechies.com/jimmybogard/2008/08/30/one-of-those-days/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/09/03/building-arrays-in-structuremap-2-5.aspx https://lostechies.com/jimmybogard/2008/09/03/building-arrays-in-structuremap-2-5/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/09/04/on-passion.aspx https://lostechies.com/jimmybogard/2008/09/04/on-passion/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/09/09/quality-and-code-coverage.aspx https://lostechies.com/jimmybogard/2008/09/09/quality-and-code-coverage/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/09/12/some-ioc-container-guidelines.aspx https://lostechies.com/jimmybogard/2008/09/12/some-ioc-container-guidelines/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/09/16/integrating-structuremap-and-nhibernate-with-wcf.aspx https://lostechies.com/jimmybogard/2008/09/16/integrating-structuremap-and-nhibernate-with-wcf/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/09/18/tdd-design-trade-offs-and-junk-food.aspx https://lostechies.com/jimmybogard/2008/09/18/tdd-design-trade-offs-and-junk-food/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/09/20/interfaces-and-isolation.aspx https://lostechies.com/jimmybogard/2008/09/20/interfaces-and-isolation/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/09/21/ten-tips-to-maximize-the-return-on-your-tdd-investment.aspx https://lostechies.com/jimmybogard/2008/09/22/ten-tips-to-maximize-the-return-on-your-tdd-investment/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/09/22/a-tdd-investment-addendum.aspx https://lostechies.com/jimmybogard/2008/09/23/a-tdd-investment-addendum/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/09/26/javascript-block-scoping.aspx https://lostechies.com/jimmybogard/2008/09/26/javascript-block-scoping/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/10/04/windows-2008-workstation-and-live-writer.aspx https://lostechies.com/jimmybogard/2008/10/04/windows-2008-workstation-and-live-writer/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/10/04/transitioning-between-consulting-projects.aspx https://lostechies.com/jimmybogard/2008/10/04/transitioning-between-consulting-projects/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/10/05/three-simple-rhino-mocks-rules.aspx https://lostechies.com/jimmybogard/2008/10/06/three-simple-rhino-mocks-rules/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/10/12/notimplementedexception-and-the-interface-segregation-principle.aspx https://lostechies.com/jimmybogard/2008/10/12/notimplementedexception-and-the-interface-segregation-principle/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/10/14/acceptable-test-failures.aspx https://lostechies.com/jimmybogard/2008/10/14/acceptable-test-failures/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/10/15/fluent-hierarchical-construction.aspx https://lostechies.com/jimmybogard/2008/10/15/fluent-hierarchical-construction/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/10/21/encapsulation-and-thinking-behaviorally.aspx https://lostechies.com/jimmybogard/2008/10/21/encapsulation-and-thinking-behaviorally/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/10/22/where-are-the-ddd-sample-applications.aspx https://lostechies.com/jimmybogard/2008/10/22/where-are-the-ddd-sample-applications/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/10/27/hail-to-the-king-baby.aspx https://lostechies.com/jimmybogard/2008/10/27/hail-to-the-king-baby/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/10/29/testing-fun-with-asp-net-mvc.aspx https://lostechies.com/jimmybogard/2008/10/29/testing-fun-with-asp-net-mvc/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/10/29/searching-for-a-read-only-list.aspx https://lostechies.com/jimmybogard/2008/10/30/searching-for-a-read-only-list/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/04/continuous-integration-tip-of-the-day.aspx https://lostechies.com/jimmybogard/2008/11/05/continuous-integration-tip-of-the-day/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/04/thoughts-on-c-4-0.aspx https://lostechies.com/jimmybogard/2008/11/05/thoughts-on-c-4-0/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/06/worst-visual-studio-message-ever.aspx https://lostechies.com/jimmybogard/2008/11/07/worst-visual-studio-message-ever/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/07/conversion-operator-behavior-and-casting.aspx https://lostechies.com/jimmybogard/2008/11/08/conversion-operator-behavior-and-casting/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/08/boycotting-flash.aspx https://lostechies.com/jimmybogard/2008/11/08/boycotting-flash/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/09/systemtime-versus-isystemclock-dependencies-revisited.aspx https://lostechies.com/jimmybogard/2008/11/09/systemtime-versus-isystemclock-dependencies-revisited/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/17/where-tdd-fails-for-me.aspx https://lostechies.com/jimmybogard/2008/11/18/where-tdd-fails-for-me/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/18/programmers-are-not-typists-first.aspx https://lostechies.com/jimmybogard/2008/11/19/programmers-are-not-typists-first/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/19/functionally-dynamic.aspx https://lostechies.com/jimmybogard/2008/11/20/functionally-dynamic/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/22/well-that-s-just-precious.aspx https://lostechies.com/jimmybogard/2008/11/22/well-that-s-just-precious/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/22/beware-exceptions-in-attribute-constructors.aspx https://lostechies.com/jimmybogard/2008/11/23/beware-exceptions-in-attribute-constructors/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/24/dealing-with-parameters-in-expressions-and-strongly-typed-reflection.aspx https://lostechies.com/jimmybogard/2008/11/25/dealing-with-parameters-in-expressions-and-strongly-typed-reflection/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/26/viewing-all-foreign-key-constraints-in-sql-server.aspx https://lostechies.com/jimmybogard/2008/11/27/viewing-all-foreign-key-constraints-in-sql-server/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/11/26/visualizing-linq-expressions-in-the-debugger.aspx https://lostechies.com/jimmybogard/2008/11/27/visualizing-linq-expressions-in-the-debugger/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/12/08/attributes-are-lousy-decorators.aspx https://lostechies.com/jimmybogard/2008/12/09/attributes-are-lousy-decorators/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/12/11/more-c-attribute-annoyances.aspx https://lostechies.com/jimmybogard/2008/12/12/more-c-attribute-annoyances/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/12/14/making-frameworks-container-aware.aspx https://lostechies.com/jimmybogard/2008/12/15/making-frameworks-container-aware/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/12/15/domain-models-in-presentation-frameworks.aspx https://lostechies.com/jimmybogard/2008/12/16/domain-models-in-presentation-frameworks/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/12/18/why-we-need-named-parameters.aspx https://lostechies.com/jimmybogard/2008/12/18/why-we-need-named-parameters/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/12/18/getting-value-out-of-your-unit-tests.aspx https://lostechies.com/jimmybogard/2008/12/19/getting-value-out-of-your-unit-tests/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/12/21/piecemeal-expression-evaluation.aspx https://lostechies.com/jimmybogard/2008/12/21/piecemeal-expression-evaluation/ | |
redirect 301 /blogs/jimmy_bogard/archive/2008/12/30/ten-things-to-retire-in-2009.aspx https://lostechies.com/jimmybogard/2008/12/31/ten-things-to-retire-in-2009/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/01/02/extension-methods-and-a-plea-for-mixins.aspx https://lostechies.com/jimmybogard/2009/01/03/extension-methods-and-a-plea-for-mixins/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/01/04/10-things-to-embrace-in-2009.aspx https://lostechies.com/jimmybogard/2009/01/05/10-things-to-embrace-in-2009/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/01/05/ddd-is-not-all-or-nothing.aspx https://lostechies.com/jimmybogard/2009/01/06/ddd-is-not-all-or-nothing/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/01/11/enabling-success-with-opinionated-architecture.aspx https://lostechies.com/jimmybogard/2009/01/11/enabling-success-with-opinionated-architecture/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/01/14/a-new-breed-of-magic-strings-in-asp-net-mvc.aspx https://lostechies.com/jimmybogard/2009/01/14/a-new-breed-of-magic-strings-in-asp-net-mvc/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/01/20/javascript-decorator-pattern.aspx https://lostechies.com/jimmybogard/2009/01/20/javascript-decorator-pattern/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/01/22/automapper-the-object-object-mapper.aspx https://lostechies.com/jimmybogard/2009/01/23/automapper-the-object-object-mapper/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/01/27/asp-net-mvc-options-for-consolidating-html.aspx https://lostechies.com/jimmybogard/2009/01/28/asp-net-mvc-options-for-consolidating-html/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/01/28/be-wary-of-container-calls-in-tests.aspx https://lostechies.com/jimmybogard/2009/01/29/be-wary-of-container-calls-in-tests/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/01/29/automapper-mailing-list-created.aspx https://lostechies.com/jimmybogard/2009/01/29/automapper-mailing-list-created/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/02/crafting-wicked-domain-models-with-components-in-ddd.aspx https://lostechies.com/jimmybogard/2009/02/03/crafting-wicked-domain-models-with-components-in-ddd/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/04/ddd-aggregate-component-pattern-in-action.aspx https://lostechies.com/jimmybogard/2009/02/05/ddd-aggregate-component-pattern-in-action/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/10/on-symbology-and-materialism.aspx https://lostechies.com/jimmybogard/2009/02/11/on-symbology-and-materialism/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/10/entropy-in-software.aspx https://lostechies.com/jimmybogard/2009/02/11/entropy-in-software/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/11/automapper-0-2-released.aspx https://lostechies.com/jimmybogard/2009/02/11/automapper-0-2-released/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/15/language-feature-parity-and-the-polyglot-programmer.aspx https://lostechies.com/jimmybogard/2009/02/15/language-feature-parity-and-the-polyglot-programmer/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/15/validation-in-a-ddd-world.aspx https://lostechies.com/jimmybogard/2009/02/15/validation-in-a-ddd-world/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/16/spaces-in-identifier-names-in-c.aspx https://lostechies.com/jimmybogard/2009/02/17/spaces-in-identifier-names-in-c/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/21/automapper-feature-projection.aspx https://lostechies.com/jimmybogard/2009/02/21/automapper-feature-projection/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/24/polymorphism-in-expression-trees.aspx https://lostechies.com/jimmybogard/2009/02/25/polymorphism-in-expression-trees/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/26/seamless-test-authoring-with-resharper-and-autohotkey.aspx https://lostechies.com/jimmybogard/2009/02/26/seamless-test-authoring-with-resharper-and-autohotkey/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/02/26/automapper-now-on-teamcity-codebetter-com.aspx https://lostechies.com/jimmybogard/2009/02/27/automapper-now-on-teamcity-codebetter-com/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/03/05/transactions-and-the-check-in-dance.aspx https://lostechies.com/jimmybogard/2009/03/05/transactions-and-the-check-in-dance/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/03/08/why-are-we-so-cheap-with-software.aspx https://lostechies.com/jimmybogard/2009/03/09/why-are-we-so-cheap-with-software/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/03/11/asp-net-mvc-rc-finally-working-for-me.aspx https://lostechies.com/jimmybogard/2009/03/11/asp-net-mvc-rc-finally-working-for-me/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/03/11/what-s-in-a-version-name.aspx https://lostechies.com/jimmybogard/2009/03/12/what-s-in-a-version-name/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/03/15/disambiguating-a-test-fixture.aspx https://lostechies.com/jimmybogard/2009/03/16/disambiguating-a-test-fixture/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/03/15/a-sign-of-the-times.aspx https://lostechies.com/jimmybogard/2009/03/16/a-sign-of-the-times/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/03/16/unicode-in-regular-expressions.aspx https://lostechies.com/jimmybogard/2009/03/17/unicode-in-regular-expressions/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/03/17/a-better-model-binder.aspx https://lostechies.com/jimmybogard/2009/03/18/a-better-model-binder/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/03/26/mvc-beta-to-rtw-upgrade-issue-addmodelerror-and-nullreferenceexceptions.aspx https://lostechies.com/jimmybogard/2009/03/27/mvc-beta-to-rtw-upgrade-issue-addmodelerror-and-nullreferenceexceptions/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/04/02/required-developer-reading.aspx https://lostechies.com/jimmybogard/2009/04/03/required-developer-reading/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/04/04/adventures-with-il-merge.aspx https://lostechies.com/jimmybogard/2009/04/04/adventures-with-il-merge/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/04/04/automapper-0-3-beta-released.aspx https://lostechies.com/jimmybogard/2009/04/05/automapper-0-3-beta-released/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/04/08/quality-against-a-deadline.aspx https://lostechies.com/jimmybogard/2009/04/09/quality-against-a-deadline/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/04/09/a-sign-of-team-maturity.aspx https://lostechies.com/jimmybogard/2009/04/09/a-sign-of-team-maturity/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/04/11/strongly-typed-telerik-reports.aspx https://lostechies.com/jimmybogard/2009/04/11/strongly-typed-telerik-reports/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/04/14/automapper-feature-interfaces-and-dynamic-mapping.aspx https://lostechies.com/jimmybogard/2009/04/15/automapper-feature-interfaces-and-dynamic-mapping/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/04/15/speeding-up-a-local-build.aspx https://lostechies.com/jimmybogard/2009/04/16/speeding-up-a-local-build/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/04/21/the-infinite-extensibility-engine.aspx https://lostechies.com/jimmybogard/2009/04/22/the-infinite-extensibility-engine/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/04/24/how-we-do-mvc.aspx https://lostechies.com/jimmybogard/2009/04/24/how-we-do-mvc/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/05/05/automapper-feature-custom-type-converters.aspx https://lostechies.com/jimmybogard/2009/05/06/automapper-feature-custom-type-converters/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/05/05/a-testing-survey-on-a-large-project.aspx https://lostechies.com/jimmybogard/2009/05/06/a-testing-survey-on-a-large-project/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/05/11/automapper-and-ioc.aspx https://lostechies.com/jimmybogard/2009/05/12/automapper-and-ioc/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/05/12/success-and-statistics.aspx https://lostechies.com/jimmybogard/2009/05/13/success-and-statistics/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/05/13/essential-tools-for-web-developers.aspx https://lostechies.com/jimmybogard/2009/05/14/essential-tools-for-web-developers/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/05/14/project-wide-controller-survey-through-reflection.aspx https://lostechies.com/jimmybogard/2009/05/15/project-wide-controller-survey-through-reflection/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/05/19/beyond-top-down-design.aspx https://lostechies.com/jimmybogard/2009/05/20/beyond-top-down-design/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/05/21/podcast-on-automapper-live.aspx https://lostechies.com/jimmybogard/2009/05/21/podcast-on-automapper-live/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/05/22/subverting-tdd-as-a-design-tool.aspx https://lostechies.com/jimmybogard/2009/05/22/subverting-tdd-as-a-design-tool/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/05/27/ptom-black-box-analysis-of-legacy-applications.aspx https://lostechies.com/jimmybogard/2009/05/28/ptom-black-box-analysis-of-legacy-applications/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/05/28/meaning-of-life.aspx https://lostechies.com/jimmybogard/2009/05/29/meaning-of-life/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/06/03/fighting-technical-debt-with-the-wall-of-pain.aspx https://lostechies.com/jimmybogard/2009/06/04/fighting-technical-debt-with-the-wall-of-pain/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/06/07/reflecting-reality.aspx https://lostechies.com/jimmybogard/2009/06/08/reflecting-reality/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/06/09/defining-and-refining-conventions.aspx https://lostechies.com/jimmybogard/2009/06/09/defining-and-refining-conventions/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/06/10/simplest-versus-first-thing-that-could-possibly-work.aspx https://lostechies.com/jimmybogard/2009/06/11/simplest-versus-first-thing-that-could-possibly-work/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/06/14/requesting-features-for-automapper.aspx https://lostechies.com/jimmybogard/2009/06/15/requesting-features-for-automapper/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/06/15/why-opinionated-input-builders-for-asp-net-mvc.aspx https://lostechies.com/jimmybogard/2009/06/15/why-opinionated-input-builders-for-asp-net-mvc/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/06/17/more-on-late-bound-invocations-with-expression-trees.aspx https://lostechies.com/jimmybogard/2009/06/18/more-on-late-bound-invocations-with-expression-trees/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/06/18/the-filter-viewdata-anti-pattern.aspx https://lostechies.com/jimmybogard/2009/06/19/the-filter-viewdata-anti-pattern/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/06/24/expressions-cheat-sheet.aspx https://lostechies.com/jimmybogard/2009/06/25/expressions-cheat-sheet/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/06/29/how-we-do-mvc-view-models.aspx https://lostechies.com/jimmybogard/2009/06/30/how-we-do-mvc-view-models/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/07/01/congrats-to-the-los-techies-mvps.aspx https://lostechies.com/jimmybogard/2009/07/02/congrats-to-the-los-techies-mvps/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/07/03/how-not-to-do-dependency-injection-in-nerddinner.aspx https://lostechies.com/jimmybogard/2009/07/03/how-not-to-do-dependency-injection-in-nerddinner/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/07/06/refactoring-challenge.aspx https://lostechies.com/jimmybogard/2009/07/07/refactoring-challenge/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/07/07/refactoring-challenge-part-1-examination.aspx https://lostechies.com/jimmybogard/2009/07/08/refactoring-challenge-part-1-examination/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/07/08/refactoring-challenge-part-2-preparation.aspx https://lostechies.com/jimmybogard/2009/07/09/refactoring-challenge-part-2-preparation/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/07/14/no-fluff-just-stuff-roundup.aspx https://lostechies.com/jimmybogard/2009/07/14/no-fluff-just-stuff-roundup/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/07/14/when-is-poor-man-s-dependency-injection-appropriate.aspx https://lostechies.com/jimmybogard/2009/07/14/when-is-poor-man-s-dependency-injection-appropriate/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/07/22/refactoring-challenge-part-3-pattern-implementation.aspx https://lostechies.com/jimmybogard/2009/07/23/refactoring-challenge-part-3-pattern-implementation/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/07/26/refactoring-challenge-2-functionally-illiterate.aspx https://lostechies.com/jimmybogard/2009/07/27/refactoring-challenge-2-functionally-illiterate/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/07/28/my-ideal-ide.aspx https://lostechies.com/jimmybogard/2009/07/29/my-ideal-ide/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/07/28/succeeding-with-mediocrity.aspx https://lostechies.com/jimmybogard/2009/07/29/succeeding-with-mediocrity/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/08/04/analyzing-automapper-performance.aspx https://lostechies.com/jimmybogard/2009/08/05/analyzing-automapper-performance/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/08/05/late-bound-invocations-with-dynamicmethod.aspx https://lostechies.com/jimmybogard/2009/08/06/late-bound-invocations-with-dynamicmethod/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/08/11/javascript-a-tool-too-sharp.aspx https://lostechies.com/jimmybogard/2009/08/12/javascript-a-tool-too-sharp/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/08/15/continuous-learning-and-getting-left-behind.aspx https://lostechies.com/jimmybogard/2009/08/15/continuous-learning-and-getting-left-behind/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/08/16/getting-stuck-in-the-weeds.aspx https://lostechies.com/jimmybogard/2009/08/17/getting-stuck-in-the-weeds/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/08/17/how-to-hinder-reflection-based-scenarios.aspx https://lostechies.com/jimmybogard/2009/08/18/how-to-hinder-reflection-based-scenarios/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/08/27/the-webforms-stalwarts.aspx https://lostechies.com/jimmybogard/2009/08/27/the-webforms-stalwarts/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/08/28/my-favorite-nhibernate-exception.aspx https://lostechies.com/jimmybogard/2009/08/28/my-favorite-nhibernate-exception/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/09/01/partially-closed-generic-types.aspx https://lostechies.com/jimmybogard/2009/09/01/partially-closed-generic-types/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/09/02/ddd-repository-implementation-patterns.aspx https://lostechies.com/jimmybogard/2009/09/03/ddd-repository-implementation-patterns/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/09/10/wither-the-repository.aspx https://lostechies.com/jimmybogard/2009/09/11/wither-the-repository/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/09/14/automapper-1-0-rc1-released.aspx https://lostechies.com/jimmybogard/2009/09/15/automapper-1-0-rc1-released/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/09/17/the-case-for-two-way-mapping-in-automapper.aspx https://lostechies.com/jimmybogard/2009/09/18/the-case-for-two-way-mapping-in-automapper/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/09/28/thanks-houston-techfest.aspx https://lostechies.com/jimmybogard/2009/09/28/thanks-houston-techfest/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/09/29/my-favorite-bug-tracking-system.aspx https://lostechies.com/jimmybogard/2009/09/29/my-favorite-bug-tracking-system/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/09/30/bugs-defects-and-feedback.aspx https://lostechies.com/jimmybogard/2009/09/30/bugs-defects-and-feedback/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/10/08/an-automapper-success-story.aspx https://lostechies.com/jimmybogard/2009/10/08/an-automapper-success-story/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/10/15/thanks-arkansas.aspx https://lostechies.com/jimmybogard/2009/10/16/thanks-arkansas/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/10/15/more-missing-linq-operators.aspx https://lostechies.com/jimmybogard/2009/10/16/more-missing-linq-operators/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/10/19/how-not-to-implement-a-failing-test.aspx https://lostechies.com/jimmybogard/2009/10/19/how-not-to-implement-a-failing-test/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/10/21/c4mvc-meeting-on-ui-testing.aspx https://lostechies.com/jimmybogard/2009/10/21/c4mvc-meeting-on-ui-testing/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/10/22/c4mvc-ui-testing-screencast-posted.aspx https://lostechies.com/jimmybogard/2009/10/23/c4mvc-ui-testing-screencast-posted/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/10/27/mvc-web-testing-strategies-verifying-content.aspx https://lostechies.com/jimmybogard/2009/10/28/mvc-web-testing-strategies-verifying-content/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/10/28/mvc-best-practices.aspx https://lostechies.com/jimmybogard/2009/10/28/mvc-best-practices/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/11/09/fields-and-virtual-members.aspx https://lostechies.com/jimmybogard/2009/11/09/fields-and-virtual-members/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/11/12/willed-and-forced-design.aspx https://lostechies.com/jimmybogard/2009/11/13/willed-and-forced-design/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/11/13/how-to-annoy-your-teammates.aspx https://lostechies.com/jimmybogard/2009/11/13/how-to-annoy-your-teammates/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/11/19/a-better-model-binder-addendum.aspx https://lostechies.com/jimmybogard/2009/11/20/a-better-model-binder-addendum/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/11/23/hitting-the-upper-limit-of-foreign-key-constraints.aspx https://lostechies.com/jimmybogard/2009/11/24/hitting-the-upper-limit-of-foreign-key-constraints/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/12/01/migrating-to-fluent-nhibernate.aspx https://lostechies.com/jimmybogard/2009/12/02/migrating-to-fluent-nhibernate/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/12/02/the-template-method-is-a-lie.aspx https://lostechies.com/jimmybogard/2009/12/03/the-template-method-is-a-lie/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/12/03/persistence-model-and-domain-anemia.aspx https://lostechies.com/jimmybogard/2009/12/03/persistence-model-and-domain-anemia/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/12/08/linq-query-operators-and-null-lists.aspx https://lostechies.com/jimmybogard/2009/12/08/linq-query-operators-and-null-lists/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx https://lostechies.com/jimmybogard/2009/12/09/organizing-asp-net-mvc-solutions/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/12/09/infoq-interview-on-asp-net-mvc-in-action-up.aspx https://lostechies.com/jimmybogard/2009/12/09/infoq-interview-on-asp-net-mvc-in-action-up/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/12/12/enabling-ioc-in-asp-net-actionresults-or-a-better-actionresult.aspx https://lostechies.com/jimmybogard/2009/12/12/enabling-ioc-in-asp-net-actionresults-or-a-better-actionresult/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/12/17/advanced-structuremap-connecting-implementations-to-open-generic-types.aspx https://lostechies.com/jimmybogard/2009/12/18/advanced-structuremap-connecting-implementations-to-open-generic-types/ | |
redirect 301 /blogs/jimmy_bogard/archive/2009/12/23/automapper-dsl-design-post-mortem.aspx https://lostechies.com/jimmybogard/2009/12/23/automapper-dsl-design-post-mortem/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/01/04/ui-automation-tools-snake-oil.aspx https://lostechies.com/jimmybogard/2010/01/04/ui-automation-tools-snake-oil/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/01/06/mvc-bootcamp-next-week.aspx https://lostechies.com/jimmybogard/2010/01/06/mvc-bootcamp-next-week/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/01/07/advanced-structuremap-custom-registration-conventions-for-partially-closed-types.aspx https://lostechies.com/jimmybogard/2010/01/07/advanced-structuremap-custom-registration-conventions-for-partially-closed-types/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/01/18/poor-use-of-di-versus-need-for-di.aspx https://lostechies.com/jimmybogard/2010/01/18/poor-use-of-di-versus-need-for-di/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/01/18/starting-fresh.aspx https://lostechies.com/jimmybogard/2010/01/18/starting-fresh/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/01/18/my-picture-of-an-mvc-webforms-marriage.aspx https://lostechies.com/jimmybogard/2010/01/19/my-picture-of-an-mvc-webforms-marriage/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/01/21/advanced-structuremap-diagnosing-problems.aspx https://lostechies.com/jimmybogard/2010/01/22/advanced-structuremap-diagnosing-problems/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/01/26/context-and-best-practices.aspx https://lostechies.com/jimmybogard/2010/01/26/context-and-best-practices/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/01/28/evolutionary-architecture.aspx https://lostechies.com/jimmybogard/2010/01/29/evolutionary-architecture/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/02/01/automapper-1-0-rtw.aspx https://lostechies.com/jimmybogard/2010/02/01/automapper-1-0-rtw/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/02/03/strengthening-your-domain-a-primer.aspx https://lostechies.com/jimmybogard/2010/02/04/strengthening-your-domain-a-primer/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/02/18/automapper-for-silverlight-3-0-alpha.aspx https://lostechies.com/jimmybogard/2010/02/19/automapper-for-silverlight-3-0-alpha/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/02/23/strengthening-your-domain-aggregate-construction.aspx https://lostechies.com/jimmybogard/2010/02/24/strengthening-your-domain-aggregate-construction/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/03/10/strengthening-your-domain-encapsulated-collections.aspx https://lostechies.com/jimmybogard/2010/03/10/strengthening-your-domain-encapsulated-collections/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/03/11/no-silver-domain-modeling-bullets.aspx https://lostechies.com/jimmybogard/2010/03/11/no-silver-domain-modeling-bullets/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/03/24/strengthening-your-domain-encapsulating-operations.aspx https://lostechies.com/jimmybogard/2010/03/24/strengthening-your-domain-encapsulating-operations/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/03/30/strengthening-your-domain-the-double-dispatch-pattern.aspx https://lostechies.com/jimmybogard/2010/03/30/strengthening-your-domain-the-double-dispatch-pattern/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/03/31/strengthening-your-domain-avoiding-setters.aspx https://lostechies.com/jimmybogard/2010/03/31/strengthening-your-domain-avoiding-setters/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/04/05/integrating-the-git-bash-into-console.aspx https://lostechies.com/jimmybogard/2010/04/05/integrating-the-git-bash-into-console/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/04/08/strengthening-your-domain-domain-events.aspx https://lostechies.com/jimmybogard/2010/04/08/strengthening-your-domain-domain-events/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/04/14/injecting-services-into-entities.aspx https://lostechies.com/jimmybogard/2010/04/14/injecting-services-into-entities/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/04/15/automapper-source-moved-to-github.aspx https://lostechies.com/jimmybogard/2010/04/16/automapper-source-moved-to-github/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/04/26/dependency-injection-in-asp-net-mvc-controllers.aspx https://lostechies.com/jimmybogard/2010/04/27/dependency-injection-in-asp-net-mvc-controllers/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/04/28/dependency-injection-in-asp-net-mvc-contextual-controller-injection.aspx https://lostechies.com/jimmybogard/2010/04/28/dependency-injection-in-asp-net-mvc-contextual-controller-injection/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/04/30/automapper-git-workflow-dealing-with-bugs-issues.aspx https://lostechies.com/jimmybogard/2010/04/30/automapper-git-workflow-dealing-with-bugs-issues/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/04/30/attribute-lifecycle.aspx https://lostechies.com/jimmybogard/2010/04/30/attribute-lifecycle/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/05/03/dependency-injection-in-asp-net-mvc-filters.aspx https://lostechies.com/jimmybogard/2010/05/03/dependency-injection-in-asp-net-mvc-filters/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/05/04/dependency-injection-in-asp-net-mvc-action-results.aspx https://lostechies.com/jimmybogard/2010/05/04/dependency-injection-in-asp-net-mvc-action-results/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/05/05/automapper-1-1-released.aspx https://lostechies.com/jimmybogard/2010/05/05/automapper-1-1-released/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/05/12/starting-and-using-git-successfully.aspx https://lostechies.com/jimmybogard/2010/05/12/starting-and-using-git-successfully/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/05/13/teaching-asp-net-mvc-boot-camp-on-may-26th.aspx https://lostechies.com/jimmybogard/2010/05/13/teaching-asp-net-mvc-boot-camp-on-may-26th/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/05/18/caveats-of-c-4-0-optional-parameters.aspx https://lostechies.com/jimmybogard/2010/05/18/caveats-of-c-4-0-optional-parameters/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/05/19/dependency-injection-in-asp-net-mvc-views.aspx https://lostechies.com/jimmybogard/2010/05/19/dependency-injection-in-asp-net-mvc-views/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/05/20/the-religion-of-dependency-injection.aspx https://lostechies.com/jimmybogard/2010/05/20/the-religion-of-dependency-injection/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/05/26/testing-assumptions-with-preconditions.aspx https://lostechies.com/jimmybogard/2010/05/26/testing-assumptions-with-preconditions/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/06/01/dependency-injection-in-asp-net-mvc-final-look.aspx https://lostechies.com/jimmybogard/2010/06/02/dependency-injection-in-asp-net-mvc-final-look/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/06/02/translating-my-git-workflow-with-local-branches-to-mercurial.aspx https://lostechies.com/jimmybogard/2010/06/03/translating-my-git-workflow-with-local-branches-to-mercurial/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/06/09/capturing-rhino-mocks-arguments-in-c-4-0.aspx https://lostechies.com/jimmybogard/2010/06/09/capturing-rhino-mocks-arguments-in-c-4-0/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/06/10/are-daily-stand-ups-necessary.aspx https://lostechies.com/jimmybogard/2010/06/10/are-daily-stand-ups-necessary/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/06/17/automating-scheduled-tasks.aspx https://lostechies.com/jimmybogard/2010/06/17/automating-scheduled-tasks/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/06/24/bulk-processing-with-nhibernate.aspx https://lostechies.com/jimmybogard/2010/06/24/bulk-processing-with-nhibernate/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/06/29/ad-hoc-mapping-with-nhibernate.aspx https://lostechies.com/jimmybogard/2010/06/30/ad-hoc-mapping-with-nhibernate/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/07/08/mercurial-workflows-local-development-work.aspx https://lostechies.com/jimmybogard/2010/07/09/mercurial-workflows-local-development-work/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/07/23/mvcconf-slides-and-code-posted.aspx https://lostechies.com/jimmybogard/2010/07/23/mvcconf-slides-and-code-posted/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/07/27/mercurial-workflows-mainline-workflow.aspx https://lostechies.com/jimmybogard/2010/07/28/mercurial-workflows-mainline-workflow/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/07/29/a-github-first.aspx https://lostechies.com/jimmybogard/2010/07/29/a-github-first/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/08/03/container-friendly-domain-events.aspx https://lostechies.com/jimmybogard/2010/08/04/container-friendly-domain-events/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/08/05/oss-and-the-net-framework-upgrade.aspx https://lostechies.com/jimmybogard/2010/08/05/oss-and-the-net-framework-upgrade/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/08/17/automapper-upgraded-to-net-4-and-vs-2010.aspx https://lostechies.com/jimmybogard/2010/08/17/automapper-upgraded-to-net-4-and-vs-2010/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/08/24/an-effective-testing-strategy.aspx https://lostechies.com/jimmybogard/2010/08/25/an-effective-testing-strategy/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/08/25/why-hg-branches-are-broken-or-at-least-less-useful.aspx https://lostechies.com/jimmybogard/2010/08/26/why-hg-branches-are-broken-or-at-least-less-useful/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/08/26/database-indexes-are-your-friend.aspx https://lostechies.com/jimmybogard/2010/08/27/database-indexes-are-your-friend/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/09/08/natural-selection-in-it.aspx https://lostechies.com/jimmybogard/2010/09/08/natural-selection-in-it/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/09/09/a-healthy-transition.aspx https://lostechies.com/jimmybogard/2010/09/10/a-healthy-transition/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/09/17/a-question-for-rubyists.aspx https://lostechies.com/jimmybogard/2010/09/17/a-question-for-rubyists/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/09/21/moving-containers-beyond-testability.aspx https://lostechies.com/jimmybogard/2010/09/21/moving-containers-beyond-testability/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/09/22/sinatra-and-heroku-the-elevator-pitch.aspx https://lostechies.com/jimmybogard/2010/09/22/sinatra-and-heroku-the-elevator-pitch/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/09/23/canonical-urls-with-rack-and-heroku.aspx https://lostechies.com/jimmybogard/2010/09/24/canonical-urls-with-rack-and-heroku/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/09/30/concepts-and-features-an-example.aspx https://lostechies.com/jimmybogard/2010/09/30/concepts-and-features-an-example/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/10/05/five-rules-for-writing-effective-ui-tests.aspx https://lostechies.com/jimmybogard/2010/10/06/five-rules-for-writing-effective-ui-tests/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/11/18/queues-are-still-queues.aspx https://lostechies.com/jimmybogard/2010/11/18/queues-are-still-queues/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/11/30/case-study-in-mixing-system-concerns.aspx https://lostechies.com/jimmybogard/2010/11/30/case-study-in-mixing-system-concerns/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/12/01/protip-viewing-large-xml-files.aspx https://lostechies.com/jimmybogard/2010/12/01/protip-viewing-large-xml-files/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/12/02/the-case-against-interfaces-in-tdd.aspx https://lostechies.com/jimmybogard/2010/12/02/the-case-against-interfaces-in-tdd/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/12/06/ditching-domain-models-for-reads.aspx https://lostechies.com/jimmybogard/2010/12/06/ditching-domain-models-for-reads/ | |
redirect 301 /blogs/jimmy_bogard/archive/2010/12/16/most-boring-debates-ever.aspx https://lostechies.com/jimmybogard/2010/12/17/most-boring-debates-ever/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/01/05/the-developer-s-true-goal.aspx https://lostechies.com/jimmybogard/2011/01/05/the-developer-s-true-goal/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/01/06/putting-mocks-in-their-place.aspx https://lostechies.com/jimmybogard/2011/01/07/putting-mocks-in-their-place/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/01/11/shifting-testing-strategies-away-from-mocks.aspx https://lostechies.com/jimmybogard/2011/01/12/shifting-testing-strategies-away-from-mocks/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/01/12/defining-unit-tests.aspx https://lostechies.com/jimmybogard/2011/01/12/defining-unit-tests/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/01/25/tagging-assemblies-with-mercurial-changeset-hash.aspx https://lostechies.com/jimmybogard/2011/01/25/tagging-assemblies-with-mercurial-changeset-hash/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/01/27/reloading-all-projects-with-vscommands.aspx https://lostechies.com/jimmybogard/2011/01/27/reloading-all-projects-with-vscommands/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/01/31/three-simple-mercurial-rules.aspx https://lostechies.com/jimmybogard/2011/02/01/three-simple-mercurial-rules/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/02/09/autoprojecting-linq-queries.aspx https://lostechies.com/jimmybogard/2011/02/09/autoprojecting-linq-queries/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/02/10/attack-of-the-pseudo-frames.aspx https://lostechies.com/jimmybogard/2011/02/10/attack-of-the-pseudo-frames/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx https://lostechies.com/jimmybogard/2011/02/11/trivia-friday/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/02/15/prototyping-with-anonymous-classes.aspx https://lostechies.com/jimmybogard/2011/02/15/prototyping-with-anonymous-classes/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/02/17/agile-10-years-later.aspx https://lostechies.com/jimmybogard/2011/02/17/agile-10-years-later/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/02/22/versioning-strategies-for-the-sane.aspx https://lostechies.com/jimmybogard/2011/02/23/versioning-strategies-for-the-sane/ | |
redirect 301 /blogs/jimmy_bogard/archive/2011/03/08/another-source-for-linq-extensions.aspx https://lostechies.com/jimmybogard/2011/03/08/another-source-for-linq-extensions/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/01/19/agile-project-management-reading-list.aspx https://lostechies.com/joeocampo/2007/01/20/agile-project-management-reading-list/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/03/05/nunit-behavior-driven-development.aspx https://lostechies.com/joeocampo/2007/03/06/nunit-behavior-driven-development/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/03/06/a-few-good-coders.aspx https://lostechies.com/joeocampo/2007/03/07/a-few-good-coders/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/03/08/our-teams-development-lab.aspx https://lostechies.com/joeocampo/2007/03/09/our-teams-development-lab/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/03/09/net-behavior-driven-development-using-nunit-next-steps.aspx https://lostechies.com/joeocampo/2007/03/10/net-behavior-driven-development-using-nunit-next-steps/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/03/15/corporate-agile-software-development.aspx https://lostechies.com/joeocampo/2007/03/16/corporate-agile-software-development/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/04/02/a-discussion-on-domain-driven-design.aspx https://lostechies.com/joeocampo/2007/04/03/a-discussion-on-domain-driven-design/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/04/03/rspec-and-behavior-driven-development-interview-with-lead-developers.aspx https://lostechies.com/joeocampo/2007/04/03/rspec-and-behavior-driven-development-interview-with-lead-developers/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/04/05/agile-logistics.aspx https://lostechies.com/joeocampo/2007/04/05/agile-logistics/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/04/10/visual-stuido-meets-xbox-360.aspx https://lostechies.com/joeocampo/2007/04/11/visual-stuido-meets-xbox-360/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/04/14/a-discussion-on-domain-driven-design-entities.aspx https://lostechies.com/joeocampo/2007/04/15/a-discussion-on-domain-driven-design-entities/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/04/18/if-the-defence-department-can-do-agile-anyone-can.aspx https://lostechies.com/joeocampo/2007/04/18/if-the-defence-department-can-do-agile-anyone-can/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/04/22/tweaking-windows-vista.aspx https://lostechies.com/joeocampo/2007/04/22/tweaking-windows-vista/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/04/22/technical-support-spoof.aspx https://lostechies.com/joeocampo/2007/04/22/technical-support-spoof/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/04/23/a-discussion-on-domain-driven-design-value-objects.aspx https://lostechies.com/joeocampo/2007/04/23/a-discussion-on-domain-driven-design-value-objects/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/04/24/optimizing-wpf-application-performance.aspx https://lostechies.com/joeocampo/2007/04/24/optimizing-wpf-application-performance/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/05/11/upgraded-to-community-server-2007.aspx https://lostechies.com/joeocampo/2007/05/11/upgraded-to-community-server-2007/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/05/14/agile-leadership-and-coaching-development-manager-s-need-to-grow-up.aspx https://lostechies.com/joeocampo/2007/05/15/agile-leadership-and-coaching-development-manager-s-need-to-grow-up/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/06/11/wife-1-0.aspx https://lostechies.com/joeocampo/2007/06/11/wife-1-0/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/06/18/rbehave-with-nunit.aspx https://lostechies.com/joeocampo/2007/06/18/rbehave-with-nunit/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/06/20/behavior-driven-design-with-nunit-user-group-presentation-level-100.aspx https://lostechies.com/joeocampo/2007/06/20/behavior-driven-design-with-nunit-user-group-presentation-level-100/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/06/27/dependency-patterns.aspx https://lostechies.com/joeocampo/2007/06/27/dependency-patterns/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/06/28/introducing-nunit-behave-or-insert-what-ever-other-catchy-name.aspx https://lostechies.com/joeocampo/2007/06/29/introducing-nunit-behave-or-insert-what-ever-other-catchy-name/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/07/02/more-fluent-interfaces-for-nunit-behave.aspx https://lostechies.com/joeocampo/2007/07/02/more-fluent-interfaces-for-nunit-behave/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/07/07/nunit-behave-mentioned-in-the-carnival-of-agilists.aspx https://lostechies.com/joeocampo/2007/07/07/nunit-behave-mentioned-in-the-carnival-of-agilists/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/07/07/calling-on-all-community-server-theme-gods.aspx https://lostechies.com/joeocampo/2007/07/07/calling-on-all-community-server-theme-gods/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/07/15/more-bdd-xbehave-madness.aspx https://lostechies.com/joeocampo/2007/07/16/more-bdd-xbehave-madness/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/07/17/come-and-get-it-los-techies-quot-pablo-quot-merchandise.aspx https://lostechies.com/joeocampo/2007/07/17/come-and-get-it-los-techies-quot-pablo-quot-merchandise/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/07/18/the-jing-project.aspx https://lostechies.com/joeocampo/2007/07/18/the-jing-project/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/07/22/nunit-s-new-constraint-model.aspx https://lostechies.com/joeocampo/2007/07/23/nunit-s-new-constraint-model/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/07/25/online-collboration-tool.aspx https://lostechies.com/joeocampo/2007/07/26/online-collboration-tool/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/07/27/good-bye-nunit-behave-hello-behave.aspx https://lostechies.com/joeocampo/2007/07/27/good-bye-nunit-behave-hello-behave/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/07/30/remote-paired-programming.aspx https://lostechies.com/joeocampo/2007/07/31/remote-paired-programming/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/08/03/los-techies-welcomes-marcus-bratton.aspx https://lostechies.com/joeocampo/2007/08/03/los-techies-welcomes-marcus-bratton/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/08/07/attempting-to-demystify-behavior-driven-development.aspx https://lostechies.com/joeocampo/2007/08/07/attempting-to-demystify-behavior-driven-development/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/08/08/great-dane-golden-retriever-chihuahua-developer-estimates.aspx https://lostechies.com/joeocampo/2007/08/09/great-dane-golden-retriever-chihuahua-developer-estimates/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/08/16/behave-in-action.aspx https://lostechies.com/joeocampo/2007/08/16/behave-in-action/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/08/27/behave-and-nspec-nirvana-getting-close.aspx https://lostechies.com/joeocampo/2007/08/27/behave-and-nspec-nirvana-getting-close/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/08/30/enterprise-agile-generations.aspx https://lostechies.com/joeocampo/2007/08/31/enterprise-agile-generations/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/03/behave-merges-with-nbehave.aspx https://lostechies.com/joeocampo/2007/09/04/behave-merges-with-nbehave/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/04/wiki-doc.aspx https://lostechies.com/joeocampo/2007/09/04/wiki-doc/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/04/i-ve-been-simpsonized.aspx https://lostechies.com/joeocampo/2007/09/04/i-ve-been-simpsonized/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/04/nbehave-story-authoring.aspx https://lostechies.com/joeocampo/2007/09/04/nbehave-story-authoring/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/05/concerns-about-nbehave.aspx https://lostechies.com/joeocampo/2007/09/05/concerns-about-nbehave/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/07/lostechies-status.aspx https://lostechies.com/joeocampo/2007/09/07/lostechies-status/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/08/scrum-the-gateway-drug-to-true-agility.aspx https://lostechies.com/joeocampo/2007/09/08/scrum-the-gateway-drug-to-true-agility/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/09/live-writer-beta-3-available.aspx https://lostechies.com/joeocampo/2007/09/09/live-writer-beta-3-available/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/10/the-smells-of-refactoring.aspx https://lostechies.com/joeocampo/2007/09/10/the-smells-of-refactoring/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/11/scrum-creates-job-opportunities.aspx https://lostechies.com/joeocampo/2007/09/11/scrum-creates-job-opportunities/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/12/complexity-based-programming.aspx https://lostechies.com/joeocampo/2007/09/12/complexity-based-programming/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/13/ruby-in-steel.aspx https://lostechies.com/joeocampo/2007/09/13/ruby-in-steel/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/14/agile-bibliography-wiki.aspx https://lostechies.com/joeocampo/2007/09/14/agile-bibliography-wiki/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/14/do-you-need-a-sofa-mover-or-a-chair-mover.aspx https://lostechies.com/joeocampo/2007/09/14/do-you-need-a-sofa-mover-or-a-chair-mover/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/19/i-am-having-the-vista-usb-blues.aspx https://lostechies.com/joeocampo/2007/09/20/i-am-having-the-vista-usb-blues/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/20/agile-vs-traditional-development-cost-models-maybe.aspx https://lostechies.com/joeocampo/2007/09/20/agile-vs-traditional-development-cost-models-maybe/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/23/folders-4-gmail.aspx https://lostechies.com/joeocampo/2007/09/23/folders-4-gmail/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/25/forget-ultramon-checkout-display-fusion.aspx https://lostechies.com/joeocampo/2007/09/26/forget-ultramon-checkout-display-fusion/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/27/programmers-still-in-the-dark-ages.aspx https://lostechies.com/joeocampo/2007/09/27/programmers-still-in-the-dark-ages/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/28/cont-where-does-the-ubiquitous-language-come-from.aspx https://lostechies.com/joeocampo/2007/09/28/cont-where-does-the-ubiquitous-language-come-from/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/28/i-m-looking-for-a-few-good-developers-contract.aspx https://lostechies.com/joeocampo/2007/09/28/i-m-looking-for-a-few-good-developers-contract/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/09/30/there-is-always-time-for-tdd.aspx https://lostechies.com/joeocampo/2007/09/30/there-is-always-time-for-tdd/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/03/why-every-developer-needs-a-macbook-pro.aspx https://lostechies.com/joeocampo/2007/10/03/why-every-developer-needs-a-macbook-pro/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/03/does-this-mean-we-can-patch-the-net-framework.aspx https://lostechies.com/joeocampo/2007/10/03/does-this-mean-we-can-patch-the-net-framework/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/03/is-your-ide-looking-kind-of-dull-tired-of-the-same-colors.aspx https://lostechies.com/joeocampo/2007/10/04/is-your-ide-looking-kind-of-dull-tired-of-the-same-colors/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/04/nspec-merges-with-nbehave.aspx https://lostechies.com/joeocampo/2007/10/04/nspec-merges-with-nbehave/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/05/off-to-the-alt-net-conference.aspx https://lostechies.com/joeocampo/2007/10/05/off-to-the-alt-net-conference/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/07/alt-net-conference-and-behavior-driven-design.aspx https://lostechies.com/joeocampo/2007/10/07/alt-net-conference-and-behavior-driven-design/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/08/resp-why-alt-net.aspx https://lostechies.com/joeocampo/2007/10/08/resp-why-alt-net/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/13/reinstalled-firefox-what-add-ons-do-you-use.aspx https://lostechies.com/joeocampo/2007/10/13/reinstalled-firefox-what-add-ons-do-you-use/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/15/re-bdd-and-requirements-traceability-oh-no-not-again.aspx https://lostechies.com/joeocampo/2007/10/15/re-bdd-and-requirements-traceability-oh-no-not-again/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/16/thoughts-on-openup.aspx https://lostechies.com/joeocampo/2007/10/16/thoughts-on-openup/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/18/please-welcome-jimmy-bogard.aspx https://lostechies.com/joeocampo/2007/10/18/please-welcome-jimmy-bogard/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/20/curious-what-does-your-day-look-like.aspx https://lostechies.com/joeocampo/2007/10/20/curious-what-does-your-day-look-like/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/21/please-welcome-evan-hoff.aspx https://lostechies.com/joeocampo/2007/10/22/please-welcome-evan-hoff/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/10/30/model-driven-architecture.aspx https://lostechies.com/joeocampo/2007/10/30/model-driven-architecture/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/11/14/when-passion-becomes-dogma-is-it-elitism.aspx https://lostechies.com/joeocampo/2007/11/14/when-passion-becomes-dogma-is-it-elitism/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/11/15/who-said-tie-fighter-pilots-aren-t-real.aspx https://lostechies.com/joeocampo/2007/11/15/who-said-tie-fighter-pilots-aren-t-real/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/11/30/bdd-macro-and-template-usage-screencast.aspx https://lostechies.com/joeocampo/2007/11/30/bdd-macro-and-template-usage-screencast/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/12/08/information-radiators-make-life-visible.aspx https://lostechies.com/joeocampo/2007/12/08/information-radiators-make-life-visible/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/12/09/convention-over-configuration-the-haack-response.aspx https://lostechies.com/joeocampo/2007/12/09/convention-over-configuration-the-haack-response/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/12/09/user-story-templates.aspx https://lostechies.com/joeocampo/2007/12/10/user-story-templates/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/12/09/where-the-magic-happens-our-dev-lap.aspx https://lostechies.com/joeocampo/2007/12/10/where-the-magic-happens-our-dev-lap/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/12/10/asp-mvc-forum-link.aspx https://lostechies.com/joeocampo/2007/12/10/asp-mvc-forum-link/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/12/10/now-mvc-has-rescues-kind-of.aspx https://lostechies.com/joeocampo/2007/12/11/now-mvc-has-rescues-kind-of/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/12/17/customer-perception-model-know-thy-customer.aspx https://lostechies.com/joeocampo/2007/12/17/customer-perception-model-know-thy-customer/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/12/19/bdd-surprise-r-usage-scenarios.aspx https://lostechies.com/joeocampo/2007/12/19/bdd-surprise-r-usage-scenarios/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/12/20/say-goodbye-to-411-charges.aspx https://lostechies.com/joeocampo/2007/12/20/say-goodbye-to-411-charges/ | |
redirect 301 /blogs/joe_ocampo/archive/2007/12/20/what-i-do.aspx https://lostechies.com/joeocampo/2007/12/21/what-i-do/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/01/02/passionate-about-people.aspx https://lostechies.com/joeocampo/2008/01/03/passionate-about-people/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/01/06/a-belated-welcome-chad-myers.aspx https://lostechies.com/joeocampo/2008/01/06/a-belated-welcome-chad-myers/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/01/09/how-to-drink-from-a-fire-hose.aspx https://lostechies.com/joeocampo/2008/01/09/how-to-drink-from-a-fire-hose/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/01/12/dog-cat-developer-developer.aspx https://lostechies.com/joeocampo/2008/01/12/dog-cat-developer-developer/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/01/26/should-you-blog.aspx https://lostechies.com/joeocampo/2008/01/26/should-you-blog/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/02/03/consultant-frustration-coefficient.aspx https://lostechies.com/joeocampo/2008/02/04/consultant-frustration-coefficient/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/02/07/found-a-new-apm-tool.aspx https://lostechies.com/joeocampo/2008/02/08/found-a-new-apm-tool/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/02/25/lostechies-welcomes-eric-hexter.aspx https://lostechies.com/joeocampo/2008/02/25/lostechies-welcomes-eric-hexter/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/02/26/updates-to-nbehave.aspx https://lostechies.com/joeocampo/2008/02/27/updates-to-nbehave/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/02/26/please-update-your-lostechies-rss-feed.aspx https://lostechies.com/joeocampo/2008/02/27/please-update-your-lostechies-rss-feed/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/02/27/using-context-as-an-example-group-in-rspec.aspx https://lostechies.com/joeocampo/2008/02/27/using-context-as-an-example-group-in-rspec/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/03/18/some-people-have-too-much-time.aspx https://lostechies.com/joeocampo/2008/03/18/some-people-have-too-much-time/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/03/18/twhirl-is-a-must-for-a-desktop-twitter-client.aspx https://lostechies.com/joeocampo/2008/03/19/twhirl-is-a-must-for-a-desktop-twitter-client/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/03/21/ptom-the-open-closed-principle.aspx https://lostechies.com/joeocampo/2008/03/21/ptom-the-open-closed-principle/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/03/26/hard-to-say-goodbye.aspx https://lostechies.com/joeocampo/2008/03/26/hard-to-say-goodbye/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/03/27/hanging-your-code-out-to-dry.aspx https://lostechies.com/joeocampo/2008/03/27/hanging-your-code-out-to-dry/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/03/30/ptom-ocp-revisited-in-ruby.aspx https://lostechies.com/joeocampo/2008/03/31/ptom-ocp-revisited-in-ruby/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/04/14/junit-4-testsuite-declaration.aspx https://lostechies.com/joeocampo/2008/04/15/junit-4-testsuite-declaration/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/05/21/twittering-from-the-command-line.aspx https://lostechies.com/joeocampo/2008/05/21/twittering-from-the-command-line/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/06/07/my-issues-with-the-term-quot-scrum-master-quot.aspx https://lostechies.com/joeocampo/2008/06/07/my-issues-with-the-term-quot-scrum-master-quot/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/06/23/matrix-resource-management-and-agile.aspx https://lostechies.com/joeocampo/2008/06/23/matrix-resource-management-and-agile/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/06/24/grapevines-and-agile-make-great-wine.aspx https://lostechies.com/joeocampo/2008/06/24/grapevines-and-agile-make-great-wine/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/08/21/how-healthy-is-your-code.aspx https://lostechies.com/joeocampo/2008/08/21/how-healthy-is-your-code/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/08/26/need-to-get-something-off-my-chest.aspx https://lostechies.com/joeocampo/2008/08/27/need-to-get-something-off-my-chest/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/09/03/lostechies-welcomes-scott-c-reynolds.aspx https://lostechies.com/joeocampo/2008/09/04/lostechies-welcomes-scott-c-reynolds/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/10/07/lostechies-welcomes-derick-bailey.aspx https://lostechies.com/joeocampo/2008/10/07/lostechies-welcomes-derick-bailey/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/10/12/managing-changes-in-scope-and-direction-in-an-agile-projects.aspx https://lostechies.com/joeocampo/2008/10/12/managing-changes-in-scope-and-direction-in-an-agile-projects/ | |
redirect 301 /blogs/joe_ocampo/archive/2008/10/28/role-storming.aspx https://lostechies.com/joeocampo/2008/10/29/role-storming/ | |
redirect 301 /blogs/joe_ocampo/archive/2009/05/06/setting-up-ubuntu-jaunty-for-ruby-and-rails-development.aspx https://lostechies.com/joeocampo/2009/05/06/setting-up-ubuntu-jaunty-for-ruby-and-rails-development/ | |
redirect 301 /blogs/joe_ocampo/archive/2009/06/02/lostechies-welcomes-sharon-cichelli-quot-girl-writes-code-quot.aspx https://lostechies.com/joeocampo/2009/06/02/lostechies-welcomes-sharon-cichelli-quot-girl-writes-code-quot/ | |
redirect 301 /blogs/joe_ocampo/archive/2009/06/04/what-are-you-solving-for.aspx https://lostechies.com/joeocampo/2009/06/05/what-are-you-solving-for/ | |
redirect 301 /blogs/joe_ocampo/archive/2009/06/11/check-the-depth-of-the-pool.aspx https://lostechies.com/joeocampo/2009/06/11/check-the-depth-of-the-pool/ | |
redirect 301 /blogs/joe_ocampo/archive/2010/03/08/lostechies-welcomes-rod-paddock.aspx https://lostechies.com/joeocampo/2010/03/08/lostechies-welcomes-rod-paddock/ | |
redirect 301 /blogs/joe_ocampo/archive/2010/03/08/lostechies-welcomes-john-petersen.aspx https://lostechies.com/joeocampo/2010/03/08/lostechies-welcomes-john-petersen/ | |
redirect 301 /blogs/joe_ocampo/archive/2010/08/01/test.aspx https://lostechies.com/joeocampo/2010/08/01/test/ | |
redirect 301 /blogs/joeydotnet/archive/2007/05/10/hola.aspx https://lostechies.com/joeybeninghove/2007/05/10/hola/ | |
redirect 301 /blogs/joeydotnet/archive/2007/05/15/creating-composite-view-components-in-monorail-refactoring-exercise.aspx https://lostechies.com/joeybeninghove/2007/05/15/creating-composite-view-components-in-monorail-refactoring-exercise/ | |
redirect 301 /blogs/joeydotnet/archive/2007/05/17/unit-testing-nhibernate-dals-what-are-you-really-testing.aspx https://lostechies.com/joeybeninghove/2007/05/17/unit-testing-nhibernate-dals-what-are-you-really-testing/ | |
redirect 301 /blogs/joeydotnet/archive/2007/05/17/setting-default-focus-using-monorail-prototype-ajax-libraryw.aspx https://lostechies.com/joeybeninghove/2007/05/17/setting-default-focus-using-monorail-prototype-ajax-libraryw/ | |
redirect 301 /blogs/joeydotnet/archive/2007/05/24/thoughts-on-validating-nhibernate-mapping-files.aspx https://lostechies.com/joeybeninghove/2007/05/25/thoughts-on-validating-nhibernate-mapping-files/ | |
redirect 301 /blogs/joeydotnet/archive/2007/05/24/nhibernate-mapping-validation-tool.aspx https://lostechies.com/joeybeninghove/2007/05/25/nhibernate-mapping-validation-tool/ | |
redirect 301 /blogs/joeydotnet/archive/2007/05/25/vs-testing-annoyance-of-the-day.aspx https://lostechies.com/joeybeninghove/2007/05/25/vs-testing-annoyance-of-the-day/ | |
redirect 301 /blogs/joeydotnet/archive/2007/06/01/castle-monorail-response-to-comments-ramblings.aspx https://lostechies.com/joeybeninghove/2007/06/01/castle-monorail-response-to-comments-ramblings/ | |
redirect 301 /blogs/joeydotnet/archive/2007/06/07/what-does-maintainability-mean-to-you.aspx https://lostechies.com/joeybeninghove/2007/06/07/what-does-maintainability-mean-to-you/ | |
redirect 301 /blogs/joeydotnet/archive/2007/06/09/i-thought-these-days-were-over.aspx https://lostechies.com/joeybeninghove/2007/06/09/i-thought-these-days-were-over/ | |
redirect 301 /blogs/joeydotnet/archive/2007/06/11/lt-kill-processname-quot-peskylittleprocess-quot-gt.aspx https://lostechies.com/joeybeninghove/2007/06/12/lt-kill-processname-quot-peskylittleprocess-quot-gt/ | |
redirect 301 /blogs/joeydotnet/archive/2007/06/22/yet-another-reason-to-practice-tdd.aspx https://lostechies.com/joeybeninghove/2007/06/22/yet-another-reason-to-practice-tdd/ | |
redirect 301 /blogs/joeydotnet/archive/2007/06/24/preliminary-thoughts-on-tdd-with-mstest-in-orcas.aspx https://lostechies.com/joeybeninghove/2007/06/25/preliminary-thoughts-on-tdd-with-mstest-in-orcas/ | |
redirect 301 /blogs/joeydotnet/archive/2007/06/26/minor-change-bug-in-file-templates-feature-of-resharper-3-0.aspx https://lostechies.com/joeybeninghove/2007/06/26/minor-change-bug-in-file-templates-feature-of-resharper-3-0/ | |
redirect 301 /blogs/joeydotnet/archive/2007/06/28/resharper-3-0-like-a-kid-in-a-candy-store-again.aspx https://lostechies.com/joeybeninghove/2007/06/28/resharper-3-0-like-a-kid-in-a-candy-store-again/ | |
redirect 301 /blogs/joeydotnet/archive/2007/06/29/sql-server-ce-great-for-prototyping-and-testing.aspx https://lostechies.com/joeybeninghove/2007/06/29/sql-server-ce-great-for-prototyping-and-testing/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/04/change-is-in-the-air.aspx https://lostechies.com/joeybeninghove/2007/09/04/change-is-in-the-air/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/06/refactoring-towards-a-dry-fluent-interface.aspx https://lostechies.com/joeybeninghove/2007/09/06/refactoring-towards-a-dry-fluent-interface/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/07/quick-tip-asserting-response-redirects-in-a-monorail-controller-test.aspx https://lostechies.com/joeybeninghove/2007/09/07/quick-tip-asserting-response-redirects-in-a-monorail-controller-test/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/08/the-importance-of-tools-to-a-software-craftsman.aspx https://lostechies.com/joeybeninghove/2007/09/08/the-importance-of-tools-to-a-software-craftsman/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/10/building-the-often-needed-anti-corruption-layer.aspx https://lostechies.com/joeybeninghove/2007/09/10/building-the-often-needed-anti-corruption-layer/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/12/courage-driven-blogging.aspx https://lostechies.com/joeybeninghove/2007/09/12/courage-driven-blogging/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/13/agile-web-development-with-rails-chapter-1.aspx https://lostechies.com/joeybeninghove/2007/09/13/agile-web-development-with-rails-chapter-1/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/13/another-quick-tip-asserting-view-renders-in-a-monorail-controller-test.aspx https://lostechies.com/joeybeninghove/2007/09/13/another-quick-tip-asserting-view-renders-in-a-monorail-controller-test/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/15/agile-web-development-with-rails-chapter-2.aspx https://lostechies.com/joeybeninghove/2007/09/15/agile-web-development-with-rails-chapter-2/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/15/agile-web-development-with-rails-chapter-3.aspx https://lostechies.com/joeybeninghove/2007/09/15/agile-web-development-with-rails-chapter-3/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/15/ruby-so-easy-a-wife-can-do-it.aspx https://lostechies.com/joeybeninghove/2007/09/16/ruby-so-easy-a-wife-can-do-it/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/16/agile-web-development-with-rails-chapter-4.aspx https://lostechies.com/joeybeninghove/2007/09/16/agile-web-development-with-rails-chapter-4/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/16/agile-web-development-with-rails-chapter-5.aspx https://lostechies.com/joeybeninghove/2007/09/16/agile-web-development-with-rails-chapter-5/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/19/nbehave-experiment-monorail-controllers-amp-rhino-mocks.aspx https://lostechies.com/joeybeninghove/2007/09/19/nbehave-experiment-monorail-controllers-amp-rhino-mocks/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/19/nbehave-nspec.aspx https://lostechies.com/joeybeninghove/2007/09/19/nbehave-nspec/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/28/my-first-interview-that-i-have-given.aspx https://lostechies.com/joeybeninghove/2007/09/28/my-first-interview-that-i-have-given/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/29/quick-tip-enabling-wordpress-tagging-in-wlw.aspx https://lostechies.com/joeybeninghove/2007/09/29/quick-tip-enabling-wordpress-tagging-in-wlw/ | |
redirect 301 /blogs/joeydotnet/archive/2007/09/29/re-presentation-model-question.aspx https://lostechies.com/joeybeninghove/2007/09/30/re-presentation-model-question/ | |
redirect 301 /blogs/joeydotnet/archive/2007/10/02/anyone-played-with-enso.aspx https://lostechies.com/joeybeninghove/2007/10/02/anyone-played-with-enso/ | |
redirect 301 /blogs/joeydotnet/archive/2007/10/02/presentation-model-quot-screen-quot-store-example.aspx https://lostechies.com/joeybeninghove/2007/10/02/presentation-model-quot-screen-quot-store-example/ | |
redirect 301 /blogs/joeydotnet/archive/2007/10/08/funny-question-and-response-of-the-day.aspx https://lostechies.com/joeybeninghove/2007/10/08/funny-question-and-response-of-the-day/ | |
redirect 301 /blogs/joeydotnet/archive/2007/10/10/re-technology-brainstorm.aspx https://lostechies.com/joeybeninghove/2007/10/11/re-technology-brainstorm/ | |
redirect 301 /blogs/joeydotnet/archive/2007/10/11/effects-of-encapsulation-on-unit-tests-enumerableassert.aspx https://lostechies.com/joeybeninghove/2007/10/11/effects-of-encapsulation-on-unit-tests-enumerableassert/ | |
redirect 301 /blogs/joeydotnet/archive/2007/10/11/software-is.aspx https://lostechies.com/joeybeninghove/2007/10/12/software-is/ | |
redirect 301 /blogs/joeydotnet/archive/2007/10/17/from-windsor-xml-to-binsor-in-4-hours.aspx https://lostechies.com/joeybeninghove/2007/10/17/from-windsor-xml-to-binsor-in-4-hours/ | |
redirect 301 /blogs/joeydotnet/archive/2007/10/25/monorail-controller-test-analysis-problem-and-resolution.aspx https://lostechies.com/joeybeninghove/2007/10/25/monorail-controller-test-analysis-problem-and-resolution/ | |
redirect 301 /blogs/joeydotnet/archive/2007/10/29/talesfromthesmellyside-lt-code-gt-episode-1.aspx https://lostechies.com/joeybeninghove/2007/10/29/talesfromthesmellyside-lt-code-gt-episode-1/ | |
redirect 301 /blogs/joeydotnet/archive/2007/11/02/talesfromthesmellyside-of-code-episode-2-sql-injection-infection.aspx https://lostechies.com/joeybeninghove/2007/11/02/talesfromthesmellyside-of-code-episode-2-sql-injection-infection/ | |
redirect 301 /blogs/joeydotnet/archive/2007/11/15/principles-and-patterns-over-tools-and-frameworks.aspx https://lostechies.com/joeybeninghove/2007/11/15/principles-and-patterns-over-tools-and-frameworks/ | |
redirect 301 /blogs/joeydotnet/archive/2007/11/15/random-thoughts-on-humility-and-perfection.aspx https://lostechies.com/joeybeninghove/2007/11/16/random-thoughts-on-humility-and-perfection/ | |
redirect 301 /blogs/joeydotnet/archive/2007/12/07/monorail-quickly-screencast.aspx https://lostechies.com/joeybeninghove/2007/12/08/monorail-quickly-screencast/ | |
redirect 301 /blogs/joeydotnet/archive/2007/12/30/just-like-being-there-almost.aspx https://lostechies.com/joeybeninghove/2007/12/31/just-like-being-there-almost/ | |
redirect 301 /blogs/joeydotnet/archive/2008/01/06/i-do-what.aspx https://lostechies.com/joeybeninghove/2008/01/06/i-do-what/ | |
redirect 301 /blogs/joeydotnet/archive/2008/01/10/cifactory-create-richmonddnug.aspx https://lostechies.com/joeybeninghove/2008/01/11/cifactory-create-richmonddnug/ | |
redirect 301 /blogs/joeydotnet/archive/2008/02/07/introducing-activesupport-net.aspx https://lostechies.com/joeybeninghove/2008/02/07/introducing-activesupport-net/ | |
redirect 301 /blogs/joeydotnet/archive/2008/02/08/activesupport-net-update.aspx https://lostechies.com/joeybeninghove/2008/02/08/activesupport-net-update/ | |
redirect 301 /blogs/joeydotnet/archive/2008/02/08/activesupport-net-namespace-overhaul.aspx https://lostechies.com/joeybeninghove/2008/02/09/activesupport-net-namespace-overhaul/ | |
redirect 301 /blogs/joeydotnet/archive/2008/02/10/scribbish-skin-for-subtext.aspx https://lostechies.com/joeybeninghove/2008/02/11/scribbish-skin-for-subtext/ | |
redirect 301 /blogs/joeydotnet/archive/2008/03/04/change-i-can-achieve-in.aspx https://lostechies.com/joeybeninghove/2008/03/05/change-i-can-achieve-in/ | |
redirect 301 /blogs/joeydotnet/archive/2008/06/27/how-did-i-get-started-in-software-development.aspx https://lostechies.com/joeybeninghove/2008/06/27/how-did-i-get-started-in-software-development/ | |
redirect 301 /blogs/joeydotnet/archive/2008/09/05/mvc-free-yourself-from-web-forms.aspx https://lostechies.com/joeybeninghove/2008/09/05/mvc-free-yourself-from-web-forms/ | |
redirect 301 /blogs/joeydotnet/archive/2008/09/26/looking-for-some-awesome-net-developers-work-from-home.aspx https://lostechies.com/joeybeninghove/2008/09/26/looking-for-some-awesome-net-developers-work-from-home/ | |
redirect 301 /blogs/joeydotnet/archive/2009/01/13/nhibernate-xml-columns.aspx https://lostechies.com/joeybeninghove/2009/01/14/nhibernate-xml-columns/ | |
redirect 301 /blogs/joeydotnet/archive/2009/09/02/smart-constructor-anti-pattern.aspx https://lostechies.com/joeybeninghove/2009/09/02/smart-constructor-anti-pattern/ | |
redirect 301 /blogs/joeydotnet/archive/2009/10/09/guest-post-suggestions-for-effective-team-communication-in-a-virtual-environment.aspx https://lostechies.com/joeybeninghove/2009/10/09/guest-post-suggestions-for-effective-team-communication-in-a-virtual-environment/ | |
redirect 301 /blogs/joeydotnet/archive/2010/03/09/git-branch-per-feature-composable-deployments-releases.aspx https://lostechies.com/joeybeninghove/2010/03/09/git-branch-per-feature-composable-deployments-releases/ | |
redirect 301 /blogs/joeydotnet/archive/2010/05/24/the-ruby-rails-life-my-rails-3-stack-part-1.aspx https://lostechies.com/joeybeninghove/2010/05/25/the-ruby-rails-life-my-rails-3-stack-part-1/ | |
redirect 301 /blogs/joeydotnet/archive/2010/05/28/the-ruby-rails-life-my-rails-3-stack-part-2.aspx https://lostechies.com/joeybeninghove/2010/05/28/the-ruby-rails-life-my-rails-3-stack-part-2/ | |
redirect 301 /blogs/joeydotnet/archive/2010/06/01/cucumber.aspx https://lostechies.com/joeybeninghove/2010/06/01/cucumber/ | |
redirect 301 /blogs/joeydotnet/archive/2010/06/10/quick-fix-and-a-question-mongoid-edge.aspx https://lostechies.com/joeybeninghove/2010/06/10/quick-fix-and-a-question-mongoid-edge/ | |
redirect 301 /blogs/joeydotnet/archive/2010/06/23/from-alt-net-to-not-net.aspx https://lostechies.com/joeybeninghove/2010/06/23/from-alt-net-to-not-net/ | |
redirect 301 /blogs/joeydotnet/archive/2010/06/26/getting-plugged-into-ruby.aspx https://lostechies.com/joeybeninghove/2010/06/26/getting-plugged-into-ruby/ | |
redirect 301 /blogs/joeydotnet/archive/2010/07/16/quick-tip-osx-terminal-automation.aspx https://lostechies.com/joeybeninghove/2010/07/17/quick-tip-osx-terminal-automation/ | |
redirect 301 /blogs/joeydotnet/archive/2010/07/19/rvm-bash-scripting-and-rails-3-edge.aspx https://lostechies.com/joeybeninghove/2010/07/19/rvm-bash-scripting-and-rails-3-edge/ | |
redirect 301 /blogs/joeydotnet/archive/2010/09/17/vlad-rvm-and-bundler-sittin-in-a-tree.aspx https://lostechies.com/joeybeninghove/2010/09/17/vlad-rvm-and-bundler-sittin-in-a-tree/ | |
redirect 301 /blogs/joeydotnet/archive/2010/10/01/it-s-not-goodbye.aspx https://lostechies.com/joeybeninghove/2010/10/01/it-s-not-goodbye/ | |
redirect 301 /blogs/johnvpetersen/archive/2009/11/23/new-version-of-ndbunit-released-support-for-sqlite-in-memory-db.aspx https://lostechies.com/johnpetersen/2009/11/23/new-version-of-ndbunit-released-support-for-sqlite-in-memory-db/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/03/09/it-s-great-to-be-here-at-los-techies.aspx https://lostechies.com/johnpetersen/2010/03/10/it-s-great-to-be-here-at-los-techies/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/03/11/code-bubbles-a-very-interesting-coding-ux.aspx https://lostechies.com/johnpetersen/2010/03/12/code-bubbles-a-very-interesting-coding-ux/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/03/13/website-resource-ajax-load-indicator.aspx https://lostechies.com/johnpetersen/2010/03/13/website-resource-ajax-load-indicator/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/03/15/the-book-shelf-lean-software-development-an-agile-toolkit.aspx https://lostechies.com/johnpetersen/2010/03/15/the-book-shelf-lean-software-development-an-agile-toolkit/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/04/05/adding-google-charts-to-your-asp-mvc-applications.aspx https://lostechies.com/johnpetersen/2010/04/05/adding-google-charts-to-your-asp-mvc-applications/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/04/11/philly-codecamp-2010-1-slide-deck-and-code-samples.aspx https://lostechies.com/johnpetersen/2010/04/11/philly-codecamp-2010-1-slide-deck-and-code-samples/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/04/19/slide-decks-and-code-samples-from-pittsburgh-code-camp-2010-1.aspx https://lostechies.com/johnpetersen/2010/04/19/slide-decks-and-code-samples-from-pittsburgh-code-camp-2010-1/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/05/12/heading-to-austin-code-camp.aspx https://lostechies.com/johnpetersen/2010/05/12/heading-to-austin-code-camp/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/05/15/austin-code-camp-introduction-to-nhibernate-and-fluent-nhibernate-slide-decks.aspx https://lostechies.com/johnpetersen/2010/05/15/austin-code-camp-introduction-to-nhibernate-and-fluent-nhibernate-slide-decks/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/05/24/fluent-nhibernate-1-1-released.aspx https://lostechies.com/johnpetersen/2010/05/24/fluent-nhibernate-1-1-released/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/06/08/mongodb-initial-thoughts.aspx https://lostechies.com/johnpetersen/2010/06/08/mongodb-initial-thoughts/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/06/14/checking-out-the-960-grid-system.aspx https://lostechies.com/johnpetersen/2010/06/14/checking-out-the-960-grid-system/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/06/16/perhaps-the-best-jquery-overview-out-there-compliments-of-marc-grabanski.aspx https://lostechies.com/johnpetersen/2010/06/16/perhaps-the-best-jquery-overview-out-there-compliments-of-marc-grabanski/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/06/21/heading-to-codestock-this-week-25th-26th-knoxville-tn.aspx https://lostechies.com/johnpetersen/2010/06/21/heading-to-codestock-this-week-25th-26th-knoxville-tn/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/06/22/what-are-your-10-essentials-here-are-mine.aspx https://lostechies.com/johnpetersen/2010/06/23/what-are-your-10-essentials-here-are-mine/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/06/27/back-from-codestock-2010-it-was-all-about-community.aspx https://lostechies.com/johnpetersen/2010/06/28/back-from-codestock-2010-it-was-all-about-community/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/07/08/why-i-love-ruby.aspx https://lostechies.com/johnpetersen/2010/07/08/why-i-love-ruby/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/07/09/i-probably-should-have-titled-the-last-post-why-i-love-programming-and-interacting-with-the-community.aspx https://lostechies.com/johnpetersen/2010/07/09/i-probably-should-have-titled-the-last-post-why-i-love-programming-and-interacting-with-the-community/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/07/10/an-illustration-of-why-the-new-c-4-0-dynamic-and-optional-argument-features-are-valuable.aspx https://lostechies.com/johnpetersen/2010/07/10/an-illustration-of-why-the-new-c-4-0-dynamic-and-optional-argument-features-are-valuable/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/07/11/trademarks-and-urls.aspx https://lostechies.com/johnpetersen/2010/07/11/trademarks-and-urls/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/07/19/i-m-very-excited-to-be-speaking-at-indieconf-2010.aspx https://lostechies.com/johnpetersen/2010/07/20/i-m-very-excited-to-be-speaking-at-indieconf-2010/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/07/23/powerpoint-and-code-demos-from-my-mvcconf-presentation.aspx https://lostechies.com/johnpetersen/2010/07/23/powerpoint-and-code-demos-from-my-mvcconf-presentation/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/08/05/powerpoint-from-legal-talk-at-devlink-2010.aspx https://lostechies.com/johnpetersen/2010/08/05/powerpoint-from-legal-talk-at-devlink-2010/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/08/06/powerpoint-and-code-samples-from-jquery-ajax-and-json-in-mvc-talk-at-devlink-2010.aspx https://lostechies.com/johnpetersen/2010/08/06/powerpoint-and-code-samples-from-jquery-ajax-and-json-in-mvc-talk-at-devlink-2010/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/08/07/ironruby-and-ironpython-are-not-dead.aspx https://lostechies.com/johnpetersen/2010/08/07/ironruby-and-ironpython-are-not-dead/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/09/13/slide-deck-and-code-from-9-11-central-penn-code-camp-presentation.aspx https://lostechies.com/johnpetersen/2010/09/13/slide-deck-and-code-from-9-11-central-penn-code-camp-presentation/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/09/22/code-samples-from-philly-dot-net-wcf-fire-starter-event-9-18-2010.aspx https://lostechies.com/johnpetersen/2010/09/22/code-samples-from-philly-dot-net-wcf-fire-starter-event-9-18-2010/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/09/27/my-interview-with-david-giard-on-technlogy-and-friends.aspx https://lostechies.com/johnpetersen/2010/09/27/my-interview-with-david-giard-on-technlogy-and-friends/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/10/09/extending-asp-mvc-with-ajax-jquery-and-json-sample-code-from-philly-code-camp-2010-2.aspx https://lostechies.com/johnpetersen/2010/10/09/extending-asp-mvc-with-ajax-jquery-and-json-sample-code-from-philly-code-camp-2010-2/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/10/13/cool-site-of-the-day-extensionmethod-net.aspx https://lostechies.com/johnpetersen/2010/10/13/cool-site-of-the-day-extensionmethod-net/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/10/16/slide-deck-and-code-samples-from-pittsburgh-code-camp-2010-2.aspx https://lostechies.com/johnpetersen/2010/10/16/slide-deck-and-code-samples-from-pittsburgh-code-camp-2010-2/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/11/08/my-thoughts-on-certification-exams.aspx https://lostechies.com/johnpetersen/2010/11/08/my-thoughts-on-certification-exams/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/11/18/going-through-presentation-hell-make-sure-you-check-your-existing-apps-when-you-install-asp-mvc-3.aspx https://lostechies.com/johnpetersen/2010/11/18/going-through-presentation-hell-make-sure-you-check-your-existing-apps-when-you-install-asp-mvc-3/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/12/06/an-easy-approach-to-adding-user-notifications-to-web-applications.aspx https://lostechies.com/johnpetersen/2010/12/07/an-easy-approach-to-adding-user-notifications-to-web-applications/ | |
redirect 301 /blogs/johnvpetersen/archive/2010/12/08/asp-user-notification-update.aspx https://lostechies.com/johnpetersen/2010/12/09/asp-user-notification-update/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/01/10/announcing-philly-code-camp-2011-1-saturday-april-9-2011.aspx https://lostechies.com/johnpetersen/2011/01/10/announcing-philly-code-camp-2011-1-saturday-april-9-2011/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/01/19/code-samples-and-slide-deck-from-philly-dot-net-mspec-fluent-validation-presentation.aspx https://lostechies.com/johnpetersen/2011/01/19/code-samples-and-slide-deck-from-philly-dot-net-mspec-fluent-validation-presentation/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/01/23/dependency-injection-with-asp-mvc-3-distilled-and-simplified.aspx https://lostechies.com/johnpetersen/2011/01/23/dependency-injection-with-asp-mvc-3-distilled-and-simplified/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/01/24/dependency-injection-in-mvc-3-with-views.aspx https://lostechies.com/johnpetersen/2011/01/24/dependency-injection-in-mvc-3-with-views/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/02/03/modified-version-of-rob-conery-s-textmate-vs2010-theme-that-works-with-razor.aspx https://lostechies.com/johnpetersen/2011/02/03/modified-version-of-rob-conery-s-textmate-vs2010-theme-that-works-with-razor/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/02/20/another-nyc-code-camp-in-the-books.aspx https://lostechies.com/johnpetersen/2011/02/20/another-nyc-code-camp-in-the-books/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/02/23/how-much-traffic-does-your-website-create-with-each-request-use-iisexpress-7-5-to-find-out.aspx https://lostechies.com/johnpetersen/2011/02/23/how-much-traffic-does-your-website-create-with-each-request-use-iisexpress-7-5-to-find-out/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/03/01/things-i-really-like-about-telerik-s-justcode.aspx https://lostechies.com/johnpetersen/2011/03/01/things-i-really-like-about-telerik-s-justcode/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/03/03/a-simple-approach-to-hydrating-the-c-mongodb-driver-objects.aspx https://lostechies.com/johnpetersen/2011/03/03/a-simple-approach-to-hydrating-the-c-mongodb-driver-objects/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/03/09/would-you-like-to-learn-more-about-mvvm-check-out-devready-with-mvvm.aspx https://lostechies.com/johnpetersen/2011/03/09/would-you-like-to-learn-more-about-mvvm-check-out-devready-with-mvvm/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/03/17/cenral-penn-ug-files-and-slide-deck.aspx https://lostechies.com/johnpetersen/2011/03/17/cenral-penn-ug-files-and-slide-deck/ | |
redirect 301 /blogs/johnvpetersen/archive/2011/03/19/deeper-in-net-code-and-slide-deck.aspx https://lostechies.com/johnpetersen/2011/03/19/deeper-in-net-code-and-slide-deck/ | |
redirect 301 /blogs/johnteague/archive/2008/05/27/using-database-repository-pattern-with-activerecord-with-activerecordmediator.aspx https://lostechies.com/johnteague/2008/05/28/using-database-repository-pattern-with-activerecord-with-activerecordmediator/ | |
redirect 301 /blogs/johnteague/archive/2008/05/27/why-use-activerecordmediator-instead-of-nhibernate.aspx https://lostechies.com/johnteague/2008/05/28/why-use-activerecordmediator-instead-of-nhibernate/ | |
redirect 301 /blogs/johnteague/archive/2008/06/02/does-loading-violate-domain-driven-design-principles.aspx https://lostechies.com/johnteague/2008/06/02/does-loading-violate-domain-driven-design-principles/ | |
redirect 301 /blogs/johnteague/archive/2008/06/06/creating-a-culture-of-quality.aspx https://lostechies.com/johnteague/2008/06/06/creating-a-culture-of-quality/ | |
redirect 301 /blogs/johnteague/archive/2008/06/24/iteration-0.aspx https://lostechies.com/johnteague/2008/06/24/iteration-0/ | |
redirect 301 /blogs/johnteague/archive/2008/08/12/encapsulating-test-data-and-expectations.aspx https://lostechies.com/johnteague/2008/08/13/encapsulating-test-data-and-expectations/ | |
redirect 301 /blogs/johnteague/archive/2008/08/28/converting-columns-to-rows-with-nhibernate-usertype.aspx https://lostechies.com/johnteague/2008/08/29/converting-columns-to-rows-with-nhibernate-usertype/ | |
redirect 301 /blogs/johnteague/archive/2008/09/12/intro-to-jquery-slides.aspx https://lostechies.com/johnteague/2008/09/12/intro-to-jquery-slides/ | |
redirect 301 /blogs/johnteague/archive/2008/09/12/jquery-demo-1.aspx https://lostechies.com/johnteague/2008/09/12/jquery-demo-1/ | |
redirect 301 /blogs/johnteague/archive/2008/10/15/unobtrusive-javascript-part-1.aspx https://lostechies.com/johnteague/2008/10/15/unobtrusive-javascript-part-1/ | |
redirect 301 /blogs/johnteague/archive/2008/11/03/unobtrusive-javascript-part-2-separating-content-style-and-behavior.aspx https://lostechies.com/johnteague/2008/11/03/unobtrusive-javascript-part-2-separating-content-style-and-behavior/ | |
redirect 301 /blogs/johnteague/archive/2008/11/21/welcome-steve-donie.aspx https://lostechies.com/johnteague/2008/11/22/welcome-steve-donie/ | |
redirect 301 /blogs/johnteague/archive/2008/11/25/ptom-bend-3rd-party-libraries-to-your-will-with-the-adapter-pattern.aspx https://lostechies.com/johnteague/2008/11/25/ptom-bend-3rd-party-libraries-to-your-will-with-the-adapter-pattern/ | |
redirect 301 /blogs/johnteague/archive/2009/01/20/google-s-testers-take-on-dependency-injection.aspx https://lostechies.com/johnteague/2009/01/21/google-s-testers-take-on-dependency-injection/ | |
redirect 301 /blogs/johnteague/archive/2009/02/09/austin-code-camp-09.aspx https://lostechies.com/johnteague/2009/02/10/austin-code-camp-09/ | |
redirect 301 /blogs/johnteague/archive/2009/02/10/another-way-to-test-ajax-methods.aspx https://lostechies.com/johnteague/2009/02/10/another-way-to-test-ajax-methods/ | |
redirect 301 /blogs/johnteague/archive/2009/02/17/austin-code-camp-09-call-for-speakeres.aspx https://lostechies.com/johnteague/2009/02/18/austin-code-camp-09-call-for-speakeres/ | |
redirect 301 /blogs/johnteague/archive/2009/02/18/polymorphism-with-javascript.aspx https://lostechies.com/johnteague/2009/02/18/polymorphism-with-javascript/ | |
redirect 301 /blogs/johnteague/archive/2009/02/20/the-mvc-template-team-got-it-right.aspx https://lostechies.com/johnteague/2009/02/20/the-mvc-template-team-got-it-right/ | |
redirect 301 /blogs/johnteague/archive/2009/04/01/cooking-with-pablo-chicken-cacciatore.aspx https://lostechies.com/johnteague/2009/04/01/cooking-with-pablo-chicken-cacciatore/ | |
redirect 301 /blogs/johnteague/archive/2009/04/06/resharper-templates-don-t-forget-the-macros.aspx https://lostechies.com/johnteague/2009/04/06/resharper-templates-don-t-forget-the-macros/ | |
redirect 301 /blogs/johnteague/archive/2009/04/15/building-maintainable-web-applications-training-course.aspx https://lostechies.com/johnteague/2009/04/16/building-maintainable-web-applications-training-course/ | |
redirect 301 /blogs/johnteague/archive/2009/04/17/submit-your-austin-code-camp-sessions-now.aspx https://lostechies.com/johnteague/2009/04/17/submit-your-austin-code-camp-sessions-now/ | |
redirect 301 /blogs/johnteague/archive/2009/05/24/austin-code-camp-schedule.aspx https://lostechies.com/johnteague/2009/05/24/austin-code-camp-schedule/ | |
redirect 301 /blogs/johnteague/archive/2009/06/10/ruby-and-rake-as-an-executable.aspx https://lostechies.com/johnteague/2009/06/10/ruby-and-rake-as-an-executable/ | |
redirect 301 /blogs/johnteague/archive/2009/06/12/programming-basics-the-for-loop-can-do-more-than-increment-an-integer.aspx https://lostechies.com/johnteague/2009/06/12/programming-basics-the-for-loop-can-do-more-than-increment-an-integer/ | |
redirect 301 /blogs/johnteague/archive/2009/07/15/giving-your-mvc-views-an-identity.aspx https://lostechies.com/johnteague/2009/07/15/giving-your-mvc-views-an-identity/ | |
redirect 301 /blogs/johnteague/archive/2009/07/20/demeter-helps-you-fend-off-the-one-true-constant-change.aspx https://lostechies.com/johnteague/2009/07/20/demeter-helps-you-fend-off-the-one-true-constant-change/ | |
redirect 301 /blogs/johnteague/archive/2009/08/20/wiring-up-generics-in-castle-windsor.aspx https://lostechies.com/johnteague/2009/08/20/wiring-up-generics-in-castle-windsor/ | |
redirect 301 /blogs/johnteague/archive/2009/08/27/the-trythis-method.aspx https://lostechies.com/johnteague/2009/08/27/the-trythis-method/ | |
redirect 301 /blogs/johnteague/archive/2009/08/28/testing-private-amp-protected-members-of-a-class.aspx https://lostechies.com/johnteague/2009/08/28/testing-private-amp-protected-members-of-a-class/ | |
redirect 301 /blogs/johnteague/archive/2009/09/14/jquery-does-not-like-quirksmode.aspx https://lostechies.com/johnteague/2009/09/15/jquery-does-not-like-quirksmode/ | |
redirect 301 /blogs/johnteague/archive/2009/09/16/proper-javascript-api-design.aspx https://lostechies.com/johnteague/2009/09/16/proper-javascript-api-design/ | |
redirect 301 /blogs/johnteague/archive/2009/11/16/pablo-s-fiesta-open-space-conference-in-austin-tx.aspx https://lostechies.com/johnteague/2009/11/16/pablo-s-fiesta-open-space-conference-in-austin-tx/ | |
redirect 301 /blogs/johnteague/archive/2009/12/16/the-open-space-conference-experience.aspx https://lostechies.com/johnteague/2009/12/16/the-open-space-conference-experience/ | |
redirect 301 /blogs/johnteague/archive/2010/01/06/and-now-a-word-from-our-sponsors.aspx https://lostechies.com/johnteague/2010/01/06/and-now-a-word-from-our-sponsors/ | |
redirect 301 /blogs/johnteague/archive/2010/01/29/byof-to-pablo-s-fiesta.aspx https://lostechies.com/johnteague/2010/01/29/byof-to-pablo-s-fiesta/ | |
redirect 301 /blogs/johnteague/archive/2010/01/30/implementing-domain-queries.aspx https://lostechies.com/johnteague/2010/01/30/implementing-domain-queries/ | |
redirect 301 /blogs/johnteague/archive/2010/02/21/austin-code-camp-2010-call-for-speakers.aspx https://lostechies.com/johnteague/2010/02/22/austin-code-camp-2010-call-for-speakers/ | |
redirect 301 /blogs/johnteague/archive/2010/03/23/codecamp-deadline-for-sessions-is-getting-close.aspx https://lostechies.com/johnteague/2010/03/23/codecamp-deadline-for-sessions-is-getting-close/ | |
redirect 301 /blogs/johnteague/archive/2010/06/01/two-code-camps-last-month.aspx https://lostechies.com/johnteague/2010/06/01/two-code-camps-last-month/ | |
redirect 301 /blogs/johnteague/archive/2010/06/19/automated-build-adnug-presentation.aspx https://lostechies.com/johnteague/2010/06/20/automated-build-adnug-presentation/ | |
redirect 301 /blogs/johnteague/archive/2010/06/28/installing-monotouch.aspx https://lostechies.com/johnteague/2010/06/28/installing-monotouch/ | |
redirect 301 /blogs/johnteague/archive/2010/06/28/unit-testing-your-mvc-views-with-qunit.aspx https://lostechies.com/johnteague/2010/06/28/unit-testing-your-mvc-views-with-qunit/ | |
redirect 301 /blogs/johnteague/archive/2010/11/22/using-a-command-execution-style-architecture-with-a-domain-model.aspx https://lostechies.com/johnteague/2010/11/23/using-a-command-execution-style-architecture-with-a-domain-model/ | |
redirect 301 /blogs/johnteague/archive/2011/03/03/less-is-more.aspx https://lostechies.com/johnteague/2011/03/03/less-is-more/ | |
redirect 301 /blogs/joshuaflanagan/archive/2008/09/09/hola-los-techies.aspx https://lostechies.com/joshuaflanagan/2008/09/10/hola-los-techies/ | |
redirect 301 /blogs/joshuaflanagan/archive/2008/09/10/monkey-patching-rake-for-use-with-teamcity.aspx https://lostechies.com/joshuaflanagan/2008/09/10/monkey-patching-rake-for-use-with-teamcity/ | |
redirect 301 /blogs/joshuaflanagan/archive/2008/09/18/running-jquery-qunit-tests-under-continuous-integration.aspx https://lostechies.com/joshuaflanagan/2008/09/18/running-jquery-qunit-tests-under-continuous-integration/ | |
redirect 301 /blogs/joshuaflanagan/archive/2008/09/25/the-rhino-mocks-assertwascalled-method-does-work.aspx https://lostechies.com/joshuaflanagan/2008/09/25/the-rhino-mocks-assertwascalled-method-does-work/ | |
redirect 301 /blogs/joshuaflanagan/archive/2008/09/25/arrange-act-assert-with-structuremap-rhinoautomocker.aspx https://lostechies.com/joshuaflanagan/2008/09/26/arrange-act-assert-with-structuremap-rhinoautomocker/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/01/06/raising-awareness-for-teamcity-tray-notifier-issue.aspx https://lostechies.com/joshuaflanagan/2009/01/07/raising-awareness-for-teamcity-tray-notifier-issue/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/01/15/solution-for-monitoring-multiple-teamcity-servers.aspx https://lostechies.com/joshuaflanagan/2009/01/15/solution-for-monitoring-multiple-teamcity-servers/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/02/03/auto-mocking-explained.aspx https://lostechies.com/joshuaflanagan/2009/02/04/auto-mocking-explained/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/03/08/but-don-t-worry-webforms-is-not-going-away.aspx https://lostechies.com/joshuaflanagan/2009/03/08/but-don-t-worry-webforms-is-not-going-away/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/04/27/asp-net-400-bad-request-with-restricted-characters.aspx https://lostechies.com/joshuaflanagan/2009/04/28/asp-net-400-bad-request-with-restricted-characters/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/05/19/latest-docu-builds-available.aspx https://lostechies.com/joshuaflanagan/2009/05/20/latest-docu-builds-available/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/06/09/let-your-inversion-of-control-tool-work-for-you.aspx https://lostechies.com/joshuaflanagan/2009/06/10/let-your-inversion-of-control-tool-work-for-you/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/06/10/integrating-a-custom-test-runner-with-teamcity.aspx https://lostechies.com/joshuaflanagan/2009/06/11/integrating-a-custom-test-runner-with-teamcity/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/06/28/real-world-refactoring.aspx https://lostechies.com/joshuaflanagan/2009/06/29/real-world-refactoring/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/07/12/how-we-handle-application-configuration.aspx https://lostechies.com/joshuaflanagan/2009/07/13/how-we-handle-application-configuration/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/08/28/big-visible-teamcity.aspx https://lostechies.com/joshuaflanagan/2009/08/28/big-visible-teamcity/ | |
redirect 301 /blogs/joshuaflanagan/archive/2009/12/19/readable-regular-expressions-revisited.aspx https://lostechies.com/joshuaflanagan/2009/12/19/readable-regular-expressions-revisited/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/01/18/fubumvc-define-your-actions-your-way.aspx https://lostechies.com/joshuaflanagan/2010/01/18/fubumvc-define-your-actions-your-way/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/01/28/how-to-resolve-a-binary-file-conflict-with-git.aspx https://lostechies.com/joshuaflanagan/2010/01/29/how-to-resolve-a-binary-file-conflict-with-git/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/02/07/adding-variable-output-behavior-to-your-fubumvc-actions.aspx https://lostechies.com/joshuaflanagan/2010/02/08/adding-variable-output-behavior-to-your-fubumvc-actions/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/03/19/teaching-automapper-about-our-conventions.aspx https://lostechies.com/joshuaflanagan/2010/03/19/teaching-automapper-about-our-conventions/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/04/08/adding-git-commit-information-to-your-assemblies.aspx https://lostechies.com/joshuaflanagan/2010/04/08/adding-git-commit-information-to-your-assemblies/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/05/11/austin-code-camp-2010.aspx https://lostechies.com/joshuaflanagan/2010/05/11/austin-code-camp-2010/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/06/14/using-rake-under-ironruby.aspx https://lostechies.com/joshuaflanagan/2010/06/14/using-rake-under-ironruby/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/07/04/linux-re-revisited.aspx https://lostechies.com/joshuaflanagan/2010/07/05/linux-re-revisited/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/07/16/error-detected-while-processing-vimrc-error-when-using-utf-8-characters-in-listchars-variable.aspx https://lostechies.com/joshuaflanagan/2010/07/16/error-detected-while-processing-vimrc-error-when-using-utf-8-characters-in-listchars-variable/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/09/03/use-gitk-to-understand-git.aspx https://lostechies.com/joshuaflanagan/2010/09/03/use-gitk-to-understand-git/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/09/03/use-gitk-to-understand-git-merge-and-rebase.aspx https://lostechies.com/joshuaflanagan/2010/09/03/use-gitk-to-understand-git-merge-and-rebase/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/10/06/view-files-on-github-from-visual-studio.aspx https://lostechies.com/joshuaflanagan/2010/10/07/view-files-on-github-from-visual-studio/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/10/26/extending-github-issues.aspx https://lostechies.com/joshuaflanagan/2010/10/26/extending-github-issues/ | |
redirect 301 /blogs/joshuaflanagan/archive/2010/11/16/validate-a-facebook-javascript-sdk-cookie-with-ruby.aspx https://lostechies.com/joshuaflanagan/2010/11/17/validate-a-facebook-javascript-sdk-cookie-with-ruby/ | |
redirect 301 /blogs/joshuaflanagan/archive/2011/01/24/how-we-systemically-apply-filters-to-our-data-access.aspx https://lostechies.com/joshuaflanagan/2011/01/24/how-we-systemically-apply-filters-to-our-data-access/ | |
redirect 301 /blogs/joshuaflanagan/archive/2011/01/24/a-quick-follow-up-about-data-restrictions.aspx https://lostechies.com/joshuaflanagan/2011/01/25/a-quick-follow-up-about-data-restrictions/ | |
redirect 301 /blogs/joshuaflanagan/archive/2011/02/03/helpful-datetime-extension-methods-for-dealing-with-time-zones.aspx https://lostechies.com/joshuaflanagan/2011/02/04/helpful-datetime-extension-methods-for-dealing-with-time-zones/ | |
redirect 301 /blogs/joshuaflanagan/archive/2011/02/06/applying-data-restrictions-to-route-authorization.aspx https://lostechies.com/joshuaflanagan/2011/02/06/applying-data-restrictions-to-route-authorization/ | |
redirect 301 /blogs/joshuaflanagan/archive/2011/02/22/code-samples-from-my-adnug-talk-coding-with-conventions.aspx https://lostechies.com/joshuaflanagan/2011/02/23/code-samples-from-my-adnug-talk-coding-with-conventions/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/03/31/ugh-fun-with-javascript-part-0.aspx https://lostechies.com/joshualockwood/2007/03/31/ugh-fun-with-javascript-part-0/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/04/02/c-javascript.aspx https://lostechies.com/joshualockwood/2007/04/03/c-javascript/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/04/02/another-great-javascript-article.aspx https://lostechies.com/joshualockwood/2007/04/03/another-great-javascript-article/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/04/03/term-of-the-day-principle-of-least-surprise.aspx https://lostechies.com/joshualockwood/2007/04/03/term-of-the-day-principle-of-least-surprise/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/04/03/term-of-the-day-principle-of-least-surprise-epilogue.aspx https://lostechies.com/joshualockwood/2007/04/03/term-of-the-day-principle-of-least-surprise-epilogue/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/04/06/post-test.aspx https://lostechies.com/joshualockwood/2007/04/06/post-test/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/04/06/reflectionesque-behavior-in-javascript.aspx https://lostechies.com/joshualockwood/2007/04/06/reflectionesque-behavior-in-javascript/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/04/10/how-to-enlist-ado-commands-into-an-nhibernate-transaction.aspx https://lostechies.com/joshualockwood/2007/04/10/how-to-enlist-ado-commands-into-an-nhibernate-transaction/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/08/28/clobbered-again.aspx https://lostechies.com/joshualockwood/2007/08/28/clobbered-again/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/08/29/vb-net-oddity-of-the-day-assignment-comparison-operator.aspx https://lostechies.com/joshualockwood/2007/08/29/vb-net-oddity-of-the-day-assignment-comparison-operator/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/08/31/quick-background-on-my-current-cics-integration-project.aspx https://lostechies.com/joshualockwood/2007/09/01/quick-background-on-my-current-cics-integration-project/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/08/31/things-i-hate.aspx https://lostechies.com/joshualockwood/2007/09/01/things-i-hate/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/09/11/vb-net-oddity-of-the-day-array-declarations.aspx https://lostechies.com/joshualockwood/2007/09/11/vb-net-oddity-of-the-day-array-declarations/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/09/12/subversion-tip-of-the-day-moving-files.aspx https://lostechies.com/joshualockwood/2007/09/12/subversion-tip-of-the-day-moving-files/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/09/14/calling-net-web-services-from-oracle.aspx https://lostechies.com/joshualockwood/2007/09/14/calling-net-web-services-from-oracle/ | |
redirect 301 /blogs/joshua_lockwood/archive/2007/11/09/metaphors-and-mathematics.aspx https://lostechies.com/joshualockwood/2007/11/09/metaphors-and-mathematics/ | |
redirect 301 /blogs/joshua_lockwood/archive/2008/03/25/websphere-mqseries-and-net.aspx https://lostechies.com/joshualockwood/2008/03/25/websphere-mqseries-and-net/ | |
redirect 301 /blogs/joshua_lockwood/archive/2008/04/28/nested-classes-with-junit.aspx https://lostechies.com/joshualockwood/2008/04/28/nested-classes-with-junit/ | |
redirect 301 /blogs/joshua_lockwood/archive/2008/06/01/virtual-joy.aspx https://lostechies.com/joshualockwood/2008/06/01/virtual-joy/ | |
redirect 301 /blogs/joshua_lockwood/archive/2008/06/05/note-on-sets-in-hibernate-nhibernate.aspx https://lostechies.com/joshualockwood/2008/06/05/note-on-sets-in-hibernate-nhibernate/ | |
redirect 301 /blogs/joshua_lockwood/archive/2008/08/27/awesome-response-to-an-interview-question.aspx https://lostechies.com/joshualockwood/2008/08/27/awesome-response-to-an-interview-question/ | |
redirect 301 /blogs/joshua_lockwood/archive/2008/08/29/learning-to-speak-with-a-lisp.aspx https://lostechies.com/joshualockwood/2008/08/29/learning-to-speak-with-a-lisp/ | |
redirect 301 /blogs/joshua_lockwood/archive/2008/09/03/seeking-closures.aspx https://lostechies.com/joshualockwood/2008/09/04/seeking-closures/ | |
redirect 301 /blogs/joshua_lockwood/archive/2008/09/28/just-wanted-to-share-something-that-made-my-day.aspx https://lostechies.com/joshualockwood/2008/09/28/just-wanted-to-share-something-that-made-my-day/ | |
redirect 301 /blogs/joshua_lockwood/archive/2008/11/13/selenium-with-firefox-3.aspx https://lostechies.com/joshualockwood/2008/11/13/selenium-with-firefox-3/ | |
redirect 301 /blogs/joshua_lockwood/archive/2009/03/11/qunit-amost-just-what-i-was-looking-for.aspx https://lostechies.com/joshualockwood/2009/03/11/qunit-amost-just-what-i-was-looking-for/ | |
redirect 301 /blogs/joshua_lockwood/archive/2009/04/13/quot-i-don-t-have-time-to-test-quot.aspx https://lostechies.com/joshualockwood/2009/04/13/quot-i-don-t-have-time-to-test-quot/ | |
redirect 301 /blogs/joshua_lockwood/archive/2009/04/15/awesome-code-analysis-plugin-for-java.aspx https://lostechies.com/joshualockwood/2009/04/15/awesome-code-analysis-plugin-for-java/ | |
redirect 301 /blogs/joshua_lockwood/archive/2009/08/05/yet-another-java-decompiler.aspx https://lostechies.com/joshualockwood/2009/08/05/yet-another-java-decompiler/ | |
redirect 301 /blogs/joshua_lockwood/archive/2009/09/23/getting-my-dual-display-setup-to-work-on-ubuntu-9-0-4.aspx https://lostechies.com/joshualockwood/2009/09/23/getting-my-dual-display-setup-to-work-on-ubuntu-9-0-4/ | |
redirect 301 /blogs/joshua_lockwood/archive/2009/10/28/did-you-mamma-raise-you-in-a-barn.aspx https://lostechies.com/joshualockwood/2009/10/29/did-you-mamma-raise-you-in-a-barn/ | |
redirect 301 /blogs/dahlbyk/archive/2009/07/22/hablo-code-191-y-t-250.aspx https://lostechies.com/keithdahlby/2009/07/22/hablo-code-191-y-t-250/ | |
redirect 301 /blogs/dahlbyk/archive/2009/07/23/improve-your-code-golf-game-with-linq.aspx https://lostechies.com/keithdahlby/2009/07/23/improve-your-code-golf-game-with-linq/ | |
redirect 301 /blogs/dahlbyk/archive/2009/07/23/using-idisposables-with-linq.aspx https://lostechies.com/keithdahlby/2009/07/23/using-idisposables-with-linq/ | |
redirect 301 /blogs/dahlbyk/archive/2009/08/06/introducing-lazylinq-overview.aspx https://lostechies.com/keithdahlby/2009/08/06/introducing-lazylinq-overview/ | |
redirect 301 /blogs/dahlbyk/archive/2009/08/18/introducing-lazylinq-internals.aspx https://lostechies.com/keithdahlby/2009/08/18/introducing-lazylinq-internals/ | |
redirect 301 /blogs/dahlbyk/archive/2009/08/20/introducing-lazylinq-queryability.aspx https://lostechies.com/keithdahlby/2009/08/21/introducing-lazylinq-queryability/ | |
redirect 301 /blogs/dahlbyk/archive/2009/09/13/simplifying-lazylinq.aspx https://lostechies.com/keithdahlby/2009/09/13/simplifying-lazylinq/ | |
redirect 301 /blogs/dahlbyk/archive/2009/09/13/functional-construction-for-asp-net-web-forms.aspx https://lostechies.com/keithdahlby/2009/09/13/functional-construction-for-asp-net-web-forms/ | |
redirect 301 /blogs/dahlbyk/archive/2009/09/15/hacking-linq-expressions-select-with-index.aspx https://lostechies.com/keithdahlby/2009/09/15/hacking-linq-expressions-select-with-index/ | |
redirect 301 /blogs/dahlbyk/archive/2009/09/19/hacking-linq-expressions-join-with-comparer.aspx https://lostechies.com/keithdahlby/2009/09/19/hacking-linq-expressions-join-with-comparer/ | |
redirect 301 /blogs/dahlbyk/archive/2009/09/30/refactoring-with-iterators-prime-factors.aspx https://lostechies.com/keithdahlby/2009/09/30/refactoring-with-iterators-prime-factors/ | |
redirect 301 /blogs/dahlbyk/archive/2009/10/17/is-functional-abstraction-too-clever.aspx https://lostechies.com/keithdahlby/2009/10/17/is-functional-abstraction-too-clever/ | |
redirect 301 /blogs/dahlbyk/archive/2010/01/08/script-to-enable-http-compression-gzip-deflate-in-iis-6.aspx https://lostechies.com/keithdahlby/2010/01/08/script-to-enable-http-compression-gzip-deflate-in-iis-6/ | |
redirect 301 /blogs/dahlbyk/archive/2010/01/12/http-error-codes-in-watin-1-3.aspx https://lostechies.com/keithdahlby/2010/01/12/http-error-codes-in-watin-1-3/ | |
redirect 301 /blogs/dahlbyk/archive/2010/01/23/selecting-static-results-with-dynamic-linq.aspx https://lostechies.com/keithdahlby/2010/01/23/selecting-static-results-with-dynamic-linq/ | |
redirect 301 /blogs/dahlbyk/archive/2010/01/23/quick-tip-parse-string-to-nullable-value.aspx https://lostechies.com/keithdahlby/2010/01/23/quick-tip-parse-string-to-nullable-value/ | |
redirect 301 /blogs/dahlbyk/archive/2010/01/25/extension-methods-on-types-you-own.aspx https://lostechies.com/keithdahlby/2010/01/25/extension-methods-on-types-you-own/ | |
redirect 301 /blogs/dahlbyk/archive/2010/01/27/spweb-associatedgroups-contains-lies.aspx https://lostechies.com/keithdahlby/2010/01/27/spweb-associatedgroups-contains-lies/ | |
redirect 301 /blogs/dahlbyk/archive/2010/03/15/posh-git-a-powershell-environment-for-git.aspx https://lostechies.com/keithdahlby/2010/03/15/posh-git-a-powershell-environment-for-git/ | |
redirect 301 /blogs/dahlbyk/archive/2010/03/27/posh-git-release-v0-1.aspx https://lostechies.com/keithdahlby/2010/03/27/posh-git-release-v0-1/ | |
redirect 301 /blogs/dahlbyk/archive/2010/04/03/lazy-powershell-coalesce-args.aspx https://lostechies.com/keithdahlby/2010/04/03/lazy-powershell-coalesce-args/ | |
redirect 301 /blogs/dahlbyk/archive/2010/05/17/review-pragmatic-unit-testing-in-c-with-nunit-2nd-edition.aspx https://lostechies.com/keithdahlby/2010/05/18/review-pragmatic-unit-testing-in-c-with-nunit-2nd-edition/ | |
redirect 301 /blogs/dahlbyk/archive/2010/05/20/unit-testing-serializable.aspx https://lostechies.com/keithdahlby/2010/05/20/unit-testing-serializable/ | |
redirect 301 /blogs/dahlbyk/archive/2010/07/09/quot-refactoring-quot-notes.aspx https://lostechies.com/keithdahlby/2010/07/09/quot-refactoring-quot-notes/ | |
redirect 301 /blogs/dahlbyk/archive/2010/07/21/st-louis-day-of-net-august-20-21-2010.aspx https://lostechies.com/keithdahlby/2010/07/22/st-louis-day-of-net-august-20-21-2010/ | |
redirect 301 /blogs/dahlbyk/archive/2010/08/28/posh-git-release-v0-2.aspx https://lostechies.com/keithdahlby/2010/08/28/posh-git-release-v0-2/ | |
redirect 301 /blogs/dahlbyk/archive/2010/09/26/msysgit-error-setting-certificate-verify-locations.aspx https://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/ | |
redirect 301 /blogs/dahlbyk/archive/2010/10/05/git-achievements-in-powershell.aspx https://lostechies.com/keithdahlby/2010/10/05/git-achievements-in-powershell/ | |
redirect 301 /blogs/dahlbyk/archive/2010/11/29/git_2D00_svn_2D00_aliases_2D00_git_2D00_up_2D00_and_2D00_git_2D00_dci.aspx https://lostechies.com/keithdahlby/2010/11/29/git-svn-aliases-git-up-and-git-dci/ | |
redirect 301 /blogs/dahlbyk/archive/2010/12/05/code-review-with-git-patches-and-outlook-via-powershell.aspx https://lostechies.com/keithdahlby/2010/12/06/code-review-with-git-patches-and-outlook-via-powershell/ | |
redirect 301 /blogs/dahlbyk/archive/2010/12/06/renderaction-with-asp-net-mvc-3-sessionless-controllers.aspx https://lostechies.com/keithdahlby/2010/12/06/renderaction-with-asp-net-mvc-3-sessionless-controllers/ | |
redirect 301 /blogs/dahlbyk/archive/2011/02/03/red-gate-should-have-said.aspx https://lostechies.com/keithdahlby/2011/02/04/red-gate-should-have-said/ | |
redirect 301 /blogs/dahlbyk/archive/2011/02/06/fsharp-plus-razor-view-engine-equals-fsrazor.aspx https://lostechies.com/keithdahlby/2011/02/07/fsharp-plus-razor-view-engine-equals-fsrazor/ | |
redirect 301 /blogs/louissalin/archive/2009/02/14/coding-and-cooking.aspx https://lostechies.com/louissalin/2009/02/14/coding-and-cooking/ | |
redirect 301 /blogs/louissalin/archive/2009/02/19/the-valley-of-continuous-learning.aspx https://lostechies.com/louissalin/2009/02/19/the-valley-of-continuous-learning/ | |
redirect 301 /blogs/louissalin/archive/2009/02/19/stubs-and-application-scaffolding.aspx https://lostechies.com/louissalin/2009/02/19/stubs-and-application-scaffolding/ | |
redirect 301 /blogs/louissalin/archive/2009/03/09/net-libraries-in-silverlight.aspx https://lostechies.com/louissalin/2009/03/09/net-libraries-in-silverlight/ | |
redirect 301 /blogs/louissalin/archive/2009/03/30/using-svn-s-latest-revision-in-your-teamcity-build.aspx https://lostechies.com/louissalin/2009/03/30/using-svn-s-latest-revision-in-your-teamcity-build/ | |
redirect 301 /blogs/louissalin/archive/2009/04/15/poll-don-t-wait-for-your-silverlight-applications.aspx https://lostechies.com/louissalin/2009/04/15/poll-don-t-wait-for-your-silverlight-applications/ | |
redirect 301 /blogs/louissalin/archive/2009/05/18/so-what-s-up-doc.aspx https://lostechies.com/louissalin/2009/05/19/so-what-s-up-doc/ | |
redirect 301 /blogs/louissalin/archive/2009/05/19/yield-i-thought-i-knew-you.aspx https://lostechies.com/louissalin/2009/05/19/yield-i-thought-i-knew-you/ | |
redirect 301 /blogs/louissalin/archive/2009/05/25/learning-how-to-walk-with-mono.aspx https://lostechies.com/louissalin/2009/05/26/learning-how-to-walk-with-mono/ | |
redirect 301 /blogs/louissalin/archive/2009/09/22/do-you-plan-your-work.aspx https://lostechies.com/louissalin/2009/09/22/do-you-plan-your-work/ | |
redirect 301 /blogs/louissalin/archive/2009/09/25/querying-rally-with-ruby.aspx https://lostechies.com/louissalin/2009/09/25/querying-rally-with-ruby/ | |
redirect 301 /blogs/louissalin/archive/2009/09/29/gtk-for-net-developers.aspx https://lostechies.com/louissalin/2009/09/30/gtk-for-net-developers/ | |
redirect 301 /blogs/louissalin/archive/2009/10/10/mono-open-source-and-azure.aspx https://lostechies.com/louissalin/2009/10/10/mono-open-source-and-azure/ | |
redirect 301 /blogs/louissalin/archive/2009/10/15/gtk-for-windows-developers-part-ii.aspx https://lostechies.com/louissalin/2009/10/16/gtk-for-windows-developers-part-ii/ | |
redirect 301 /blogs/louissalin/archive/2009/11/15/the-passionate-programmer-review.aspx https://lostechies.com/louissalin/2009/11/15/the-passionate-programmer-review/ | |
redirect 301 /blogs/louissalin/archive/2009/11/25/fun-with-mono-cecil.aspx https://lostechies.com/louissalin/2009/11/25/fun-with-mono-cecil/ | |
redirect 301 /blogs/louissalin/archive/2010/03/07/i-don-t-just-code.aspx https://lostechies.com/louissalin/2010/03/07/i-don-t-just-code/ | |
redirect 301 /blogs/louissalin/archive/2010/03/24/vim-viemu-cheat-sheets.aspx https://lostechies.com/louissalin/2010/03/24/vim-viemu-cheat-sheets/ | |
redirect 301 /blogs/louissalin/archive/2010/04/13/poll-don-t-wait-for-you-silverlight-applications-part-ii.aspx https://lostechies.com/louissalin/2010/04/13/poll-don-t-wait-for-you-silverlight-applications-part-ii/ | |
redirect 301 /blogs/louissalin/archive/2010/04/23/using-vim-search-replace-commands.aspx https://lostechies.com/louissalin/2010/04/23/using-vim-search-replace-commands/ | |
redirect 301 /blogs/louissalin/archive/2010/05/22/code-kata-setup.aspx https://lostechies.com/louissalin/2010/05/22/code-kata-setup/ | |
redirect 301 /blogs/louissalin/archive/2010/05/29/code-kata-setup-part-ii.aspx https://lostechies.com/louissalin/2010/05/30/code-kata-setup-part-ii/ | |
redirect 301 /blogs/louissalin/archive/2010/05/30/backups.aspx https://lostechies.com/louissalin/2010/05/30/backups/ | |
redirect 301 /blogs/louissalin/archive/2010/07/01/the-software-craftsmanship-club.aspx https://lostechies.com/louissalin/2010/07/01/the-software-craftsmanship-club/ | |
redirect 301 /blogs/louissalin/archive/2010/08/08/back-to-basics.aspx https://lostechies.com/louissalin/2010/08/09/back-to-basics/ | |
redirect 301 /blogs/louissalin/archive/2010/08/22/silverlight-ui-testing-with-selenium-and-ruby.aspx https://lostechies.com/louissalin/2010/08/22/silverlight-ui-testing-with-selenium-and-ruby/ | |
redirect 301 /blogs/louissalin/archive/2010/10/10/create.aspx https://lostechies.com/louissalin/2010/10/10/create/ | |
redirect 301 /blogs/louissalin/archive/2010/10/10/a-milestone.aspx https://lostechies.com/louissalin/2010/10/11/a-milestone/ | |
redirect 301 /blogs/louissalin/archive/2010/10/16/time-to-take-a-break.aspx https://lostechies.com/louissalin/2010/10/17/time-to-take-a-break/ | |
redirect 301 /blogs/louissalin/archive/2010/11/10/words.aspx https://lostechies.com/louissalin/2010/11/10/words/ | |
redirect 301 /blogs/louissalin/archive/2010/12/02/static-type-langagues.aspx https://lostechies.com/louissalin/2010/12/03/static-type-langagues/ | |
redirect 301 /blogs/louissalin/archive/2011/02/04/object-oriented-abstractions.aspx https://lostechies.com/louissalin/2011/02/04/object-oriented-abstractions/ | |
redirect 301 /blogs/louissalin/archive/2011/02/28/the-cost-of-delay.aspx https://lostechies.com/louissalin/2011/02/28/the-cost-of-delay/ | |
redirect 301 /blogs/louissalin/archive/2011/03/06/auto-updating-a-desktop-app.aspx https://lostechies.com/louissalin/2011/03/06/auto-updating-a-desktop-app/ | |
redirect 301 /blogs/louissalin/archive/2011/03/09/the-case-for-a-makefile.aspx https://lostechies.com/louissalin/2011/03/09/the-case-for-a-makefile/ | |
redirect 301 /blogs/louissalin/archive/2011/03/09/manos-de-mono.aspx https://lostechies.com/louissalin/2011/03/10/manos-de-mono/ | |
redirect 301 /blogs/louissalin/archive/2011/03/19/monospace-2011.aspx https://lostechies.com/louissalin/2011/03/19/monospace-2011/ | |
redirect 301 /blogs/marcus_bratton/archive/2007/08/02/what-does-that-function-do-really.aspx https://lostechies.com/marcusbratton/2007/08/03/what-does-that-function-do-really/ | |
redirect 301 /blogs/marcus_bratton/archive/2007/10/25/aspect-oriented-approaches-to-software-development.aspx https://lostechies.com/marcusbratton/2007/10/25/aspect-oriented-approaches-to-software-development/ | |
redirect 301 /blogs/marcus_bratton/archive/2007/10/28/procedural-lolcoding.aspx https://lostechies.com/marcusbratton/2007/10/28/procedural-lolcoding/ | |
redirect 301 /blogs/marcus_bratton/archive/2008/10/02/those-pesky-indexers.aspx https://lostechies.com/marcusbratton/2008/10/02/those-pesky-indexers/ | |
redirect 301 /blogs/marcus_bratton/archive/2008/10/28/going-down-the-ioc-rabbit-hole.aspx https://lostechies.com/marcusbratton/2008/10/28/going-down-the-ioc-rabbit-hole/ | |
redirect 301 /blogs/marcus_bratton/archive/2009/02/26/hallmarks-of-good-system-design.aspx https://lostechies.com/marcusbratton/2009/02/26/hallmarks-of-good-system-design/ | |
redirect 301 /blogs/marcus_bratton/archive/2009/04/18/it-s-a-toolbox-not-a-toybox.aspx https://lostechies.com/marcusbratton/2009/04/18/it-s-a-toolbox-not-a-toybox/ | |
redirect 301 /blogs/marcus_bratton/archive/2009/12/06/introducing-siege.aspx https://lostechies.com/marcusbratton/2009/12/07/introducing-siege/ | |
redirect 301 /blogs/marcus_bratton/archive/2009/12/06/the-siege-project-siege-servicelocation.aspx https://lostechies.com/marcusbratton/2009/12/07/the-siege-project-siege-servicelocation/ | |
redirect 301 /blogs/marcus_bratton/archive/2009/12/09/the-siege-project-siege-servicelocation-part-2-contextual-registration-and-resolution.aspx https://lostechies.com/marcusbratton/2009/12/09/the-siege-project-siege-servicelocation-part-2-contextual-registration-and-resolution/ | |
redirect 301 /blogs/marcus_bratton/archive/2009/12/10/the-siege-project-siege-servicelocation-part-3-extending-the-container-with-custom-use-cases.aspx https://lostechies.com/marcusbratton/2009/12/11/the-siege-project-siege-servicelocation-part-3-extending-the-container-with-custom-use-cases/ | |
redirect 301 /blogs/marcus_bratton/archive/2009/12/18/the-siege-project-siege-servicelocation-part-4-integrating-siege-servicelocation-with-asp-net-mvc.aspx https://lostechies.com/marcusbratton/2009/12/18/the-siege-project-siege-servicelocation-part-4-integrating-siege-servicelocation-with-asp-net-mvc/ | |
redirect 301 /blogs/marcus_bratton/archive/2009/12/18/the-siege-project-siege-servicelocation-part-5-a-guide-to-getting-started-with-siege-servicelocation.aspx https://lostechies.com/marcusbratton/2009/12/18/the-siege-project-siege-servicelocation-part-5-a-guide-to-getting-started-with-siege-servicelocation/ | |
redirect 301 /blogs/marcus_bratton/archive/2009/12/23/added-support-for-unity-autofac-to-siege-servicelocation.aspx https://lostechies.com/marcusbratton/2009/12/23/added-support-for-unity-autofac-to-siege-servicelocation/ | |
redirect 301 /blogs/marcus_bratton/archive/2009/12/27/introducing-siege-servicelocation-extensions-factorymethod-support-dependency-resolution-based-on-type-injected-into-added.aspx https://lostechies.com/marcusbratton/2009/12/27/introducing-siege-servicelocation-extensions-factorymethod-support-dependency-resolution-based-on-type-injected-into-added/ | |
redirect 301 /blogs/marcus_bratton/archive/2010/01/10/a-philosophical-discussion-about-inversion-of-control-frameworks.aspx https://lostechies.com/marcusbratton/2010/01/10/a-philosophical-discussion-about-inversion-of-control-frameworks/ | |
redirect 301 /blogs/marcus_bratton/archive/2010/01/19/hallmarks-of-good-framework-design.aspx https://lostechies.com/marcusbratton/2010/01/19/hallmarks-of-good-framework-design/ | |
redirect 301 /blogs/marcus_bratton/archive/2010/08/08/boiling-the-ocean-siege-update.aspx https://lostechies.com/marcusbratton/2010/08/09/boiling-the-ocean-siege-update/ | |
redirect 301 /blogs/marcus_bratton/archive/2010/08/13/getting-started-with-monotouch.aspx https://lostechies.com/marcusbratton/2010/08/13/getting-started-with-monotouch/ | |
redirect 301 /blogs/marcus_bratton/archive/2010/09/17/dependency-injection-into-controller-actions-in-asp-net-mvc.aspx https://lostechies.com/marcusbratton/2010/09/17/dependency-injection-into-controller-actions-in-asp-net-mvc/ | |
redirect 301 /blogs/marcus_bratton/archive/2010/09/17/contextual-awareness-making-your-container-behave-intelligently.aspx https://lostechies.com/marcusbratton/2010/09/17/contextual-awareness-making-your-container-behave-intelligently/ | |
redirect 301 /blogs/mokhan/archive/2008/07/12/tag-mo-s-it.aspx https://lostechies.com/mokhan/2008/07/12/tag-mo-s-it/ | |
redirect 301 /blogs/mokhan/archive/2008/07/14/trust-amp-transparency.aspx https://lostechies.com/mokhan/2008/07/14/trust-amp-transparency/ | |
redirect 301 /blogs/mokhan/archive/2008/08/01/recursive-command.aspx https://lostechies.com/mokhan/2008/08/01/recursive-command/ | |
redirect 301 /blogs/mokhan/archive/2008/08/01/windows-forms-data-binding.aspx https://lostechies.com/mokhan/2008/08/02/windows-forms-data-binding/ | |
redirect 301 /blogs/mokhan/archive/2008/08/04/ooops.aspx https://lostechies.com/mokhan/2008/08/04/ooops/ | |
redirect 301 /blogs/mokhan/archive/2008/08/04/disconnected-channels-of-communication.aspx https://lostechies.com/mokhan/2008/08/05/disconnected-channels-of-communication/ | |
redirect 301 /blogs/mokhan/archive/2008/08/09/disciplined-agility.aspx https://lostechies.com/mokhan/2008/08/09/disciplined-agility/ | |
redirect 301 /blogs/mokhan/archive/2008/08/14/parsing-the-payload.aspx https://lostechies.com/mokhan/2008/08/15/parsing-the-payload/ | |
redirect 301 /blogs/mokhan/archive/2008/08/15/droppin-pennies-on-context-specs.aspx https://lostechies.com/mokhan/2008/08/15/droppin-pennies-on-context-specs/ | |
redirect 301 /blogs/mokhan/archive/2008/08/15/the-fun-duh-mentals.aspx https://lostechies.com/mokhan/2008/08/16/the-fun-duh-mentals/ | |
redirect 301 /blogs/mokhan/archive/2008/09/03/glamma-s-and-friends.aspx https://lostechies.com/mokhan/2008/09/04/glamma-s-and-friends/ | |
redirect 301 /blogs/mokhan/archive/2008/10/24/jetbrains-seeder-program.aspx https://lostechies.com/mokhan/2008/10/24/jetbrains-seeder-program/ | |
redirect 301 /blogs/mokhan/archive/2008/10/28/collecting-errors.aspx https://lostechies.com/mokhan/2008/10/28/collecting-errors/ | |
redirect 301 /blogs/mokhan/archive/2008/11/03/intercepting-business-transactions.aspx https://lostechies.com/mokhan/2008/11/04/intercepting-business-transactions/ | |
redirect 301 /blogs/mokhan/archive/2008/11/04/mocking-queryables.aspx https://lostechies.com/mokhan/2008/11/04/mocking-queryables/ | |
redirect 301 /blogs/mokhan/archive/2008/11/04/opening-doors.aspx https://lostechies.com/mokhan/2008/11/04/opening-doors/ | |
redirect 301 /blogs/mokhan/archive/2008/11/09/lazy-loaded-interceptors.aspx https://lostechies.com/mokhan/2008/11/09/lazy-loaded-interceptors/ | |
redirect 301 /blogs/mokhan/archive/2008/11/09/container-configuration.aspx https://lostechies.com/mokhan/2008/11/10/container-configuration/ | |
redirect 301 /blogs/mokhan/archive/2008/11/09/who-do-you-wanna-jott-twitter.aspx https://lostechies.com/mokhan/2008/11/10/who-do-you-wanna-jott-twitter/ | |
redirect 301 /blogs/mokhan/archive/2008/12/03/look-ma-real-proxies.aspx https://lostechies.com/mokhan/2008/12/03/look-ma-real-proxies/ | |
redirect 301 /blogs/mokhan/archive/2008/12/10/shortening-the-feedback-loop.aspx https://lostechies.com/mokhan/2008/12/10/shortening-the-feedback-loop/ | |
redirect 301 /blogs/mokhan/archive/2009/02/12/object-thinking.aspx https://lostechies.com/mokhan/2009/02/12/object-thinking/ | |
redirect 301 /blogs/mokhan/archive/2009/03/02/introducing-nlp.aspx https://lostechies.com/mokhan/2009/03/02/introducing-nlp/ | |
redirect 301 /blogs/mokhan/archive/2009/03/11/data-driven-services-with-silverlight-2.aspx https://lostechies.com/mokhan/2009/03/11/data-driven-services-with-silverlight-2/ | |
redirect 301 /blogs/mokhan/archive/2009/03/11/bdd-on-steroids.aspx https://lostechies.com/mokhan/2009/03/11/bdd-on-steroids/ | |
redirect 301 /blogs/mokhan/archive/2009/03/12/bdd-on-creatine.aspx https://lostechies.com/mokhan/2009/03/12/bdd-on-creatine/ | |
redirect 301 /blogs/mokhan/archive/2009/03/13/deploying-net-applications-learning-msbuild-and-clickonce.aspx https://lostechies.com/mokhan/2009/03/13/deploying-net-applications-learning-msbuild-and-clickonce/ | |
redirect 301 /blogs/mokhan/archive/2009/04/03/i-heart-resharper.aspx https://lostechies.com/mokhan/2009/04/03/i-heart-resharper/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/03/21/simple-nhibernate-example-utilizing-various-xdd-techniques-part-1.aspx https://lostechies.com/nelsonmontalvo/2007/03/21/simple-nhibernate-example-utilizing-various-xdd-techniques-part-1/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/03/22/simple-nhibernate-example-part-2-the-issue-of-identity.aspx https://lostechies.com/nelsonmontalvo/2007/03/22/simple-nhibernate-example-part-2-the-issue-of-identity/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/03/29/httpcontext-vs-callcontext-state-management.aspx https://lostechies.com/nelsonmontalvo/2007/03/29/httpcontext-vs-callcontext-state-management/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/setting-up-apache-with-ssl-on-windows-for-subversion.aspx https://lostechies.com/nelsonmontalvo/2007/03/30/setting-up-apache-with-ssl-on-windows-for-subversion/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/ankhsvn-visual-studio-2005-addin-for-connecting-to-subversion.aspx https://lostechies.com/nelsonmontalvo/2007/03/30/ankhsvn-visual-studio-2005-addin-for-connecting-to-subversion/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/using-nhibernate-1-2-with-monorail.aspx https://lostechies.com/nelsonmontalvo/2007/03/30/using-nhibernate-1-2-with-monorail/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/simple-nhibernate-example-part-3-initial-repository-implementation.aspx https://lostechies.com/nelsonmontalvo/2007/03/30/simple-nhibernate-example-part-3-initial-repository-implementation/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/simple-nhibernate-example-part-4-session-management.aspx https://lostechies.com/nelsonmontalvo/2007/03/30/simple-nhibernate-example-part-4-session-management/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/03/30/bill-mccafferty-s-nhibernate-best-practices.aspx https://lostechies.com/nelsonmontalvo/2007/03/30/bill-mccafferty-s-nhibernate-best-practices/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/04/03/simple-nhibernate-example-part-5-repository-testing.aspx https://lostechies.com/nelsonmontalvo/2007/04/04/simple-nhibernate-example-part-5-repository-testing/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/04/04/stories-in-targetprocess.aspx https://lostechies.com/nelsonmontalvo/2007/04/05/stories-in-targetprocess/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/04/16/castle-s-activerecord-not-for-the-domain-purist-in-you.aspx https://lostechies.com/nelsonmontalvo/2007/04/17/castle-s-activerecord-not-for-the-domain-purist-in-you/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/09/26/the-quot-domain-model-quot.aspx https://lostechies.com/nelsonmontalvo/2007/09/27/the-quot-domain-model-quot/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/10/07/please-contribute-to-team-hanselman-s-diabetes-walk-2007.aspx https://lostechies.com/nelsonmontalvo/2007/10/07/please-contribute-to-team-hanselman-s-diabetes-walk-2007/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/10/11/interesting-silverlight-demo-site.aspx https://lostechies.com/nelsonmontalvo/2007/10/11/interesting-silverlight-demo-site/ | |
redirect 301 /blogs/nelson_montalvo/archive/2007/10/28/resharper-keymappings.aspx https://lostechies.com/nelsonmontalvo/2007/10/28/resharper-keymappings/ | |
redirect 301 /blogs/nelson_montalvo/archive/2008/04/13/nhibernate-query-example-using-createcriteria.aspx https://lostechies.com/nelsonmontalvo/2008/04/13/nhibernate-query-example-using-createcriteria/ | |
redirect 301 /blogs/rhouston/archive/2008/02/17/lostechies.aspx https://lostechies.com/rayhouston/2008/02/18/lostechies/ | |
redirect 301 /blogs/rhouston/archive/2008/02/23/a-project-walk-through-defining-user-stories.aspx https://lostechies.com/rayhouston/2008/02/23/a-project-walk-through-defining-user-stories/ | |
redirect 301 /blogs/rhouston/archive/2008/02/25/a-custom-converter-for-json-net.aspx https://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/ | |
redirect 301 /blogs/rhouston/archive/2008/02/27/good-code-is-not-just-about-writing-lines-of-code.aspx https://lostechies.com/rayhouston/2008/02/28/good-code-is-not-just-about-writing-lines-of-code/ | |
redirect 301 /blogs/rhouston/archive/2008/02/28/a-simple-delegate-example.aspx https://lostechies.com/rayhouston/2008/02/29/a-simple-delegate-example/ | |
redirect 301 /blogs/rhouston/archive/2008/03/14/ptom-the-interface-segregation-principle.aspx https://lostechies.com/rayhouston/2008/03/15/ptom-the-interface-segregation-principle/ | |
redirect 301 /blogs/rhouston/archive/2008/03/23/mapping-strings-to-booleans-using-nhibernate-s-iusertype.aspx https://lostechies.com/rayhouston/2008/03/23/mapping-strings-to-booleans-using-nhibernate-s-iusertype/ | |
redirect 301 /blogs/rhouston/archive/2008/03/23/mapping-timestamp-data-using-nhibernate-s-icompositeusertype.aspx https://lostechies.com/rayhouston/2008/03/24/mapping-timestamp-data-using-nhibernate-s-icompositeusertype/ | |
redirect 301 /blogs/rhouston/archive/2008/03/27/a-simple-closure-to-handle-try-catch-around-transactions.aspx https://lostechies.com/rayhouston/2008/03/28/a-simple-closure-to-handle-try-catch-around-transactions/ | |
redirect 301 /blogs/rhouston/archive/2008/03/27/creating-a-timestamp-interceptor-in-nhibernate.aspx https://lostechies.com/rayhouston/2008/03/28/creating-a-timestamp-interceptor-in-nhibernate/ | |
redirect 301 /blogs/rhouston/archive/2008/04/03/influence-change.aspx https://lostechies.com/rayhouston/2008/04/03/influence-change/ | |
redirect 301 /blogs/rhouston/archive/2008/04/21/thanks-alt-net-seattle.aspx https://lostechies.com/rayhouston/2008/04/21/thanks-alt-net-seattle/ | |
redirect 301 /blogs/rhouston/archive/2008/04/22/funding-open-source-with-donations.aspx https://lostechies.com/rayhouston/2008/04/23/funding-open-source-with-donations/ | |
redirect 301 /blogs/rhouston/archive/2008/05/03/connecting-activerecord-to-sql-server.aspx https://lostechies.com/rayhouston/2008/05/03/connecting-activerecord-to-sql-server/ | |
redirect 301 /blogs/rhouston/archive/2008/05/14/synchronizing-ui-operations-with-asynchronous-dependencies.aspx https://lostechies.com/rayhouston/2008/05/15/synchronizing-ui-operations-with-asynchronous-dependencies/ | |
redirect 301 /blogs/rhouston/archive/2008/05/21/do-anonymous-methods-prevent-declaring-types-from-being-gc-d.aspx https://lostechies.com/rayhouston/2008/05/22/do-anonymous-methods-prevent-declaring-types-from-being-gc-d/ | |
redirect 301 /blogs/rhouston/archive/2008/09/13/from-flex-to-silverlight.aspx https://lostechies.com/rayhouston/2008/09/13/from-flex-to-silverlight/ | |
redirect 301 /blogs/rhouston/archive/2008/09/14/creating-a-silverlight-layout-panel.aspx https://lostechies.com/rayhouston/2008/09/14/creating-a-silverlight-layout-panel/ | |
redirect 301 /blogs/rhouston/archive/2008/09/20/how-mr-buford-got-me-started-in-software-development.aspx https://lostechies.com/rayhouston/2008/09/21/how-mr-buford-got-me-started-in-software-development/ | |
redirect 301 /blogs/rhouston/archive/2008/09/23/learning-tdd.aspx https://lostechies.com/rayhouston/2008/09/24/learning-tdd/ | |
redirect 301 /blogs/rhouston/archive/2008/10/05/single-responsibility-versus-needless-complexity.aspx https://lostechies.com/rayhouston/2008/10/05/single-responsibility-versus-needless-complexity/ | |
redirect 301 /blogs/rhouston/archive/2008/10/25/senior-developer-opportunity-in-austin.aspx https://lostechies.com/rayhouston/2008/10/25/senior-developer-opportunity-in-austin/ | |
redirect 301 /blogs/rhouston/archive/2008/10/26/udi-s-soa-class-made-me-smart.aspx https://lostechies.com/rayhouston/2008/10/26/udi-s-soa-class-made-me-smart/ | |
redirect 301 /blogs/rhouston/archive/2008/11/05/pablo-s-topic-of-the-month-november-design-patterns.aspx https://lostechies.com/rayhouston/2008/11/05/pablo-s-topic-of-the-month-november-design-patterns/ | |
redirect 301 /blogs/rhouston/archive/2008/11/17/ptom-the-composite-design-pattern.aspx https://lostechies.com/rayhouston/2008/11/18/ptom-the-composite-design-pattern/ | |
redirect 301 /blogs/rhouston/archive/2009/01/10/pablo-welcomes-gabriel-schenker.aspx https://lostechies.com/rayhouston/2009/01/10/pablo-welcomes-gabriel-schenker/ | |
redirect 301 /blogs/rhouston/archive/2009/03/15/don-t-waste-the-time-we-have-now.aspx https://lostechies.com/rayhouston/2009/03/15/don-t-waste-the-time-we-have-now/ | |
redirect 301 /blogs/rhouston/archive/2009/04/10/simple-code-navigation-with-resharper.aspx https://lostechies.com/rayhouston/2009/04/11/simple-code-navigation-with-resharper/ | |
redirect 301 /blogs/rhouston/archive/2009/06/02/fluent-silverlight-auto-wiring-inotifypropertychanged.aspx https://lostechies.com/rayhouston/2009/06/03/fluent-silverlight-auto-wiring-inotifypropertychanged/ | |
redirect 301 /blogs/rhouston/archive/2010/06/23/net-software-developer-position-in-austin.aspx https://lostechies.com/rayhouston/2010/06/23/net-software-developer-position-in-austin/ | |
redirect 301 /blogs/rhouston/archive/2011/01/30/big-software-rewrites.aspx https://lostechies.com/rayhouston/2011/01/30/big-software-rewrites/ | |
redirect 301 /blogs/rhouston/archive/2011/02/04/thoughts_2D00_on_2D00_hiring_2D00_developers.aspx https://lostechies.com/rayhouston/2011/02/04/thoughts-on-hiring-developers/ | |
redirect 301 /blogs/rodpaddock/archive/2010/03/27/building-a-rails-server.aspx https://lostechies.com/rodpaddock/2010/03/27/building-a-rails-server/ | |
redirect 301 /blogs/rodpaddock/archive/2010/04/15/film-making-a-better-software-development-metaphor.aspx https://lostechies.com/rodpaddock/2010/04/15/film-making-a-better-software-development-metaphor/ | |
redirect 301 /blogs/rodpaddock/archive/2010/06/29/using-fluent-nhibernate-with-legacy-databases.aspx https://lostechies.com/rodpaddock/2010/06/29/using-fluent-nhibernate-with-legacy-databases/ | |
redirect 301 /blogs/rodpaddock/archive/2010/08/10/this-week-in-fail.aspx https://lostechies.com/rodpaddock/2010/08/10/this-week-in-fail/ | |
redirect 301 /blogs/rodpaddock/archive/2010/11/05/javascript-can-t-do-math-silverlightcalculator-a-new-silverlight-oss-project.aspx https://lostechies.com/rodpaddock/2010/11/05/javascript-can-t-do-math-silverlightcalculator-a-new-silverlight-oss-project/ | |
redirect 301 /blogs/rodpaddock/archive/2010/12/29/commented-code-technical-debt.aspx https://lostechies.com/rodpaddock/2010/12/29/commented-code-technical-debt/ | |
redirect 301 /blogs/rodpaddock/archive/2011/02/11/adiad.aspx https://lostechies.com/rodpaddock/2011/02/11/adiad/ | |
redirect 301 /blogs/rodpaddock/archive/2011/02/16/dear-net-community-you-blew-it.aspx https://lostechies.com/rodpaddock/2011/02/16/dear-net-community-you-blew-it/ | |
redirect 301 /blogs/rssvihla/archive/2009/05/21/glad-to-be-here.aspx https://lostechies.com/ryansvihla/2009/05/21/glad-to-be-here/ | |
redirect 301 /blogs/rssvihla/archive/2009/05/21/context-spec-style-testing-and-my-approach-to-bdd.aspx https://lostechies.com/ryansvihla/2009/05/22/context-spec-style-testing-and-my-approach-to-bdd/ | |
redirect 301 /blogs/rssvihla/archive/2009/05/28/ironpython-how-cool-it-is.aspx https://lostechies.com/ryansvihla/2009/05/28/ironpython-how-cool-it-is/ | |
redirect 301 /blogs/rssvihla/archive/2009/06/03/castle-activerecord-and-registering-classes-at-runtime.aspx https://lostechies.com/ryansvihla/2009/06/03/castle-activerecord-and-registering-classes-at-runtime/ | |
redirect 301 /blogs/rssvihla/archive/2009/06/07/engineering-or-customer-service-which-is-more-important.aspx https://lostechies.com/ryansvihla/2009/06/07/engineering-or-customer-service-which-is-more-important/ | |
redirect 301 /blogs/rssvihla/archive/2009/06/22/python-web-framework-series.aspx https://lostechies.com/ryansvihla/2009/06/22/python-web-framework-series/ | |
redirect 301 /blogs/rssvihla/archive/2009/06/23/python-web-framework-series-pylons-part-1-getting-started.aspx https://lostechies.com/ryansvihla/2009/06/23/python-web-framework-series-pylons-part-1-getting-started/ | |
redirect 301 /blogs/rssvihla/archive/2009/06/24/python-web-framework-series-pylons-part-2-controllers-and-views.aspx https://lostechies.com/ryansvihla/2009/06/24/python-web-framework-series-pylons-part-2-controllers-and-views/ | |
redirect 301 /blogs/rssvihla/archive/2009/06/24/van-doing-2-part-series-on-castle-development-july-1st-and-8th-at-8pm.aspx https://lostechies.com/ryansvihla/2009/06/25/van-doing-2-part-series-on-castle-development-july-1st-and-8th-at-8pm/ | |
redirect 301 /blogs/rssvihla/archive/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako.aspx https://lostechies.com/ryansvihla/2009/06/25/python-web-framework-series-pylons-part-3-views-with-mako/ | |
redirect 301 /blogs/rssvihla/archive/2009/06/28/python-web-framework-series-pylons-part-4-database-support-with-sql-alchemy.aspx https://lostechies.com/ryansvihla/2009/06/29/python-web-framework-series-pylons-part-4-database-support-with-sql-alchemy/ | |
redirect 301 /blogs/rssvihla/archive/2009/07/02/python-web-framework-series-pylons-part-5-testing-models.aspx https://lostechies.com/ryansvihla/2009/07/02/python-web-framework-series-pylons-part-5-testing-models/ | |
redirect 301 /blogs/rssvihla/archive/2009/07/03/python-web-framework-series-pylons-part-6-authentication-and-authorization-with-authkit.aspx https://lostechies.com/ryansvihla/2009/07/03/python-web-framework-series-pylons-part-6-authentication-and-authorization-with-authkit/ | |
redirect 301 /blogs/rssvihla/archive/2009/07/04/python-web-series-pylons-part-7-refactoring-deployment-and-wrap-up.aspx https://lostechies.com/ryansvihla/2009/07/04/python-web-series-pylons-part-7-refactoring-deployment-and-wrap-up/ | |
redirect 301 /blogs/rssvihla/archive/2009/07/07/van-castle-monorail-active-record-and-brail-talk-at-wednesday-8pm-cst-5-gmt-by-yours-truly.aspx https://lostechies.com/ryansvihla/2009/07/07/van-castle-monorail-active-record-and-brail-talk-at-wednesday-8pm-cst-5-gmt-by-yours-truly/ | |
redirect 301 /blogs/rssvihla/archive/2009/07/12/lessons-from-my-first-attempt-at-bringing-agile-into-a-non-agile-shop.aspx https://lostechies.com/ryansvihla/2009/07/12/lessons-from-my-first-attempt-at-bringing-agile-into-a-non-agile-shop/ | |
redirect 301 /blogs/rssvihla/archive/2009/07/16/discussion-mentoring-knowledge-transfer-and-different-styles-of-learning.aspx https://lostechies.com/ryansvihla/2009/07/17/discussion-mentoring-knowledge-transfer-and-different-styles-of-learning/ | |
redirect 301 /blogs/rssvihla/archive/2009/08/07/windsor-style-convention-over-configuration-in-structuremap.aspx https://lostechies.com/ryansvihla/2009/08/07/windsor-style-convention-over-configuration-in-structuremap/ | |
redirect 301 /blogs/rssvihla/archive/2009/08/08/introducing-specmaker-rspec-style-bdd-in-c.aspx https://lostechies.com/ryansvihla/2009/08/08/introducing-specmaker-rspec-style-bdd-in-c/ | |
redirect 301 /blogs/rssvihla/archive/2009/08/14/hero-mode-refactoring-aka-enemy-of-brown-field-development.aspx https://lostechies.com/ryansvihla/2009/08/14/hero-mode-refactoring-aka-enemy-of-brown-field-development/ | |
redirect 301 /blogs/rssvihla/archive/2009/08/30/focused-and-narrow-superficial-and-broad.aspx https://lostechies.com/ryansvihla/2009/08/30/focused-and-narrow-superficial-and-broad/ | |
redirect 301 /blogs/rssvihla/archive/2009/08/31/dynamic-loading-of-net-assemblies.aspx https://lostechies.com/ryansvihla/2009/08/31/dynamic-loading-of-net-assemblies/ | |
redirect 301 /blogs/rssvihla/archive/2009/09/01/simple-bdd-tdd.aspx https://lostechies.com/ryansvihla/2009/09/02/simple-bdd-tdd/ | |
redirect 301 /blogs/rssvihla/archive/2009/09/01/playing-with-haskell.aspx https://lostechies.com/ryansvihla/2009/09/02/playing-with-haskell/ | |
redirect 301 /blogs/rssvihla/archive/2009/09/13/alt-net-evangelism-and-what-we-could-do-better.aspx https://lostechies.com/ryansvihla/2009/09/14/alt-net-evangelism-and-what-we-could-do-better/ | |
redirect 301 /blogs/rssvihla/archive/2009/11/16/i-recant-my-ioc-ioc-containers-in-dynamic-languages-are-silly.aspx https://lostechies.com/ryansvihla/2009/11/16/i-recant-my-ioc-ioc-containers-in-dynamic-languages-are-silly/ | |
redirect 301 /blogs/rssvihla/archive/2009/11/19/take-2-why-we-use-solid-in-static-languages-and-how-we-get-the-same-functionality-for-cheap-in-dynamic-languages.aspx https://lostechies.com/ryansvihla/2009/11/19/take-2-why-we-use-solid-in-static-languages-and-how-we-get-the-same-functionality-for-cheap-in-dynamic-languages/ | |
redirect 301 /blogs/rssvihla/archive/2009/11/20/take-3-python-isp-ioc-and-ocp-need-a-fundamental-rethink.aspx https://lostechies.com/ryansvihla/2009/11/20/take-3-python-isp-ioc-and-ocp-need-a-fundamental-rethink/ | |
redirect 301 /blogs/rssvihla/archive/2010/01/08/adventures-in-meta-programming-in-python-im-class-import-getattribute.aspx https://lostechies.com/ryansvihla/2010/01/08/adventures-in-meta-programming-in-python-im-class-import-getattribute/ | |
redirect 301 /blogs/rssvihla/archive/2010/01/15/newbie-win32-development-using-python.aspx https://lostechies.com/ryansvihla/2010/01/16/newbie-win32-development-using-python/ | |
redirect 301 /blogs/rssvihla/archive/2010/04/04/domain-specific-languages-with-boo-ast-macros.aspx https://lostechies.com/ryansvihla/2010/04/05/domain-specific-languages-with-boo-ast-macros/ | |
redirect 301 /blogs/rssvihla/archive/2010/04/13/come-see-my-boo-talk-at-alamo-coders-on-the-14th.aspx https://lostechies.com/ryansvihla/2010/04/13/come-see-my-boo-talk-at-alamo-coders-on-the-14th/ | |
redirect 301 /blogs/rssvihla/archive/2010/04/14/hudson-ci-server-setting-up-remote-slaves-and-restrictive-security-together.aspx https://lostechies.com/ryansvihla/2010/04/14/hudson-ci-server-setting-up-remote-slaves-and-restrictive-security-together/ | |
redirect 301 /blogs/rssvihla/archive/2010/05/22/projects-in-java-with-maven-2.aspx https://lostechies.com/ryansvihla/2010/05/23/projects-in-java-with-maven-2/ | |
redirect 301 /blogs/rssvihla/archive/2010/06/06/dynamic-dns-with-amazon-ec2-linux-and-everydns.aspx https://lostechies.com/ryansvihla/2010/06/06/dynamic-dns-with-amazon-ec2-linux-and-everydns/ | |
redirect 301 /blogs/rssvihla/archive/2010/06/26/hibernate-connection-pooling-why-is-the-default-one-for-production.aspx https://lostechies.com/ryansvihla/2010/06/26/hibernate-connection-pooling-why-is-the-default-one-for-production/ | |
redirect 301 /blogs/rssvihla/archive/2010/06/29/java-dependency-management-with-apache-ivy.aspx https://lostechies.com/ryansvihla/2010/06/29/java-dependency-management-with-apache-ivy/ | |
redirect 301 /blogs/rssvihla/archive/2010/07/01/mysql-5-performance-tuning-toolkit.aspx https://lostechies.com/ryansvihla/2010/07/02/mysql-5-performance-tuning-toolkit/ | |
redirect 301 /blogs/rssvihla/archive/2010/07/12/project-management-in-java-a-confused-net-developer-s-perspective.aspx https://lostechies.com/ryansvihla/2010/07/12/project-management-in-java-a-confused-net-developer-s-perspective/ | |
redirect 301 /blogs/rssvihla/archive/2010/07/15/anti-pattern-too-much-of-your-application-is-about-interacting-with-external-resources.aspx https://lostechies.com/ryansvihla/2010/07/16/anti-pattern-too-much-of-your-application-is-about-interacting-with-external-resources/ | |
redirect 301 /blogs/rssvihla/archive/2010/09/19/java-ioc-containers-and-classpath-scanning-or-what-i-ve-been-looking-for-from-net-for-months.aspx https://lostechies.com/ryansvihla/2010/09/19/java-ioc-containers-and-classpath-scanning-or-what-i-ve-been-looking-for-from-net-for-months/ | |
redirect 301 /blogs/rssvihla/archive/2011/02/04/the-difficult-definition-of-professional-software-development.aspx https://lostechies.com/ryansvihla/2011/02/04/the-difficult-definition-of-professional-software-development/ | |
redirect 301 /blogs/scottdensmore/archive/2009/01/19/hangin-with-the-cool-kids.aspx https://lostechies.com/scottdensmore/2009/01/20/hangin-with-the-cool-kids/ | |
redirect 301 /blogs/scottdensmore/archive/2009/02/15/my-first-journey-into-bdd.aspx https://lostechies.com/scottdensmore/2009/02/15/my-first-journey-into-bdd/ | |
redirect 301 /blogs/scottdensmore/archive/2009/06/02/don-t-cross-the-streams.aspx https://lostechies.com/scottdensmore/2009/06/03/don-t-cross-the-streams/ | |
redirect 301 /blogs/scottdensmore/archive/2009/06/20/this-code-for-rent.aspx https://lostechies.com/scottdensmore/2009/06/20/this-code-for-rent/ | |
redirect 301 /blogs/scottdensmore/archive/2009/07/27/unity-lifetime-managers-for-wcf.aspx https://lostechies.com/scottdensmore/2009/07/27/unity-lifetime-managers-for-wcf/ | |
redirect 301 /blogs/scottdensmore/archive/2009/08/13/singletons-are-evil-part-2.aspx https://lostechies.com/scottdensmore/2009/08/14/singletons-are-evil-part-2/ | |
redirect 301 /blogs/scottdensmore/archive/2009/09/24/orlando-net-user-group-talk-12-practices-to-be-a-better-developer.aspx https://lostechies.com/scottdensmore/2009/09/24/orlando-net-user-group-talk-12-practices-to-be-a-better-developer/ | |
redirect 301 /blogs/scottdensmore/archive/2009/10/20/monotouch-comparison-with-apple-tools.aspx https://lostechies.com/scottdensmore/2009/10/20/monotouch-comparison-with-apple-tools/ | |
redirect 301 /blogs/scottdensmore/archive/2010/06/07/there-can-be-only-one-roleentrypoint.aspx https://lostechies.com/scottdensmore/2010/06/07/there-can-be-only-one-roleentrypoint/ | |
redirect 301 /blogs/scottdensmore/archive/2010/07/24/debugging-unit-tests-for-the-iphone-ipad.aspx https://lostechies.com/scottdensmore/2010/07/24/debugging-unit-tests-for-the-iphone-ipad/ | |
redirect 301 /blogs/stgillen/archive/2010/04/15/why-selenium-and-rspec.aspx https://lostechies.com/scottgillenwater/2010/04/16/why-selenium-and-rspec/ | |
redirect 301 /blogs/stgillen/archive/2010/04/17/selenium-rspec-dsl-available-on-rubygems-org-and-github.aspx https://lostechies.com/scottgillenwater/2010/04/17/selenium-rspec-dsl-available-on-rubygems-org-and-github/ | |
redirect 301 /blogs/scottcreynolds/archive/2008/09/04/viva-lostechies.aspx https://lostechies.com/scottreynolds/2008/09/04/viva-lostechies/ | |
redirect 301 /blogs/scottcreynolds/archive/2008/09/04/ocala-central-florida-geek-pub-night-9-17.aspx https://lostechies.com/scottreynolds/2008/09/04/ocala-central-florida-geek-pub-night-9-17/ | |
redirect 301 /blogs/scottcreynolds/archive/2008/09/11/why-apple-isn-t-ready-for-the-corporate-game.aspx https://lostechies.com/scottreynolds/2008/09/11/why-apple-isn-t-ready-for-the-corporate-game/ | |
redirect 301 /blogs/scottcreynolds/archive/2008/12/14/on-your-health-and-your-career.aspx https://lostechies.com/scottreynolds/2008/12/14/on-your-health-and-your-career/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/01/06/lean-amp-kanban-software-conference.aspx https://lostechies.com/scottreynolds/2009/01/06/lean-amp-kanban-software-conference/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/01/07/creating-a-culture-of-responsibility.aspx https://lostechies.com/scottreynolds/2009/01/07/creating-a-culture-of-responsibility/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/01/10/tdd-firestarter-saturday-1-17-09-tampa-fl.aspx https://lostechies.com/scottreynolds/2009/01/11/tdd-firestarter-saturday-1-17-09-tampa-fl/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/01/18/tdd-firestarter-wrapup.aspx https://lostechies.com/scottreynolds/2009/01/19/tdd-firestarter-wrapup/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/01/19/pablo-welcomes-scott-densmore.aspx https://lostechies.com/scottreynolds/2009/01/19/pablo-welcomes-scott-densmore/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/01/23/on-teaching-learning-and-being-honest-with-ourselves.aspx https://lostechies.com/scottreynolds/2009/01/23/on-teaching-learning-and-being-honest-with-ourselves/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/02/05/beginning-objective-c-for-the-c-guy.aspx https://lostechies.com/scottreynolds/2009/02/05/beginning-objective-c-for-the-c-guy/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/03/31/vmware-fusion-shared-folders-and-visual-studio-development.aspx https://lostechies.com/scottreynolds/2009/03/31/vmware-fusion-shared-folders-and-visual-studio-development/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/04/24/pro-tip-don-t-co-opt-net-conventions-for-your-own-purposes.aspx https://lostechies.com/scottreynolds/2009/04/24/pro-tip-don-t-co-opt-net-conventions-for-your-own-purposes/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/05/05/getting-up-and-running-on-git-svn-5-minute-quickstart.aspx https://lostechies.com/scottreynolds/2009/05/06/getting-up-and-running-on-git-svn-5-minute-quickstart/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/06/14/a-couple-of-quick-ubuntu-tips.aspx https://lostechies.com/scottreynolds/2009/06/14/a-couple-of-quick-ubuntu-tips/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/06/24/how-i-set-up-my-mac.aspx https://lostechies.com/scottreynolds/2009/06/24/how-i-set-up-my-mac/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/08/11/some-new-blogs-to-check-out.aspx https://lostechies.com/scottreynolds/2009/08/11/some-new-blogs-to-check-out/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/08/12/mac-os-x-tip-install-two-versions-of-the-same-app-or-run-two-instances.aspx https://lostechies.com/scottreynolds/2009/08/12/mac-os-x-tip-install-two-versions-of-the-same-app-or-run-two-instances/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/09/17/would-you-like-to-know-how-i-do-things.aspx https://lostechies.com/scottreynolds/2009/09/17/would-you-like-to-know-how-i-do-things/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/09/29/smart-and-gets-things-done-right.aspx https://lostechies.com/scottreynolds/2009/09/30/smart-and-gets-things-done-right/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/10/01/well-constructed-over-architected.aspx https://lostechies.com/scottreynolds/2009/10/01/well-constructed-over-architected/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/10/02/quit-living-in-the-past-practices-evolve.aspx https://lostechies.com/scottreynolds/2009/10/02/quit-living-in-the-past-practices-evolve/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/10/04/how-we-do-things-preamble-and-contents.aspx https://lostechies.com/scottreynolds/2009/10/05/how-we-do-things-preamble-and-contents/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/10/05/how-we-do-things-who-we-are-where-we-were-where-we-stand.aspx https://lostechies.com/scottreynolds/2009/10/05/how-we-do-things-who-we-are-where-we-were-where-we-stand/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/10/05/how-we-do-things-evolving-our-planning-practice.aspx https://lostechies.com/scottreynolds/2009/10/05/how-we-do-things-evolving-our-planning-practice/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/10/05/attribution-and-analogy.aspx https://lostechies.com/scottreynolds/2009/10/05/attribution-and-analogy/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/10/06/how-we-do-things-planning-part-2.aspx https://lostechies.com/scottreynolds/2009/10/06/how-we-do-things-planning-part-2/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/10/07/how-we-do-things-tdd-bdd.aspx https://lostechies.com/scottreynolds/2009/10/07/how-we-do-things-tdd-bdd/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/10/11/how-we-do-things-testing-part-2.aspx https://lostechies.com/scottreynolds/2009/10/12/how-we-do-things-testing-part-2/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/10/13/my-favorite-system-deploy-story.aspx https://lostechies.com/scottreynolds/2009/10/13/my-favorite-system-deploy-story/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/11/05/hang-in-there-baby-birds-i-ll-feed-you.aspx https://lostechies.com/scottreynolds/2009/11/05/hang-in-there-baby-birds-i-ll-feed-you/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/11/12/going-away-geek-beers.aspx https://lostechies.com/scottreynolds/2009/11/12/going-away-geek-beers/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/11/12/how-we-do-things-evolving-our-specification-practice.aspx https://lostechies.com/scottreynolds/2009/11/12/how-we-do-things-evolving-our-specification-practice/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/11/13/how-we-do-things-specification-using-the-right-tools.aspx https://lostechies.com/scottreynolds/2009/11/13/how-we-do-things-specification-using-the-right-tools/ | |
redirect 301 /blogs/scottcreynolds/archive/2009/11/17/how-we-do-things-the-team-room.aspx https://lostechies.com/scottreynolds/2009/11/17/how-we-do-things-the-team-room/ | |
redirect 301 /blogs/seanbiefeld/archive/2009/02/14/entity-validation-ideation.aspx https://lostechies.com/seanbiefeld/2009/02/15/entity-validation-ideation/ | |
redirect 301 /blogs/seanbiefeld/archive/2009/02/17/test-code-snippet.aspx https://lostechies.com/seanbiefeld/2009/02/17/test-code-snippet/ | |
redirect 301 /blogs/seanbiefeld/archive/2009/02/18/presenter-logic-domain-service-logic-repository-logic.aspx https://lostechies.com/seanbiefeld/2009/02/19/presenter-logic-domain-service-logic-repository-logic/ | |
redirect 301 /blogs/seanbiefeld/archive/2009/02/19/making-c-lambda-expressions-more-readable.aspx https://lostechies.com/seanbiefeld/2009/02/20/making-c-lambda-expressions-more-readable/ | |
redirect 301 /blogs/seanbiefeld/archive/2009/03/03/developing-at-the-speed-of-microsoft.aspx https://lostechies.com/seanbiefeld/2009/03/03/developing-at-the-speed-of-microsoft/ | |
redirect 301 /blogs/seanbiefeld/archive/2009/03/22/my-visual-studio-twilight-theme.aspx https://lostechies.com/seanbiefeld/2009/03/23/my-visual-studio-twilight-theme/ | |
redirect 301 /blogs/seanbiefeld/archive/2009/03/26/updated-monochrome-firefox-theme.aspx https://lostechies.com/seanbiefeld/2009/03/27/updated-monochrome-firefox-theme/ | |
redirect 301 /blogs/seanbiefeld/archive/2009/04/10/testing-compiled-classes-which-don-t-implement-an-interface.aspx https://lostechies.com/seanbiefeld/2009/04/11/testing-compiled-classes-which-don-t-implement-an-interface/ | |
redirect 301 /blogs/seanbiefeld/archive/2009/07/13/using-fluent-nhibernate-with-and-external-nhibernate-config-file.aspx https://lostechies.com/seanbiefeld/2009/07/13/using-fluent-nhibernate-with-and-external-nhibernate-config-file/ | |
redirect 301 /blogs/seanbiefeld/archive/2009/08/25/step-by-step-to-using-machine-specifications-with-resharper.aspx https://lostechies.com/seanbiefeld/2009/08/26/step-by-step-to-using-machine-specifications-with-resharper/ | |
redirect 301 /blogs/seanbiefeld/archive/2010/06/23/dynamic-view-page-mvc-without-a-view-model.aspx https://lostechies.com/seanbiefeld/2010/06/23/dynamic-view-page-mvc-without-a-view-model/ | |
redirect 301 /blogs/seanbiefeld/archive/2010/06/23/serving-images-from-an-image-controller.aspx https://lostechies.com/seanbiefeld/2010/06/23/serving-images-from-an-image-controller/ | |
redirect 301 /blogs/sean_chambers/archive/2007/09/22/blogging-at-lostechies.aspx https://lostechies.com/seanchambers/2007/09/22/blogging-at-lostechies/ | |
redirect 301 /blogs/sean_chambers/archive/2007/09/22/microsoft-s-fancy-footwork.aspx https://lostechies.com/seanchambers/2007/09/22/microsoft-s-fancy-footwork/ | |
redirect 301 /blogs/sean_chambers/archive/2007/09/23/500gb-mybook-external-hdd-and-virtual-machine.aspx https://lostechies.com/seanchambers/2007/09/24/500gb-mybook-external-hdd-and-virtual-machine/ | |
redirect 301 /blogs/sean_chambers/archive/2007/09/24/nant-build-prompter.aspx https://lostechies.com/seanchambers/2007/09/24/nant-build-prompter/ | |
redirect 301 /blogs/sean_chambers/archive/2007/09/25/welcome-colin-ramsay.aspx https://lostechies.com/seanchambers/2007/09/25/welcome-colin-ramsay/ | |
redirect 301 /blogs/sean_chambers/archive/2007/09/25/another-reason-why-i-love-monorail.aspx https://lostechies.com/seanchambers/2007/09/26/another-reason-why-i-love-monorail/ | |
redirect 301 /blogs/sean_chambers/archive/2007/09/27/branching-a-trunk-permanently.aspx https://lostechies.com/seanchambers/2007/09/27/branching-a-trunk-permanently/ | |
redirect 301 /blogs/sean_chambers/archive/2007/09/29/organizing-namespaces-with-ddd.aspx https://lostechies.com/seanchambers/2007/09/29/organizing-namespaces-with-ddd/ | |
redirect 301 /blogs/sean_chambers/archive/2007/10/04/testing-monorail-filters.aspx https://lostechies.com/seanchambers/2007/10/04/testing-monorail-filters/ | |
redirect 301 /blogs/sean_chambers/archive/2007/10/06/designbycontract-with-fluent-interfaces.aspx https://lostechies.com/seanchambers/2007/10/07/designbycontract-with-fluent-interfaces/ | |
redirect 301 /blogs/sean_chambers/archive/2007/10/07/wednesday-is-the-day.aspx https://lostechies.com/seanchambers/2007/10/08/wednesday-is-the-day/ | |
redirect 301 /blogs/sean_chambers/archive/2007/10/09/staying-on-top-of-code-coverage.aspx https://lostechies.com/seanchambers/2007/10/09/staying-on-top-of-code-coverage/ | |
redirect 301 /blogs/sean_chambers/archive/2007/10/11/the-world-welcomes-aidan.aspx https://lostechies.com/seanchambers/2007/10/11/the-world-welcomes-aidan/ | |
redirect 301 /blogs/sean_chambers/archive/2007/10/14/avoiding-development-disasters-wtf.aspx https://lostechies.com/seanchambers/2007/10/14/avoiding-development-disasters-wtf/ | |
redirect 301 /blogs/sean_chambers/archive/2007/10/15/yet-another-microsoft-mvc-monorail-blog-post.aspx https://lostechies.com/seanchambers/2007/10/15/yet-another-microsoft-mvc-monorail-blog-post/ | |
redirect 301 /blogs/sean_chambers/archive/2007/10/21/boston-is-in-the-series.aspx https://lostechies.com/seanchambers/2007/10/22/boston-is-in-the-series/ | |
redirect 301 /blogs/sean_chambers/archive/2007/11/05/versioning-with-cruise-control-nant-and-subversion.aspx https://lostechies.com/seanchambers/2007/11/05/versioning-with-cruise-control-nant-and-subversion/ | |
redirect 301 /blogs/sean_chambers/archive/2007/11/06/testing-security-link-demands-with-r.aspx https://lostechies.com/seanchambers/2007/11/06/testing-security-link-demands-with-r/ | |
redirect 301 /blogs/sean_chambers/archive/2007/11/14/lostechies-welcomes-chris-patterson.aspx https://lostechies.com/seanchambers/2007/11/14/lostechies-welcomes-chris-patterson/ | |
redirect 301 /blogs/sean_chambers/archive/2007/11/14/it-s-written-in-ajax.aspx https://lostechies.com/seanchambers/2007/11/14/it-s-written-in-ajax/ | |
redirect 301 /blogs/sean_chambers/archive/2007/11/28/entities-vs-value-objects.aspx https://lostechies.com/seanchambers/2007/11/29/entities-vs-value-objects/ | |
redirect 301 /blogs/sean_chambers/archive/2007/12/04/hiring-a-developer-part-1.aspx https://lostechies.com/seanchambers/2007/12/04/hiring-a-developer-part-1/ | |
redirect 301 /blogs/sean_chambers/archive/2007/12/04/setting-up-a-ruby-on-rails-production-server-with-minimal-insanity.aspx https://lostechies.com/seanchambers/2007/12/04/setting-up-a-ruby-on-rails-production-server-with-minimal-insanity/ | |
redirect 301 /blogs/sean_chambers/archive/2007/12/05/configuring-macbook-pro-for-multi-platform-development.aspx https://lostechies.com/seanchambers/2007/12/05/configuring-macbook-pro-for-multi-platform-development/ | |
redirect 301 /blogs/sean_chambers/archive/2007/12/08/phil-haack-posts-about-asp-net-mvc.aspx https://lostechies.com/seanchambers/2007/12/08/phil-haack-posts-about-asp-net-mvc/ | |
redirect 301 /blogs/sean_chambers/archive/2007/12/11/what-really-are-the-alt-net-shared-values.aspx https://lostechies.com/seanchambers/2007/12/11/what-really-are-the-alt-net-shared-values/ | |
redirect 301 /blogs/sean_chambers/archive/2007/12/16/choosing-a-javascript-framework.aspx https://lostechies.com/seanchambers/2007/12/16/choosing-a-javascript-framework/ | |
redirect 301 /blogs/sean_chambers/archive/2007/12/21/what-i-do.aspx https://lostechies.com/seanchambers/2007/12/21/what-i-do/ | |
redirect 301 /blogs/sean_chambers/archive/2007/12/29/dealing-with-rsi-properly.aspx https://lostechies.com/seanchambers/2007/12/30/dealing-with-rsi-properly/ | |
redirect 301 /blogs/sean_chambers/archive/2008/01/06/evaluating-teamcity-as-a-cc-net-replacement.aspx https://lostechies.com/seanchambers/2008/01/06/evaluating-teamcity-as-a-cc-net-replacement/ | |
redirect 301 /blogs/sean_chambers/archive/2008/01/06/being-quot-the-computer-guy-quot.aspx https://lostechies.com/seanchambers/2008/01/07/being-quot-the-computer-guy-quot/ | |
redirect 301 /blogs/sean_chambers/archive/2008/01/06/code-coverage.aspx https://lostechies.com/seanchambers/2008/01/07/code-coverage/ | |
redirect 301 /blogs/sean_chambers/archive/2008/02/17/presenting-to-students.aspx https://lostechies.com/seanchambers/2008/02/18/presenting-to-students/ | |
redirect 301 /blogs/sean_chambers/archive/2008/02/21/how-can-open-source-software-compete.aspx https://lostechies.com/seanchambers/2008/02/22/how-can-open-source-software-compete/ | |
redirect 301 /blogs/sean_chambers/archive/2008/02/26/what-happened-to-you-ve-been-haacked.aspx https://lostechies.com/seanchambers/2008/02/26/what-happened-to-you-ve-been-haacked/ | |
redirect 301 /blogs/sean_chambers/archive/2008/02/27/replacement-for-ssis.aspx https://lostechies.com/seanchambers/2008/02/27/replacement-for-ssis/ | |
redirect 301 /blogs/sean_chambers/archive/2008/03/13/separating-subversion-repositories-using-svndumpfilter.aspx https://lostechies.com/seanchambers/2008/03/13/separating-subversion-repositories-using-svndumpfilter/ | |
redirect 301 /blogs/sean_chambers/archive/2008/03/14/orlando-code-camp-presentation.aspx https://lostechies.com/seanchambers/2008/03/15/orlando-code-camp-presentation/ | |
redirect 301 /blogs/sean_chambers/archive/2008/03/15/ptom-single-responsibility-principle.aspx https://lostechies.com/seanchambers/2008/03/15/ptom-single-responsibility-principle/ | |
redirect 301 /blogs/sean_chambers/archive/2008/03/16/the-amazing-storm-worm.aspx https://lostechies.com/seanchambers/2008/03/16/the-amazing-storm-worm/ | |
redirect 301 /blogs/sean_chambers/archive/2008/04/01/i-must-admit.aspx https://lostechies.com/seanchambers/2008/04/01/i-must-admit/ | |
redirect 301 /blogs/sean_chambers/archive/2008/04/06/mapping-an-collection-of-enums-with-nhibernate.aspx https://lostechies.com/seanchambers/2008/04/07/mapping-an-collection-of-enums-with-nhibernate/ | |
redirect 301 /blogs/sean_chambers/archive/2008/06/04/getting-started-with-migrator-net-and-database-refactorings.aspx https://lostechies.com/seanchambers/2008/06/05/getting-started-with-migrator-net-and-database-refactorings/ | |
redirect 301 /blogs/sean_chambers/archive/2008/06/05/resharper-4-0-release-candidate-available.aspx https://lostechies.com/seanchambers/2008/06/05/resharper-4-0-release-candidate-available/ | |
redirect 301 /blogs/sean_chambers/archive/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk.aspx https://lostechies.com/seanchambers/2008/06/06/getting-up-to-speed-with-the-castle-monorail-trunk/ | |
redirect 301 /blogs/sean_chambers/archive/2008/06/17/the-strive-to-do-better.aspx https://lostechies.com/seanchambers/2008/06/18/the-strive-to-do-better/ | |
redirect 301 /blogs/sean_chambers/archive/2008/06/21/a-call-for-alt-net-speakers.aspx https://lostechies.com/seanchambers/2008/06/22/a-call-for-alt-net-speakers/ | |
redirect 301 /blogs/sean_chambers/archive/2008/06/22/refactoring-an-established-domain-language.aspx https://lostechies.com/seanchambers/2008/06/22/refactoring-an-established-domain-language/ | |
redirect 301 /blogs/sean_chambers/archive/2008/06/22/monorail-best-practices-series.aspx https://lostechies.com/seanchambers/2008/06/23/monorail-best-practices-series/ | |
redirect 301 /blogs/sean_chambers/archive/2008/06/24/designing-controllers.aspx https://lostechies.com/seanchambers/2008/06/25/designing-controllers/ | |
redirect 301 /blogs/sean_chambers/archive/2008/08/24/jacksonville-code-camp.aspx https://lostechies.com/seanchambers/2008/08/24/jacksonville-code-camp/ | |
redirect 301 /blogs/sean_chambers/archive/2008/08/24/refactoring-towards-deeper-insight.aspx https://lostechies.com/seanchambers/2008/08/24/refactoring-towards-deeper-insight/ | |
redirect 301 /blogs/sean_chambers/archive/2008/09/15/working-with-telligent.aspx https://lostechies.com/seanchambers/2008/09/15/working-with-telligent/ | |
redirect 301 /blogs/sean_chambers/archive/2008/10/23/lostechies-welcomes-colin-jack.aspx https://lostechies.com/seanchambers/2008/10/23/lostechies-welcomes-colin-jack/ | |
redirect 301 /blogs/sean_chambers/archive/2008/11/16/ptom-the-decorator-pattern.aspx https://lostechies.com/seanchambers/2008/11/17/ptom-the-decorator-pattern/ | |
redirect 301 /blogs/sean_chambers/archive/2008/12/07/starting-with-bdd-vs-starting-with-tdd.aspx https://lostechies.com/seanchambers/2008/12/07/starting-with-bdd-vs-starting-with-tdd/ | |
redirect 301 /blogs/sean_chambers/archive/2009/01/02/it-s-all-about-the-language.aspx https://lostechies.com/seanchambers/2009/01/02/it-s-all-about-the-language/ | |
redirect 301 /blogs/sean_chambers/archive/2009/01/18/tdd-firestarter.aspx https://lostechies.com/seanchambers/2009/01/19/tdd-firestarter/ | |
redirect 301 /blogs/sean_chambers/archive/2009/04/17/code-smell-fat-controller.aspx https://lostechies.com/seanchambers/2009/04/17/code-smell-fat-controller/ | |
redirect 301 /blogs/sean_chambers/archive/2009/04/20/refactoring-to-tests.aspx https://lostechies.com/seanchambers/2009/04/20/refactoring-to-tests/ | |
redirect 301 /blogs/sean_chambers/archive/2009/04/20/when-is-your-code-too-defensive.aspx https://lostechies.com/seanchambers/2009/04/21/when-is-your-code-too-defensive/ | |
redirect 301 /blogs/sean_chambers/archive/2009/04/21/vice-testing.aspx https://lostechies.com/seanchambers/2009/04/22/vice-testing/ | |
redirect 301 /blogs/sean_chambers/archive/2009/07/31/31-days-of-refactoring.aspx https://lostechies.com/seanchambers/2009/07/31/31-days-of-refactoring/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/02/refactoring-day-1-encapsulate-collection.aspx https://lostechies.com/seanchambers/2009/08/02/refactoring-day-1-encapsulate-collection/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/02/refactoring-day-2-move-method.aspx https://lostechies.com/seanchambers/2009/08/02/refactoring-day-2-move-method/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/03/refactoring-day-3-pull-up-method.aspx https://lostechies.com/seanchambers/2009/08/03/refactoring-day-3-pull-up-method/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/04/refactoring-day-4-push-down-method.aspx https://lostechies.com/seanchambers/2009/08/04/refactoring-day-4-push-down-method/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/05/refactoring-day-5-pull-up-field.aspx https://lostechies.com/seanchambers/2009/08/05/refactoring-day-5-pull-up-field/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/06/refactoring-day-6-push-down-field.aspx https://lostechies.com/seanchambers/2009/08/06/refactoring-day-6-push-down-field/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/07/refactoring-day-7-rename-method-class-parameter.aspx https://lostechies.com/seanchambers/2009/08/07/refactoring-day-7-rename-method-class-parameter/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/07/refactoring-day-8-replace-inheritance-with-delegation.aspx https://lostechies.com/seanchambers/2009/08/07/refactoring-day-8-replace-inheritance-with-delegation/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/09/refactoring-day-9-extract-interface.aspx https://lostechies.com/seanchambers/2009/08/09/refactoring-day-9-extract-interface/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/10/refactoring-day-10-extract-method.aspx https://lostechies.com/seanchambers/2009/08/10/refactoring-day-10-extract-method/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/11/refactoring-day-11-switch-to-strategy.aspx https://lostechies.com/seanchambers/2009/08/11/refactoring-day-11-switch-to-strategy/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/12/refactoring-day-12-break-dependencies.aspx https://lostechies.com/seanchambers/2009/08/12/refactoring-day-12-break-dependencies/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/13/refactoring-day-13-extract-method-object.aspx https://lostechies.com/seanchambers/2009/08/13/refactoring-day-13-extract-method-object/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/14/refactoring-day-14-break-responsibilities.aspx https://lostechies.com/seanchambers/2009/08/14/refactoring-day-14-break-responsibilities/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/15/refactoring-day-15-remove-duplication.aspx https://lostechies.com/seanchambers/2009/08/15/refactoring-day-15-remove-duplication/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/16/refactoring-day-16-encapsulate-conditional.aspx https://lostechies.com/seanchambers/2009/08/16/refactoring-day-16-encapsulate-conditional/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/17/refactoring-day-17-extract-superclass.aspx https://lostechies.com/seanchambers/2009/08/17/refactoring-day-17-extract-superclass/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/18/refactoring-day-18-replace-exception-with-conditional.aspx https://lostechies.com/seanchambers/2009/08/18/refactoring-day-18-replace-exception-with-conditional/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/19/refactoring-day-19-extract-factory-class.aspx https://lostechies.com/seanchambers/2009/08/19/refactoring-day-19-extract-factory-class/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/20/refactoring-day-20-extract-subclass.aspx https://lostechies.com/seanchambers/2009/08/20/refactoring-day-20-extract-subclass/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/21/refactoring-day-21-collapse-hierarchy.aspx https://lostechies.com/seanchambers/2009/08/21/refactoring-day-21-collapse-hierarchy/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/22/refactoring-day-22-break-method.aspx https://lostechies.com/seanchambers/2009/08/22/refactoring-day-22-break-method/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/23/refactoring-day-23-introduce-parameter-object.aspx https://lostechies.com/seanchambers/2009/08/23/refactoring-day-23-introduce-parameter-object/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/24/refactoring-day-24-remove-arrowhead-antipattern.aspx https://lostechies.com/seanchambers/2009/08/24/refactoring-day-24-remove-arrowhead-antipattern/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/25/refactoring-day-25-introduce-design-by-contract-checks.aspx https://lostechies.com/seanchambers/2009/08/25/refactoring-day-25-introduce-design-by-contract-checks/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/26/refactoring-day-26-remove-double-negative.aspx https://lostechies.com/seanchambers/2009/08/26/refactoring-day-26-remove-double-negative/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/27/refactoring-day-27-remove-god-classes.aspx https://lostechies.com/seanchambers/2009/08/27/refactoring-day-27-remove-god-classes/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/28/refactoring-day-28-rename-boolean-method.aspx https://lostechies.com/seanchambers/2009/08/28/refactoring-day-28-rename-boolean-method/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/28/refactoring-day-29-remove-middle-man.aspx https://lostechies.com/seanchambers/2009/08/28/refactoring-day-29-remove-middle-man/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/28/refactoring-day-30-return-asap.aspx https://lostechies.com/seanchambers/2009/08/28/refactoring-day-30-return-asap/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/28/refactoring-day-31-replace-conditional-with-polymorphism.aspx https://lostechies.com/seanchambers/2009/08/28/refactoring-day-31-replace-conditional-with-polymorphism/ | |
redirect 301 /blogs/sean_chambers/archive/2009/08/31/31-days-of-refactoring-series-complete.aspx https://lostechies.com/seanchambers/2009/08/31/31-days-of-refactoring-series-complete/ | |
redirect 301 /blogs/sean_chambers/archive/2009/09/01/jacksonville-code-camp-2009.aspx https://lostechies.com/seanchambers/2009/09/01/jacksonville-code-camp-2009/ | |
redirect 301 /blogs/sean_chambers/archive/2009/10/20/31-days-of-refactoring-ebook.aspx https://lostechies.com/seanchambers/2009/10/20/31-days-of-refactoring-ebook/ | |
redirect 301 /blogs/sean_chambers/archive/2010/05/31/managing-configuration-via-ioc.aspx https://lostechies.com/seanchambers/2010/05/31/managing-configuration-via-ioc/ | |
redirect 301 /blogs/sean_chambers/archive/2010/05/31/misapplying-ioc.aspx https://lostechies.com/seanchambers/2010/05/31/misapplying-ioc/ | |
redirect 301 /blogs/sean_chambers/archive/2010/12/21/feature-presentation.aspx https://lostechies.com/seanchambers/2010/12/22/feature-presentation/ | |
redirect 301 /blogs/sharoncichelli/archive/2009/06/20/inconvenient-accessibility-makes-self-documenting-code.aspx https://lostechies.com/sharoncichelli/2009/06/20/inconvenient-accessibility-makes-self-documenting-code/ | |
redirect 301 /blogs/sharoncichelli/archive/2009/08/29/cooking-up-a-good-template-method.aspx https://lostechies.com/sharoncichelli/2009/08/29/cooking-up-a-good-template-method/ | |
redirect 301 /blogs/sharoncichelli/archive/2009/10/13/refactoring-dinner-interfaces-instead-of-inheritance.aspx https://lostechies.com/sharoncichelli/2009/10/14/refactoring-dinner-interfaces-instead-of-inheritance/ | |
redirect 301 /blogs/sharoncichelli/archive/2009/11/08/happy-hack-o-ween-electronics-and-a-microcontroller-spice-up-the-haunt.aspx https://lostechies.com/sharoncichelli/2009/11/08/happy-hack-o-ween-electronics-and-a-microcontroller-spice-up-the-haunt/ | |
redirect 301 /blogs/sharoncichelli/archive/2010/01/17/interface-oriented-design-book-review.aspx https://lostechies.com/sharoncichelli/2010/01/17/interface-oriented-design-book-review/ | |
redirect 301 /blogs/sharoncichelli/archive/2010/02/07/more-dogs-and-bears-and-chickens-and-things-invite-your-colleagues-to-pablo-s-fiesta.aspx https://lostechies.com/sharoncichelli/2010/02/07/more-dogs-and-bears-and-chickens-and-things-invite-your-colleagues-to-pablo-s-fiesta/ | |
redirect 301 /blogs/sharoncichelli/archive/2010/03/18/rhino-mocks-examples-with-a-fix.aspx https://lostechies.com/sharoncichelli/2010/03/19/rhino-mocks-examples-with-a-fix/ | |
redirect 301 /blogs/sharoncichelli/archive/2010/06/19/resharper-shortcut-for-context-sensitive-unit-test-running.aspx https://lostechies.com/sharoncichelli/2010/06/20/resharper-shortcut-for-context-sensitive-unit-test-running/ | |
redirect 301 /blogs/sharoncichelli/archive/2010/08/30/three-simple-steps-to-improve-your-writing.aspx https://lostechies.com/sharoncichelli/2010/08/30/three-simple-steps-to-improve-your-writing/ | |
redirect 301 /blogs/sharoncichelli/archive/2010/12/03/dipping-into-c.aspx https://lostechies.com/sharoncichelli/2010/12/03/dipping-into-c/ | |
redirect 301 /blogs/sharoncichelli/archive/2010/12/29/hello-world-in-c-dev-setup.aspx https://lostechies.com/sharoncichelli/2010/12/29/hello-world-in-c-dev-setup/ | |
redirect 301 /blogs/sharoncichelli/archive/2011/03/09/microcontroller-projects-and-source-code.aspx https://lostechies.com/sharoncichelli/2011/03/10/microcontroller-projects-and-source-code/ | |
redirect 301 /blogs/stevedonie/archive/2008/11/21/newest-los-techie.aspx https://lostechies.com/stevedonie/2008/11/21/newest-los-techie/ | |
redirect 301 /blogs/stevedonie/archive/2008/11/25/break-out-the-popcorn-it-s-movie-time.aspx https://lostechies.com/stevedonie/2008/11/25/break-out-the-popcorn-it-s-movie-time/ | |
redirect 301 /blogs/stevedonie/archive/2009/02/05/starting-a-new-project-refactoring-an-existing-system.aspx https://lostechies.com/stevedonie/2009/02/05/starting-a-new-project-refactoring-an-existing-system/ | |
redirect 301 /blogs/stevedonie/archive/2009/02/09/cctray-with-hudson.aspx https://lostechies.com/stevedonie/2009/02/09/cctray-with-hudson/ | |
redirect 301 /blogs/stevedonie/archive/2009/02/18/refactoring-project-update-2.aspx https://lostechies.com/stevedonie/2009/02/18/refactoring-project-update-2/ | |
redirect 301 /blogs/stevedonie/archive/2009/03/18/looking-for-a-new-team-member.aspx https://lostechies.com/stevedonie/2009/03/18/looking-for-a-new-team-member/ | |
redirect 301 /blogs/stevedonie/archive/2009/03/20/houston-alt-net-conference.aspx https://lostechies.com/stevedonie/2009/03/20/houston-alt-net-conference/ | |
redirect 301 /blogs/stevedonie/archive/2009/03/26/updated-release-burndown-spreadsheet-template.aspx https://lostechies.com/stevedonie/2009/03/26/updated-release-burndown-spreadsheet-template/ | |
redirect 301 /blogs/stevedonie/archive/2009/04/27/why-a-culture-of-quality-matters.aspx https://lostechies.com/stevedonie/2009/04/27/why-a-culture-of-quality-matters/ | |
# Blog Redirects | |
redirect 301 /blogs/chad_myers https://lostechies.com/chadmyers/ | |
redirect 301 /blogs/chrismissal https://lostechies.com/chrismissal/ | |
redirect 301 /blogs/chris_patterson https://lostechies.com/chrispatterson/ | |
redirect 301 /blogs/agilecruz https://lostechies.com/christaylor/ | |
redirect 301 /blogs/colinjack https://lostechies.com/colinjack/ | |
redirect 301 /blogs/colin_ramsay https://lostechies.com/colinramsay/ | |
redirect 301 /blogs/derekgreer https://lostechies.com/derekgreer/ | |
redirect 301 /blogs/derickbailey https://lostechies.com/derickbailey/ | |
redirect 301 /blogs/eric https://lostechies.com/ericanderson/ | |
redirect 301 /blogs/hex https://lostechies.com/erichexter/ | |
redirect 301 /blogs/evan_hoff https://lostechies.com/evanhoff/ | |
redirect 301 /blogs/gabrielschenker https://lostechies.com/gabrielschenker/ | |
redirect 301 /blogs/thatotherguy https://lostechies.com/gregorylong/ | |
redirect 301 /blogs/jagregory https://lostechies.com/jamesgregory/ | |
redirect 301 /blogs/jasdeep_singh https://lostechies.com/jasdeepsingh/ | |
redirect 301 /blogs/jason_meridth https://lostechies.com/jasonmeridth/ | |
redirect 301 /blogs/jimmy_bogard https://lostechies.com/jimmybogard/ | |
redirect 301 /blogs/joe_ocampo https://lostechies.com/joeocampo/ | |
redirect 301 /blogs/joeydotnet https://lostechies.com/joeybeninghove/ | |
redirect 301 /blogs/johnpetersen https://lostechies.com/johnpeterson/ | |
redirect 301 /blogs/johnteague https://lostechies.com/johnteague/ | |
redirect 301 /blogs/joshuaflanagan https://lostechies.com/joshuaflanagan/ | |
redirect 301 /blogs/joshua_lockwood https://lostechies.com/joshualockwood/ | |
redirect 301 /blogs/dahlbyk https://lostechies.com/keithdahlby/ | |
redirect 301 /blogs/louissalin https://lostechies.com/louissalin/ | |
redirect 301 /blogs/marcus_bratton https://lostechies.com/marcusbratton/ | |
redirect 301 /blogs/mokhan https://lostechies.com/mokhan/ | |
redirect 301 /blogs/nelson_montalvo https://lostechies.com/nelsonmontalvo/ | |
redirect 301 /blogs/rhouston https://lostechies.com/rayhouston/ | |
redirect 301 /blogs/rodpaddock https://lostechies.com/rodpaddock/ | |
redirect 301 /blogs/rssvihla https://lostechies.com/ryansvihla/ | |
redirect 301 /blogs/scottdensmore https://lostechies.com/scottdensmore/ | |
redirect 301 /blogs/stgillen https://lostechies.com/scottgillenwater/ | |
redirect 301 /blogs/scottcreynolds https://lostechies.com/scottreynolds/ | |
redirect 301 /blogs/seanbiefeld https://lostechies.com/seanbiefeld/ | |
redirect 301 /blogs/sean_chambers https://lostechies.com/seanchambers/ | |
redirect 301 /blogs/sharoncichelli https://lostechies.com/sharoncichelli/ | |
redirect 301 /blogs/stevedonie https://lostechies.com/stevedonie/ | |
</VirtualHost> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment