https://github.com/volatile-programming/murk.designpatterns
Cross cutting concern NuGet for quick implementation of design patterns.
https://github.com/volatile-programming/murk.designpatterns
csharp designpatterns nugets
Last synced: 2 months ago
JSON representation
Cross cutting concern NuGet for quick implementation of design patterns.
- Host: GitHub
- URL: https://github.com/volatile-programming/murk.designpatterns
- Owner: volatile-programming
- License: mit
- Created: 2020-01-19T20:36:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T06:55:18.000Z (over 3 years ago)
- Last Synced: 2025-01-20T15:18:22.098Z (about 1 year ago)
- Topics: csharp, designpatterns, nugets
- Language: C#
- Homepage: https://www.nuget.org/profiles/jerajo
- Size: 354 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Murk.DesignPatterns
Cross cutting concern NuGets for quick implementation of design patterns.
### NuGets list
| NuGet names | Version | Estate |
|---------------------------------------------|:-------:|:------:|
| Murk.DesignPatterns | 0.0.1 | Beta |
| Murk.DesignPatterns.BaseClasses | 0.0.1 | Beta |
| Murk.DesignPatterns.Interfaces | 0.0.1 | Beta |
| Murk.DesignPatterns.Command.Implementations | 0.0.1 | Beta |
| Murk.DesignPatterns.Command.BaseClasses | 0.0.1 | Beta |
| Murk.DesignPatterns.Command.Interfaces | 0.0.1 | Beta |
### Abalible design patterns
| Design pattern names | Estate |
|---------------------------------------------|:------------:|
| Command | Included |
| Factory | Next release |
| Factory method | Next release |
| Repository | Planed |
| Unit of work | Planed |
| Repository | Planed |
| Strategy | Planed |
| Singleton | Planed |
| Adapter / Wrapper / Traslator | Planed |
| Bridge / Mediator | Planed |
| Composite | Planed |
And More to come in the future.
## Usage
For usage information read the [wiki!](https://github.com/Jerajo/Murk.DesignPatterns/wiki).
## Contributing
If you are interested in contributting, you can read the [CONTRIBUTING.md](https://github.com/Jerajo/Murk.DesignPatterns/wiki/Not-yet) file for more information.