https://github.com/csvitor-dev/paytransaction
To present some design patterns in a contextualized way, I decided to impose them on the preferred context: financial/banking. Through transactions that are executed, each one, with a unique purpose (creating an account, creating an investment wallet, adding an income or adding an expense).
https://github.com/csvitor-dev/paytransaction
c-sharp design-patterns dotnet finance-management transactions
Last synced: 10 months ago
JSON representation
To present some design patterns in a contextualized way, I decided to impose them on the preferred context: financial/banking. Through transactions that are executed, each one, with a unique purpose (creating an account, creating an investment wallet, adding an income or adding an expense).
- Host: GitHub
- URL: https://github.com/csvitor-dev/paytransaction
- Owner: csvitor-dev
- Created: 2025-01-11T19:02:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T18:29:02.000Z (12 months ago)
- Last Synced: 2025-02-03T19:30:28.170Z (12 months ago)
- Topics: c-sharp, design-patterns, dotnet, finance-management, transactions
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PayTransaction | An application to explore _design patterns_ in C#
> Creating two _design patterns_ (_ADAPTER_, _FACTORY METHOD_) in **C#**.