SOLID - Open Closed Principle (OCP)
3 minute read
Posted on Wednesday, April 29, 2009
As stated previously… I am getting (or trying to get) back to basics.
It is my belief that developers have to often times refactor the way they think and …
SOLID - Single Responsibility Principle (SRP)
3 minute read
Posted on Wednesday, April 29, 2009
As stated previously… I am getting (or trying to get) back to basics.
It is my belief that developers have to often times refactor the way they think and …
Better Unit Testing and TDD
5 minute read
Posted on Thursday, April 9, 2009
I just got done watching Rob Conery’s latest installment in his Kona series. I have to say that I like the direction that he is going with it and I hope …
Nothing lost but time
1 minute read
Posted on Thursday, March 12, 2009
It has been a while since I last posted anything.
During this hiatus I have been working on several things that have been really interesting. Unfortunately none …
Handling Validation Errors in MVC (a different approach)
9 minute read
Posted on Thursday, July 17, 2008
I just got done reading Scott Guthrie’s and Phil Haack’s posts on the MVC Preview 4 release and there was one little piece in the …