https://github.com/marcominerva/tinyhelpers
A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplication.
https://github.com/marcominerva/tinyhelpers
aspnetcore csharp desktop hacktoberfest minimalapi mobile net netcore netstandard visual-studio web webapi
Last synced: 12 days ago
JSON representation
A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplication.
- Host: GitHub
- URL: https://github.com/marcominerva/tinyhelpers
- Owner: marcominerva
- License: mit
- Created: 2020-09-04T14:48:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T11:25:53.000Z (about 1 month ago)
- Last Synced: 2026-01-16T23:33:35.279Z (about 1 month ago)
- Topics: aspnetcore, csharp, desktop, hacktoberfest, minimalapi, mobile, net, netcore, netstandard, visual-studio, web, webapi
- Language: C#
- Homepage:
- Size: 768 KB
- Stars: 252
- Watchers: 10
- Forks: 29
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiny .NET Helpers
[](https://github.com/marcominerva/TinyHelpers/actions/workflows/linter.yml)
[](https://github.com/marcominerva/TinyHelpers/actions/workflows/github-code-scanning/codeql)
[](https://www.nuget.org/packages/TinyHelpers)
[](https://www.nuget.org/packages/TinyHelpers)
[](https://github.com/marcominerva/TinyHelpers/blob/master/LICENSE)
A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplication.
**Installation**
The library is available on [NuGet](https://www.nuget.org/packages/TinyHelpers). Just search for *TinyHelpers* in the **Package Manager GUI** or run the following command in the **.NET CLI**:
```shell
dotnet add package TinyHelpers
```
Check out the [documentation](https://github.com/marcominerva/TinyHelpers/tree/master/docs/TinyHelpers) for a list of all the available helpers.
**Contribute**
The project is constantly evolving. Contributions are welcome. Feel free to file issues and pull requests on the repo and we'll address them as we can.
> **Warning**
Remember to work on the **develop** branch, don't use the **master** branch directly. Create Pull Requests targeting **develop**.