-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Ahmet Buğra Kösen edited this page May 7, 2023
·
48 revisions
It is not a framework. It is a library that brings together many components and provides ease of use for some concepts.
- 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.
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.