Milvasoft.Helpers 6.7.4

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Milvasoft.Helpers --version 6.7.4                
NuGet\Install-Package Milvasoft.Helpers -Version 6.7.4                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Milvasoft.Helpers" Version="6.7.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Milvasoft.Helpers --version 6.7.4                
#r "nuget: Milvasoft.Helpers, 6.7.4"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Milvasoft.Helpers as a Cake Addin
#addin nuget:?package=Milvasoft.Helpers&version=6.7.4

// Install Milvasoft.Helpers as a Cake Tool
#tool nuget:?package=Milvasoft.Helpers&version=6.7.4                

Helpers Library for .Net 6

license NuGet NuGet

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

It makes your work easier with the helpful methods in it.


The library includes the following features:


Multi Tenancy

It’s a single codebase that responds differently depending on which “tenant” is accessing it, there’s a few different patterns you can use like.

Application level isolation: Spin up a new website and associated dependencies for each tenant.

Multi-tenant app each with their own database: Tenants use the same website, but have their own database.

Multi-tenant app with multi-tenant database: Tenants use the same website and the same database.

Visit the library's Multi Tenancy page">


Data Access

Every application that persists data, needs to store the data some place and retrieve it back. Usually, it is into some database through various CRUD operations. Often, there are complex operations performed on the data before sending it in a response. These operations include merging data from different sources, filtering, validating, etc. For more.

Visit the library's data access page


Common Helper

Contains common helper methods. Visit the library's common helper page.


Response

A useful class for returning the results of end-points in controllers. It returns information containing important data such as status code, message, status, and result.

Visit the library's response page.


Request

HTTP defines a set of request methods to indicate the desired action to be performed for a given resource. Although they can also be nouns, these request methods are sometimes referred to as HTTP verbs. Each of them implements a different semantic, but some common features are shared by a group of them: e.g. a request method can be safe, idempotent, or cacheable.

Visit the library's request page.


Filter

It contains helper methods for filtering operations.

Visit the library's filter page.


Exceptions

It contains custom exceptions.

Visit the library's exceptions page.


Extensions

Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. Extension methods are static methods, but they're called as if they were instance methods on the extended type.

Visit the library's extensions page.


Models

