Chris Stuff
Categories
-
Recent Posts
Recent Comments
Archives
- February 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- December 2011
- May 2011
- March 2011
- December 2010
- August 2010
- May 2010
- March 2010
- February 2010
- January 2010
- December 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- January 2009
Category Archives: Development
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 Best Practices, Book Review, Testing
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 ASP.NET MVC
6 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 Best Practices
9 Comments
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 ASP.NET MVC, DRY, Moq, NUnit, RhinoMocks
6 Comments
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 Best Practices, Continuous Improvement, Testing
2 Comments
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
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 Project Management
Leave a comment
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 Best Practices, Legacy Code
2 Comments


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 →