https://github.com/bbtsoftware/bbt.strategypattern
A strategy pattern implementation
https://github.com/bbtsoftware/bbt.strategypattern
nuget-package strategy-pattern
Last synced: 10 months ago
JSON representation
A strategy pattern implementation
- Host: GitHub
- URL: https://github.com/bbtsoftware/bbt.strategypattern
- Owner: bbtsoftware
- License: mit
- Created: 2019-08-22T21:01:37.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-11T11:13:18.000Z (over 1 year ago)
- Last Synced: 2024-11-18T19:30:14.058Z (over 1 year ago)
- Topics: nuget-package, strategy-pattern
- Language: C#
- Homepage:
- Size: 255 KB
- Stars: 3
- Watchers: 6
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# BBT.StrategyPattern
[](https://www.nuget.org/packages/BBT.StrategyPattern)
[](https://github.com/bbtsoftware/BBT.StrategyPattern/actions/workflows/dotnet.yml)
[](https://github.com/bbtsoftware/BBT.StrategyPattern/actions/workflows/release.yml)
[](https://codecov.io/gh/bbtsoftware/BBT.StrategyPattern)
An strategy pattern implementation for .NET.
[](https://github.com/bbtsoftware/BBT.StrategyPattern/blob/master/LICENSE)
## Documentation
### Resources about strategy pattern
* [Wikipedia](https://en.wikipedia.org/wiki/Strategy_pattern)
* [dofactory](https://www.dofactory.com/net/strategy-design-pattern)
### Getting started
Overview about the features of BBT.StrategyPattern.
* [Why does BBT.StrategyPattern exist?](./docs/getting-started/whystrategypattern.md)
* [Core principles](./docs/getting-started/principles.md)
* [Fundamentals](./docs/getting-started/fundamentals.md)
### Usage
How to obtain, configure, and use BBT.StrategyPattern.
* [Obtain](./docs/usage/obtain.md)
* [Use with IoC](./docs/usage/use-with-ioc.md)
* [Use without IoC](./docs/usage/use-without-ioc.md)
## Build
On Windows PowerShell run:
```powershell
dotnet build .\src\BBT.StrategyPattern.sln
```