https://github.com/purkayasta/theutilityverse
UtilityVerse is a helper library to speed up the development with common methods built in
https://github.com/purkayasta/theutilityverse
aspnetcore csharp dotnet helpers utility utility-classes utility-library
Last synced: about 1 month ago
JSON representation
UtilityVerse is a helper library to speed up the development with common methods built in
- Host: GitHub
- URL: https://github.com/purkayasta/theutilityverse
- Owner: purkayasta
- License: mit
- Created: 2023-03-25T10:14:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T06:23:41.000Z (about 2 years ago)
- Last Synced: 2025-01-20T21:56:24.625Z (over 1 year ago)
- Topics: aspnetcore, csharp, dotnet, helpers, utility, utility-classes, utility-library
- Language: C#
- Homepage: https://www.nuget.org/packages/UtilityVerse
- Size: 152 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## The UtilityVerse 🧰
*(Multi-verse of utility methods)* — a library full of helper methods you might want to use.


> ⭐️ Give it a star if you like the project!
---
## 📦 Packages in This Universe
Use whatever suits your project:
1. [**UtilityVerse**](https://www.nuget.org/packages/UtilityVerse/) ->  
🧰 No dependencies — includes core utility methods.
2. [**UtilityVerse.ASPNET**](https://www.nuget.org/packages/UtilityVerse.ASPNET/) ->  
🌐 ASP.NET Core-specific helpers and extensions.
3. [**UtilityVerse.Copy**](https://www.nuget.org/packages/UtilityVerse.Copy/) ->  
✍️ A Roslyn-based source generator that automatically generates `ShallowCopy()` and `DeepCopy()` methods for your models.
→ See full details here: [`UtilityVerse.Copy/README.md`](./src/UtilityVerse.Copy/README.md)
---
To use this utility library, you may want to start with the `Utility` class.
---
Made with ❤️ in C#.