Milvasoft.Storage
9.2.6
Prefix Reserved
dotnet add package Milvasoft.Storage --version 9.2.6
NuGet\Install-Package Milvasoft.Storage -Version 9.2.6
<PackageReference Include="Milvasoft.Storage" Version="9.2.6" />
<PackageVersion Include="Milvasoft.Storage" Version="9.2.6" />
<PackageReference Include="Milvasoft.Storage" />
paket add Milvasoft.Storage --version 9.2.6
#r "nuget: Milvasoft.Storage, 9.2.6"
#addin nuget:?package=Milvasoft.Storage&version=9.2.6
#tool nuget:?package=Milvasoft.Storage&version=9.2.6
Milvasoft.Helpers
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 9 for now! For .Net 8 versions see versions 8.x.x (no longer supported).
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.0)
- Microsoft.AspNetCore.Http.Features (>= 5.0.17)
- Microsoft.Extensions.Configuration (>= 9.0.6)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.6)
- Microsoft.IO.RecyclableMemoryStream (>= 3.0.1)
- Milvasoft.Core (>= 9.2.6)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Milvasoft.Storage:
Package | Downloads |
---|---|
Milvasoft.FileOperations
Provides operations such as saving files, fetching, validating and using json files as database in the file system. |
|
Milvasoft.Storage.S3
Provides operations such as saving and uploading files, fetching, validating and uploading files to different providers like AWS S3, Azure Blob Storage and local file system. |
|
Milvasoft.Storage.Abs
Provides operations such as saving and uploading files, fetching, validating and uploading files to different providers like AWS S3, Azure Blob Storage and local file system. |
GitHub repositories
This package is not used by any popular GitHub repositories.