Skip to content

Milvasoft/Milvasoft

Repository files navigation

Milvasoft.Helpers

license NuGet NuGet

Milvasoft library helps you to create your .Net projects in the simplest way.

It is not a framework. It is a library that brings together many components and provides ease of use for some concepts.

Only supports .Net 8 for now!


milva-bird


Docs

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...

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.