Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonguyenducmanh/design-pattern-simple
repo triển khai các design pattern theo kiến thức tìm hiểu trên internet
https://github.com/tonguyenducmanh/design-pattern-simple
csharp design-patterns
Last synced: 28 days ago
JSON representation
repo triển khai các design pattern theo kiến thức tìm hiểu trên internet
- Host: GitHub
- URL: https://github.com/tonguyenducmanh/design-pattern-simple
- Owner: tonguyenducmanh
- Created: 2024-07-16T13:20:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T11:54:02.000Z (6 months ago)
- Last Synced: 2024-07-21T04:10:50.794Z (6 months ago)
- Topics: csharp, design-patterns
- Language: C#
- Homepage:
- Size: 601 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solution implement các design pattern thường gặp
## Creational Patterns: các pattern hướng tới việc khởi tạo object
[SingletonPattern](Doc/Singleton.md)
[BuilderPattern](Doc/Builder.md)
[FactoryMethodPattern](Doc/FactoryMethod.md)
[AbtractFactory](Doc/AbtractFactory.md)
[Prototype](Doc/Prototype.md)
## Structural Patterns: hướng tới việc tập hợp đối tượng và lớp thành cấu trúc lớn hơn, trong khi vẫn giữ cho các cấu trúc này linh hoạt và hiệu quả
[Adapter](Doc/Adapter.md)
[Bridge](Doc/Bridge.md)
[Composite](Doc/Composite.md)
[Decorator](Doc/Decorator.md)