Domain Specific Language (DSL) for the GoF Patterns
With the DSL tools of VS.NET 2005 you can create your own designer integrated into VS.NET 2005 for a visual domain specific language. Clipcode has released a DSL for the Gang of Four patterns with the source code.
Currently it provides the following patterns
- Abstract Factory
- Builder
- Factory Method
- Prototype
- Singleton