I just finished reading Jimmy Bogard's 5 series of Separation of Concern by example and they are just too awesome to be missed out.
The series :
# Separation of Concerns - how not to do it
# Separation of Concerns by example: Part 1 - Refactoring away from static class
# Separation of Concerns by example: Part 2 - Specialized interface for Cache
# Separation of Concerns by example: Part 3 - Creating the repository
# Separation of Concerns by example: Part 4 - Fixing a bug with unit test
# Separation of Concerns by example: Part 5 - Dependency Injection with StructureMap
The best thing that I like about them is that they are based on a real world example :D
Enuf said, go and see for your self ;)
Wednesday, July 30, 2008
Great series of Separation of Concern by Jimmy Bogard
Labels:
C#,
Design Pattern,
Refactoring,
Unit Test
Subscribe to:
Post Comments (Atom)
1 comments:
All the list is really good. Good to hear that all the real world examples are taken. I hope this will helpful to me in developing some new applications.