A model is a class with .cs (for C#) as an extension having both properties and methods. Models are used to set or get the data. If your application does not have data, then there is no need for a model. If your application has data, then you need a model.

Visit the library's models page.


Regex Matcher

Regular expressions provide a powerful, flexible, and efficient method for processing text.

Visit the library's Regex Matcher page.


Network Util

Provides access network statistics.

Visit the library's Network Util page.


Encryption

Encryption is a way of scrambling data so that only authorized parties can understand the information. In technical terms, it is the process of converting human-readable plaintext to incomprehensible text, also known as ciphertext. In simpler terms, encryption takes readable data and alters it so that it appears random. Encryption requires the use of a cryptographic key: a set of mathematical values that both the sender and the recipient of an encrypted message agree on. More information for encryption, visit here.

Visit the library's Encryption page.


Caching

The structures that allow us to produce faster results by caching the relevant data at a certain interval, instead of obtaining the original data again, are called caches, rather than obtaining the rarely updated data from the data shown to the end user through the database at every request.

Visit the library's Caching page.


Milva Mail Sender

It allows you to send e-mail in the simplest way.

Visit the library's Milva Mail Sender page.


File Operations

It is a helper class that contains operations such as file upload, file download, file verification.

Visit the library's File Operations page.


Identity

Manages users, passwords, profile data, roles, claims, tokens, email confirmation, and more.

Visit the library's Identity page.


Attributes

Attributes provide a powerful method of associating metadata, or declarative information, with code (assemblies, types, methods, properties, and so forth). After an attribute is associated with a program entity, the attribute can be queried at run time by using a technique called reflection. For more information, see Reflection (C#). More information for attributes, visit here.

Visit the library's attributes page.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.38 30 3/23/2025
9.0.37 90 2/25/2025
9.0.36 86 2/25/2025
9.0.35 92 2/23/2025
9.0.34 99 2/20/2025
9.0.33 86 2/16/2025
9.0.32 87 2/12/2025
9.0.31 94 2/11/2025
9.0.30 92 2/9/2025
9.0.29 84 2/8/2025
9.0.28 79 2/6/2025
9.0.27 81 2/6/2025
9.0.26 84 1/31/2025
9.0.25 79 1/31/2025
9.0.24 82 1/31/2025
9.0.23 78 1/30/2025
9.0.22 76 1/30/2025
9.0.21 84 1/30/2025
9.0.20 69 1/27/2025
9.0.19 69 1/27/2025
9.0.18 75 1/23/2025
9.0.17 77 1/19/2025
9.0.16 75 1/16/2025
9.0.15 76 1/16/2025
9.0.14 72 1/15/2025
9.0.13 80 1/15/2025
9.0.12 87 12/30/2024
9.0.11 85 12/23/2024
9.0.10 88 12/23/2024
9.0.9 80 12/23/2024
9.0.8 86 12/21/2024
9.0.7 88 12/20/2024
9.0.6 100 12/15/2024
9.0.5 91 12/1/2024
9.0.4 87 12/1/2024
9.0.3 90 11/29/2024
9.0.2 90 11/26/2024
9.0.1 85 11/18/2024
9.0.0 80 11/18/2024
8.2.4 93 11/5/2024
8.2.3 96 11/3/2024
8.2.2 86 11/3/2024
8.2.1 86 11/2/2024
8.2.0 92 11/2/2024
8.1.42 88 10/31/2024
8.1.41 95 10/30/2024
8.1.40 91 10/30/2024
8.1.39 107 10/29/2024
8.1.38 110 10/19/2024
8.1.37 105 9/7/2024
8.1.36 118 9/4/2024
8.1.35 111 8/31/2024
8.1.34 120 8/31/2024
8.1.33 126 8/24/2024
8.1.32 133 8/24/2024
8.1.31 132 8/24/2024
8.1.30 120 8/24/2024
8.1.29 127 8/22/2024
8.1.28 122 8/22/2024
8.1.27 127 8/22/2024
8.1.26 132 8/22/2024
8.1.25 128 8/18/2024
8.1.24 115 8/17/2024
8.1.23 118 8/17/2024
8.1.22 122 8/17/2024
8.1.21 119 8/14/2024
8.1.20 120 8/12/2024
8.1.19 113 8/11/2024
8.1.18 135 8/11/2024
8.1.17 81 7/25/2024
8.1.16 80 7/25/2024
8.1.15 76 7/25/2024
8.1.14 108 7/22/2024
8.1.13 96 7/22/2024
8.1.12 111 7/21/2024
8.1.11 106 7/20/2024
8.1.10 116 7/20/2024
8.1.8 104 7/20/2024
8.1.7 104 7/20/2024
8.1.6 109 5/1/2024
8.1.2 110 5/1/2024
8.1.1 124 4/27/2024
8.1.0 118 4/27/2024
8.0.1 121 4/27/2024
8.0.0 271 11/20/2023
7.0.0 245 5/7/2023
6.9.6 540 8/7/2022
6.9.5 508 8/4/2022
6.9.4 508 8/4/2022
6.9.3 609 6/14/2022
6.9.2 561 6/14/2022
6.9.1 579 6/12/2022
6.9.0 580 6/12/2022
6.7.38 615 6/10/2022
6.7.37 579 6/6/2022
6.7.36 693 4/16/2022
6.7.35 607 4/16/2022
6.7.34 683 4/11/2022
6.7.33 698 4/11/2022
6.7.32 661 4/10/2022
6.7.31 628 4/10/2022
6.7.30 637 4/10/2022
6.7.29 667 4/2/2022
6.7.28 691 4/1/2022
6.7.27 670 4/1/2022
6.7.26 695 3/22/2022
6.7.25 756 2/14/2022
6.7.24 825 1/26/2022
6.7.23 663 1/26/2022
6.7.22 696 1/14/2022
6.7.21 708 1/11/2022
6.7.20 442 1/4/2022
6.7.19 463 12/31/2021
6.7.18 402 12/31/2021
6.7.17 508 12/19/2021
6.7.16 495 12/19/2021
6.7.15 478 12/16/2021
6.7.14 624 12/11/2021
6.7.13 428 12/5/2021
6.7.12 1,688 11/28/2021
6.7.11 459 11/28/2021
6.7.10 435 11/28/2021
6.7.9 392 11/27/2021
6.7.8 2,546 11/25/2021
6.7.7 3,570 11/25/2021
6.7.6 3,312 11/25/2021
6.7.5 500 11/15/2021
6.7.4 481 11/14/2021
6.7.3 466 11/13/2021
6.7.2 460 11/13/2021
6.7.1 484 11/13/2021
6.7.0 573 11/9/2021
6.6.15 607 11/5/2021
6.6.14 637 10/31/2021
6.6.13 537 10/30/2021
6.6.12 505 10/30/2021
6.6.11 642 10/29/2021
6.6.10 688 10/23/2021
6.6.9 838 10/2/2021
6.6.8 718 9/30/2021
6.6.7 595 9/30/2021
6.6.6 623 9/30/2021
6.6.5 613 9/30/2021
6.6.4 564 9/30/2021
6.6.3 564 9/30/2021
6.6.2 546 9/28/2021
6.6.1 550 9/27/2021
6.6.0 564 9/27/2021
6.5.16 614 9/26/2021
6.5.15 641 9/25/2021
6.5.14 592 9/16/2021
6.5.13 616 9/14/2021
6.5.12 685 9/5/2021
6.5.11 620 9/4/2021
6.5.10 549 9/3/2021
6.5.9 542 9/3/2021
6.5.8 559 9/3/2021
6.5.7 540 9/3/2021
6.5.6 526 9/2/2021
6.5.5 501 9/2/2021
6.5.4 568 9/2/2021
6.5.3 554 9/2/2021
6.5.2 499 9/2/2021
6.5.1 592 8/23/2021
6.5.0 592 8/23/2021
6.4.41 597 8/22/2021
6.4.40 551 8/22/2021
6.4.39 550 8/17/2021
6.4.38 555 8/15/2021
6.4.37 624 8/15/2021
6.4.36 516 8/15/2021
6.4.35 534 8/14/2021
6.4.34 552 8/11/2021
6.4.33 582 8/7/2021
6.4.32 603 8/5/2021
6.4.31 640 7/30/2021
6.4.30 545 7/29/2021
6.4.29 574 7/29/2021
6.4.28 597 7/28/2021
6.4.27 612 7/26/2021
6.4.26 556 7/23/2021
6.4.25 610 7/14/2021
6.4.24 556 7/12/2021
6.4.23 650 7/12/2021
6.4.22 566 7/9/2021
6.4.21 665 7/9/2021
6.4.20 613 7/9/2021
6.4.19 546 7/8/2021
6.4.17 555 7/7/2021
6.4.16 599 7/7/2021
6.4.15 605 7/7/2021
6.4.14 611 7/7/2021
6.4.13 628 7/7/2021
6.4.12 557 7/7/2021
6.4.11 573 7/7/2021
6.4.10 607 7/7/2021
6.4.9 609 7/7/2021
6.4.8 500 7/6/2021
6.4.7 571 7/6/2021
6.4.6 578 7/6/2021
6.4.5 581 7/6/2021
6.4.4 603 7/6/2021
6.4.3 679 7/6/2021
6.4.2 615 7/6/2021
6.4.1 532 7/6/2021
6.4.0 558 7/6/2021
6.3.13 497 7/6/2021
6.3.12 532 7/3/2021
6.3.11 512 7/3/2021
6.3.10 500 7/3/2021
6.3.9 524 6/30/2021
6.3.8 572 6/29/2021
6.3.7 641 6/26/2021
6.3.6 537 6/26/2021
6.3.5 516 6/23/2021
6.3.4 557 6/23/2021
6.3.3 516 6/23/2021
6.3.2 516 6/22/2021
6.3.1 1,336 6/12/2021
6.3.0 538 6/10/2021
6.2.38 518 6/3/2021
6.2.37 514 6/3/2021
6.2.36 597 5/25/2021
6.2.35 502 5/3/2021
6.2.34 528 4/24/2021
6.2.33 517 4/24/2021
6.2.32 520 4/23/2021
6.2.31 498 4/23/2021
6.2.30 494 4/20/2021
6.2.29 541 4/20/2021
6.2.28 558 4/17/2021
6.2.27 533 4/16/2021
6.2.26 541 4/9/2021
6.2.25 502 4/7/2021
6.2.24 475 4/5/2021
6.2.23 479 4/4/2021
6.2.22 518 4/4/2021
6.2.21 502 4/2/2021
6.2.20 555 4/2/2021
6.2.19 500 3/31/2021
6.2.18 531 3/31/2021
6.2.17 535 3/30/2021
6.2.16 520 3/30/2021
6.2.15 546 3/29/2021
6.2.14 540 3/27/2021
6.2.13 523 3/25/2021
6.2.12 475 3/25/2021
6.2.11 512 3/25/2021
6.2.10 494 3/24/2021
6.2.9 515 3/24/2021
6.2.8 535 3/24/2021
6.2.7 563 3/23/2021
6.2.6 489 3/23/2021
6.2.5 532 3/23/2021
6.2.4 509 3/21/2021
6.2.3 514 3/21/2021
6.2.2 570 3/21/2021
6.2.1 576 3/15/2021
6.2.0 513 3/15/2021
6.1.9 544 3/14/2021
6.1.8 493 3/14/2021
6.1.7 508 3/3/2021
6.1.6 571 3/3/2021
6.1.5 534 3/3/2021
6.1.4 486 3/3/2021
6.1.3 487 3/2/2021
6.1.2 474 3/2/2021
6.1.1 501 3/1/2021
6.1.0 561 2/27/2021
6.0.21 502 2/20/2021
6.0.20 510 2/20/2021
6.0.19 540 2/17/2021
6.0.18 536 2/7/2021
6.0.17 504 2/7/2021
6.0.16 483 2/7/2021
6.0.15 530 2/7/2021
6.0.14 490 2/6/2021
6.0.13 489 2/6/2021
6.0.12 504 2/6/2021
6.0.11 557 2/6/2021
6.0.10 538 2/6/2021
6.0.9 489 2/6/2021
6.0.8 518 2/6/2021
6.0.7 537 2/6/2021
6.0.6 495 2/6/2021
6.0.5 526 2/6/2021
6.0.4 543 2/6/2021
6.0.3 537 2/6/2021
6.0.2 486 2/6/2021
6.0.1 504 2/3/2021
6.0.0 557 2/1/2021
5.0.11 471 1/28/2021
5.0.10 453 1/28/2021
5.0.9 471 1/27/2021
5.0.8 503 1/27/2021
5.0.7 477 1/27/2021
5.0.6 519 1/23/2021
5.0.5 550 1/22/2021
5.0.4 520 1/21/2021
5.0.3 476 1/20/2021
5.0.2 512 1/18/2021
5.0.1 528 1/12/2021
5.0.0 559 1/10/2021
1.1.10 489 1/10/2021
1.1.9 526 1/8/2021
1.1.8 507 1/6/2021
1.1.7 536 1/3/2021
1.1.6 521 1/3/2021
1.1.5 554 1/3/2021
1.1.4 559 1/2/2021
1.1.3 560 1/2/2021
1.1.2 567 1/1/2021
1.1.1 597 1/1/2021
1.1.0 472 12/30/2020
1.0.31 501 12/30/2020
1.0.30 540 12/30/2020
1.0.29 465 12/27/2020
1.0.28 540 12/14/2020
1.0.27 489 12/13/2020
1.0.26 490 12/13/2020
1.0.25 527 12/13/2020
1.0.24 540 12/12/2020
1.0.23 532 12/11/2020
1.0.22 510 12/11/2020
1.0.21 539 12/7/2020
1.0.20 562 12/7/2020
1.0.19 567 12/7/2020
1.0.18 579 12/6/2020
1.0.17 604 12/6/2020
1.0.16 536 12/5/2020
1.0.15 561 12/5/2020
1.0.14 561 12/3/2020
1.0.12 524 12/2/2020
1.0.11 527 12/2/2020
1.0.10 544 11/23/2020
1.0.9 518 11/20/2020
1.0.8 494 11/20/2020
1.0.7 572 11/18/2020
1.0.6 556 11/16/2020
1.0.5 512 11/13/2020
1.0.4 675 11/7/2020
1.0.3 567 11/7/2020
1.0.2 573 11/7/2020
1.0.1 582 11/7/2020
1.0.0 589 11/6/2020