Agile & Lean Management

Refactoring the Software Development Process

Browsing Posts tagged DAO

I am just back from attending a Leader’s Workshop Lean Software Development by the Poppendiecks. One of many valuable things I learned is that you have to eliminate waste that does not add customer value.   C# Design Patterns Top Posts Chain of Responsibility Factory Method Abstract Factory Interpreter State Other Category Top Posts Data [...]

The DAO design pattern is traditionally associated with the Java Core J2EE Patterns, but this relatively simple pattern is equally applicable to our Microsoft .NET world. This time I am not talking hypothetical here, since recently I saw it being used extensively in real world .NET webportal code I was auditing. I guess it is [...]