1 Star 1 Fork 1

非洲平头哥/ProDotnetDesignPatternFramework45

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
Gang Of Four
Head First
LearnDesignPatterns
Patterns in Action
Plan
Spark
Visio UML Diagrams
Gang of Four Design Patterns 4.5.pdf
Getting Started 4.5.pdf
Head First Design Patterns 4.5.pdf
Patterns In Action 4.5.pdf
README.TXT
README.md
Spark 4.5.pdf
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Shubham Patil 提交于 8年前 . Update README.md

PRO .NET Design Pattern Framework 4.5

Design patterns are solutions to software design problems you find again and again in real-world application development. Patterns are about reusable designs and interactions of objects.

The 23 Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. They are categorized in three groups: Creational, Structural, and Behavioral (for a complete list see below).

To give you a head start, the C# source code for each pattern is provided in 2 forms: structural and real-world. Structural code uses type names as defined in the pattern definition and UML diagrams. Real-world code provides real-world programming situations where you may use these patterns.

A third form, .NET optimized, demonstrates design patterns that fully exploit built-in .NET 4.5 features, such as, generics, attributes, delegates, reflection, and more. These and much more are available in our .NET Design Pattern Framework 4.5. You can see the Singleton page for a .NET 4.5 Optimized example.

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/Alexander360/ProDotnetDesignPatternFramework45.git
git@gitee.com:Alexander360/ProDotnetDesignPatternFramework45.git
Alexander360
ProDotnetDesignPatternFramework45
ProDotnetDesignPatternFramework45
master

搜索帮助