https://github.com/happi-cat/untech.practices
Collection of reusable code for pet projects and etc
https://github.com/happi-cat/untech.practices
async-job cqrs dot-net dotnet practice practices repository
Last synced: 12 months ago
JSON representation
Collection of reusable code for pet projects and etc
- Host: GitHub
- URL: https://github.com/happi-cat/untech.practices
- Owner: Happi-cat
- Created: 2017-02-01T07:21:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T21:17:59.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T00:28:44.311Z (about 1 year ago)
- Topics: async-job, cqrs, dot-net, dotnet, practice, practices, repository
- Language: C#
- Homepage:
- Size: 679 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Untech.Practices
This repo contains different reusable libraries with boilerplate code:
* Core code: Enumeration, ValueObject, Nothing (i.e. same meaning as Void), Currency, Money, some Extensions classes.
* IDataStorage abstractions
* ICacheStorage abstractions
* CQRS abstractions
* CQRS implementation
* Specialized collections like RoundRobinCollection
* IHierarchical interface for hierarchical structures