KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
Milvasoft
★ 41
Open GitHub ↗
Helper structures for .Net projects.
Download README (.md)
Explore Similar Repositories
LibreTranslate.Net
:
LibreTranslate c# library
WpfGenericHost
:
dotnet core 3.0 & .NET 8 WPF application using .NET Generic Host
Mondocks
:
An alternative way to interact with MongoDB databases from F# that allows you to use mongo-idiomatic constructs
dotnet5pi
:
Dot NET 5 for the Raspberry Pi
AngularFileUpload
:
Upload files from Angular client to a .NET API endpoint
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Milvasoft
?
Download (.md)
<h2 align="center">Milvasoft.Helpers</h2> <div align="center"> [](https://github.com/Milvasoft/Milvasoft/blob/master/LICENSE) [](https://www.nuget.org/packages/Milvasoft.Helpers/) [](https://www.nuget.org/packages/Milvasoft.Helpers/)  </div> <h3 align="center">Milvasoft library helps you to create your .Net projects in the simplest way. </h3> <h4 align="center">It is not a framework. It is a library that brings together many components and provides ease of use for some concepts.</h4> <h4 align="center">Only supports .Net 10 for now! For .Net 9 versions see versions 9.x.x (no longer supported). </h4> <br>  <br> # Docs - [Wiki](https://github.com/Milvasoft/Milvasoft/wiki) - [Documentation](https://packagedocs.milvasoft.com/milvasoft.helpers/helpers) # Features - Custom Validation Attributes - Redis Caching - Database Access (RDBMS & MongoDB) - Encryption - Custom Exception Handling - Json File Operations - File Saving To Server & Serving From Server - Identity Account Operations - Integrations - Job Scheduling - SMTP Mail Send - Multi Tenancy - Unit & Integration Testing - [And so much more things...](https://github.com/Milvasoft/Milvasoft/tree/master/Milvasoft.Helpers) The library provides abstractions and structures for the concepts listed above. In general, it takes help from third-party libraries while doing this. # Installation & Usage Milvasoft.Helpers is available as a NuGet package. You can install it using the NuGet Package Console window: ``` PM> Install-Package Milvasoft.Helpers ``` After installation, you can use the necessary components according to your needs. You can access detailed information about the helpers in the library from [docs](#docs).