-
Archives
- July 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
Monthly Archives: December 2007
Foundations of Programming – pt 7 (sorta) – ActiveRecord
You may be wondering what happened to part 6. Well, it’s still being worked on and should be available early next week. I wasn’t sure if there would be a part 7 and if so what it would be about … Continue reading
Posted in Foundations
9 Comments
Foundations of Programming – Part 5 – Unit Testing
Throughout this series we’ve talked about the importance of testability and have looked at techniques to make it easier to test our system. It goes without saying that a major benefit of writing tests for our system is the ability … Continue reading
Posted in Foundations
9 Comments
Foundations of Programming – pt 4 – Dependency Injection
It’s common to hear developers promote layering as a means to provide extensibility. The most common example, and one I used in Part 2 when we looked at interfaces, is the ability to switch out your data access layer in … Continue reading
Posted in Featured, Foundations
11 Comments
Foundations of Programming – Part 3 – Persistence
Part 3 of the Foundations series has been posted on DotNetSlackers. You can see it at:http://dotnetslackers.com/articles/net/FoundationsOfProgrammingPersistence.aspx This is an introduction to persistence using objects, which will be re-examined in a later part. I’ve always believed that CodeBetter and communities like … Continue reading
Posted in Foundations
Comments Off on Foundations of Programming – Part 3 – Persistence