https://github.com/mpstyle/microservicetoolkit
Everything you need for your entire micro services development life cycle.
https://github.com/mpstyle/microservicetoolkit
microservice toolkit
Last synced: 11 months ago
JSON representation
Everything you need for your entire micro services development life cycle.
- Host: GitHub
- URL: https://github.com/mpstyle/microservicetoolkit
- Owner: MpStyle
- License: mit
- Created: 2020-12-23T13:14:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T12:01:44.000Z (11 months ago)
- Last Synced: 2025-05-15T23:13:56.561Z (11 months ago)
- Topics: microservice, toolkit
- Language: C#
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Microservice Toolkit
[](https://github.com/MpStyle/microservicetoolkit/actions/workflows/test.yml)
[](https://codecov.io/gh/MpStyle/microservicetoolkit)
[](https://github.com/MpStyle/microservicetoolkit/actions/workflows/publish.yml)
[](https://opensource.org/licenses/MIT)

__Designed by humans, enhanced by AI.__
Everything you need for your entire microservices development life cycle.
__Microservice Toolkit__ is progressive/modular .NET and ASP.NET toolkit for coding fast, reliable and scalable cloud and desktop applications.
Written in C#, it takes advantage of the power of .NET framework to make possible to write efficient code in a short time.

## Key Features :key:
The __Microservice Toolkit__ libraries collects and enriches the already powerful .NET framework and C# libraries.
### [Message mediator](./microservice.toolkit.messagemediator/README.md)

 \
Microservices connection on desktop and cloud application
### [Cache manager](./microservice.toolkit.cachemanager/README.md)

 \
Warehouse for web and cloud application for frequently requested data
### [Configuration Extensions](./microservice.toolkit.configuration.extensions/README.md)

 \
Strongly typed configuration reader using extension methods
### [Database connection Extensions](./microservice.toolkit.connection.extensions/README.md)

 \
Enriches the DbConnection object with powerful extension methods
### [Migration Extensions](./microservice.toolkit.migration.extensions/README.md)

 \
Version control for databases
### Release Notes :page_with_curl:
[Version history](https://github.com/MpStyle/microservicetoolkit/releases)
## License :bookmark_tabs:
[MIT License](https://opensource.org/licenses/MIT)
## How to contribute :rocket:
[Contributing](CONTRIBUTING.md)
### How to release a new version
To release a new version of the package:
1. Update version in `Directory.Build.props` file.
2. Draft a release on [GitHub](https://github.com/MpStyle/microservicetoolkit/releases)