An open API service indexing awesome lists of open source software.

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

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