共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > NeoPatterns |
NeoPatterns
|
1 | 0 | 56 |
贡献者 | 讨论 | 代码提交 |
NeoPatterns is a framework exposing some common design patterns:
- Inversion of control and dependencies injection
- Proxy
- Lazy initialization
Its specificities are:
- Configuration can be done in "meta-assemblies" (but also in code-style or configuration-style), so design is done in code, but separated from implementation.
- Efficient method interception using IL generation
- New design patterns (for hype people) implementation