-
Recent Posts
Recent Comments
Archives
- March 2013
- November 2012
- August 2012
- July 2012
- April 2012
- November 2011
- May 2011
- March 2011
- May 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
Categories
Meta
Category Archives: Development
Software Features, Pick One
A few months back I saw a tweet that stuck with me. It was from Alton Brown. I’m not a foodie, but for some reason, this one stuck in my head. I think it’s because it resonated in other parts … Continue reading
The Right Tool, The Right Time
Over the past few months I have been reviewing many of the products I was involved in creating, both as a developer and an architect, and have assembled an inventory of the technology and architecture used. With a catalog of products … Continue reading
Debug It!
If there’s one thing I like about programming computers, it’s the ability to tell a machine exactly what to do. –insert Skynet reference here– With that said, I wanted to learn some more tips, tricks and techniques to figure out … Continue reading
Also posted in .net
2 Comments
One Year of Production ASP.NET MVC
Last week marked the one year anniversary our team’s first ASP.NET MVC application in production. We really have two different types of production. Internal and external. While an internal application might get used by 2 to 100 people, our external … Continue reading
Also posted in osx
2 Comments
Unique Keys versus IDs in Web Applications
An ID is a fine way to uniquely identify an object, the common usage is also very user un-friendly. A while back I was watching a presentation by Jeffrey Palermo on Community For MVC.Net, then later at a live presentation … Continue reading
Also posted in Uncategorized
1 Comment
Unit Testing Simple ASP.NET MVC Controllers
I have created enough simple projects using ASP.NET MVC with unit tests to notice a very helpful pattern. The following is a sample of a test fixture using RhinoMocks and NUnit to test a controller. 1: [TestFixture] 2: public class … Continue reading
Also posted in Uncategorized
Leave a comment
How I Approach a Defect
Lately I’ve been tracking some of the steps I go through in a given day or week. I was fixing a bug the other day when I decided that I should write down all the mental notes I refer to … Continue reading
Also posted in Uncategorized
Leave a comment
31 Days of Refactoring eBook
Back in August I did the 31 Days of Refactoring blog series. Fellow LosTechies as well as other community members urged me to convert the series into an eBook. I had intended to (really!), but Simone Chiaretta beat me to … Continue reading
Also posted in c#
40 Comments
We Remembered Not to Dive Too Deep Too Soon
While reading “Remember to not dive too deep too soon” by Derik Whittaker, I was reminded of something that happened at work today. We were going over a couple new stories in our backlog and needed to assign points to … Continue reading
Also posted in .net, mac, osx
2 Comments
Now that I use the Delete Key…
Some Quick Background I have the longest tenure on our team, and it’s not that long; there was a bit of an exodus just prior to me joining. I was with a small contract team and none of us knew … Continue reading
Also posted in Uncategorized
Leave a comment
