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: 18 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-04-10T07:38:11.000Z (23 days ago)
- Last Synced: 2026-04-10T09:33:28.990Z (23 days ago)
- Topics: aspnetcore, csharp, desktop, hacktoberfest, minimalapi, mobile, net, netcore, netstandard, visual-studio, web, webapi
- Language: C#
- Homepage:
- Size: 752 KB
- Stars: 251
- 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
```
**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**.