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

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.

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.