Agile & Lean Management

Refactoring the Software Development Process

Browsing Posts tagged Unity

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 [...]

With the introduction of Unity v1.2 it is now possible to do aspect oriented programming (AOP) using Unity in a way that is similar to Policy Injection. You can read all about it in my former post How-to AOP: Validation with Policy Injection, where I showed how-to AOP using Validation with the Policy Injection Application [...]