Milvasoft.Helpers 6.6.15

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.6.15
                    
NuGet\Install-Package Milvasoft.Helpers -Version 6.6.15
                    
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.6.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Milvasoft.Helpers" Version="6.6.15" />
                    
Directory.Packages.props
<PackageReference Include="Milvasoft.Helpers" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Milvasoft.Helpers --version 6.6.15
                    
#r "nuget: Milvasoft.Helpers, 6.6.15"
                    
#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.
#:package Milvasoft.Helpers@6.6.15
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Milvasoft.Helpers&version=6.6.15
                    
Install as a Cake Addin
#tool nuget:?package=Milvasoft.Helpers&version=6.6.15
                    
Install as a Cake Tool

Helpers Library for .Net 5

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 net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  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.  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. 
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.3.4 138 9/9/2025
9.3.3 139 8/17/2025
9.3.2 127 8/9/2025
9.3.1 141 8/8/2025
9.3.0 158 8/8/2025
9.2.7 108 7/31/2025
9.2.6 82 7/5/2025
9.2.5 83 7/5/2025
9.2.4 150 6/26/2025
9.2.3 149 6/26/2025
9.2.2 157 6/22/2025
9.2.1 123 6/21/2025
9.2.0 115 6/21/2025
9.1.10 154 6/14/2025
9.1.9 185 6/13/2025
9.1.8 299 6/11/2025
9.1.7 253 5/13/2025
9.1.6 249 5/12/2025
9.1.5 128 5/2/2025
9.1.4 168 5/1/2025
9.1.3 165 5/1/2025
9.1.2 172 4/24/2025
9.1.1 181 4/20/2025
9.1.0 187 4/18/2025
9.0.49 217 4/15/2025
9.0.48 186 4/2/2025
9.0.47 187 4/2/2025
9.0.46 177 4/1/2025
9.0.45 182 3/31/2025
9.0.44 137 3/28/2025
9.0.43 499 3/26/2025
9.0.42 502 3/25/2025
9.0.41 508 3/25/2025
9.0.40 492 3/24/2025
9.0.39 516 3/24/2025
9.0.38 171 3/23/2025
9.0.37 131 2/25/2025
9.0.36 120 2/25/2025
9.0.35 122 2/23/2025
9.0.34 135 2/20/2025
9.0.33 129 2/16/2025
9.0.32 120 2/12/2025
9.0.31 136 2/11/2025
9.0.30 131 2/9/2025
9.0.29 125 2/8/2025
9.0.28 113 2/6/2025
9.0.27 142 2/6/2025
9.0.26 134 1/31/2025
9.0.25 123 1/31/2025
9.0.24 116 1/31/2025
9.0.23 127 1/30/2025
9.0.22 101 1/30/2025
9.0.21 122 1/30/2025
9.0.20 105 1/27/2025
9.0.19 114 1/27/2025
9.0.18 117 1/23/2025
9.0.17 113 1/19/2025
9.0.16 113 1/16/2025
9.0.15 115 1/16/2025
9.0.14 113 1/15/2025
9.0.13 126 1/15/2025
9.0.12 126 12/30/2024
9.0.11 122 12/23/2024
9.0.10 128 12/23/2024
9.0.9 121 12/23/2024
9.0.8 127 12/21/2024
9.0.7 125 12/20/2024
9.0.6 142 12/15/2024
9.0.5 133 12/1/2024
9.0.4 121 12/1/2024
9.0.3 117 11/29/2024
9.0.2 139 11/26/2024
9.0.1 135 11/18/2024
9.0.0 136 11/18/2024
8.2.4 135 11/5/2024
8.2.3 142 11/3/2024
8.2.2 129 11/3/2024
8.2.1 140 11/2/2024
8.2.0 137 11/2/2024
8.1.42 133 10/31/2024
8.1.41 143 10/30/2024
8.1.40 136 10/30/2024
8.1.39 154 10/29/2024
8.1.38 148 10/19/2024
8.1.37 148 9/7/2024
8.1.36 152 9/4/2024
8.1.35 154 8/31/2024
8.1.34 169 8/31/2024
8.1.33 175 8/24/2024
8.1.32 183 8/24/2024
8.1.31 174 8/24/2024
8.1.30 164 8/24/2024
8.1.29 179 8/22/2024
8.1.28 161 8/22/2024
8.1.27 175 8/22/2024
8.1.26 173 8/22/2024
8.1.25 169 8/18/2024
8.1.24 156 8/17/2024
8.1.23 156 8/17/2024
8.1.22 168 8/17/2024
8.1.21 162 8/14/2024
8.1.20 176 8/12/2024
8.1.19 155 8/11/2024
8.1.18 176 8/11/2024
8.1.17 122 7/25/2024
8.1.16 127 7/25/2024
8.1.15 120 7/25/2024
8.1.14 152 7/22/2024
8.1.13 147 7/22/2024
8.1.12 147 7/21/2024
8.1.11 147 7/20/2024
8.1.10 154 7/20/2024
8.1.8 150 7/20/2024
8.1.7 147 7/20/2024
8.1.6 149 5/1/2024
8.1.2 155 5/1/2024
8.1.1 159 4/27/2024
8.1.0 162 4/27/2024
8.0.1 157 4/27/2024
8.0.0 307 11/20/2023
7.0.0 306 5/7/2023
6.9.6 618 8/7/2022
6.9.5 583 8/4/2022
6.9.4 582 8/4/2022
6.9.3 708 6/14/2022
6.9.2 640 6/14/2022
6.9.1 656 6/12/2022
6.9.0 678 6/12/2022
6.7.38 705 6/10/2022
6.7.37 649 6/6/2022
6.7.36 777 4/16/2022
6.7.35 702 4/16/2022
6.7.34 765 4/11/2022
6.7.33 786 4/11/2022
6.7.32 739 4/10/2022
6.7.31 710 4/10/2022
6.7.30 721 4/10/2022
6.7.29 751 4/2/2022
6.7.28 778 4/1/2022
6.7.27 758 4/1/2022
6.7.26 778 3/22/2022
6.7.25 843 2/14/2022
6.7.24 906 1/26/2022
6.7.23 751 1/26/2022
6.7.22 780 1/14/2022
6.7.21 792 1/11/2022
6.7.20 529 1/4/2022
6.7.19 547 12/31/2021
6.7.18 497 12/31/2021
6.7.17 591 12/19/2021
6.7.16 605 12/19/2021
6.7.15 569 12/16/2021
6.7.14 701 12/11/2021
6.7.13 515 12/5/2021
6.7.12 1,770 11/28/2021
6.7.11 549 11/28/2021
6.7.10 521 11/28/2021
6.7.9 464 11/27/2021
6.7.8 2,632 11/25/2021
6.7.7 3,664 11/25/2021
6.7.6 3,403 11/25/2021
6.7.5 590 11/15/2021
6.7.4 576 11/14/2021
6.7.3 561 11/13/2021
6.7.2 546 11/13/2021
6.7.1 562 11/13/2021
6.7.0 663 11/9/2021
6.6.15 688 11/5/2021
6.6.14 720 10/31/2021
6.6.13 631 10/30/2021
6.6.12 590 10/30/2021
6.6.11 719 10/29/2021
6.6.10 770 10/23/2021
6.6.9 932 10/2/2021
6.6.8 801 9/30/2021
6.6.7 686 9/30/2021
6.6.6 720 9/30/2021
6.6.5 690 9/30/2021
6.6.4 651 9/30/2021
6.6.3 649 9/30/2021
6.6.2 624 9/28/2021
6.6.1 636 9/27/2021
6.6.0 647 9/27/2021
6.5.16 703 9/26/2021
6.5.15 736 9/25/2021
6.5.14 683 9/16/2021
6.5.13 702 9/14/2021
6.5.12 769 9/5/2021
6.5.11 701 9/4/2021
6.5.10 642 9/3/2021
6.5.9 618 9/3/2021
6.5.8 658 9/3/2021
6.5.7 630 9/3/2021
6.5.6 620 9/2/2021
6.5.5 588 9/2/2021
6.5.4 655 9/2/2021
6.5.3 633 9/2/2021
6.5.2 594 9/2/2021
6.5.1 669 8/23/2021
6.5.0 668 8/23/2021
6.4.41 686 8/22/2021
6.4.40 639 8/22/2021
6.4.39 637 8/17/2021
6.4.38 643 8/15/2021
6.4.37 717 8/15/2021
6.4.36 604 8/15/2021
6.4.35 621 8/14/2021
6.4.34 649 8/11/2021
6.4.33 664 8/7/2021
6.4.32 690 8/5/2021
6.4.31 733 7/30/2021
6.4.30 622 7/29/2021
6.4.29 655 7/29/2021
6.4.28 683 7/28/2021
6.4.27 707 7/26/2021
6.4.26 642 7/23/2021
6.4.25 685 7/14/2021
6.4.24 640 7/12/2021
6.4.23 745 7/12/2021
6.4.22 648 7/9/2021
6.4.21 746 7/9/2021
6.4.20 690 7/9/2021
6.4.19 640 7/8/2021
6.4.17 639 7/7/2021
6.4.16 686 7/7/2021
6.4.15 697 7/7/2021
6.4.14 701 7/7/2021
6.4.13 712 7/7/2021
6.4.12 643 7/7/2021
6.4.11 664 7/7/2021
6.4.10 698 7/7/2021
6.4.9 698 7/7/2021
6.4.8 587 7/6/2021
6.4.7 666 7/6/2021
6.4.6 680 7/6/2021
6.4.5 656 7/6/2021
6.4.4 693 7/6/2021
6.4.3 766 7/6/2021
6.4.2 700 7/6/2021
6.4.1 622 7/6/2021
6.4.0 650 7/6/2021
6.3.13 586 7/6/2021
6.3.12 622 7/3/2021
6.3.11 603 7/3/2021
6.3.10 593 7/3/2021
6.3.9 611 6/30/2021
6.3.8 660 6/29/2021
6.3.7 736 6/26/2021
6.3.6 619 6/26/2021
6.3.5 601 6/23/2021
6.3.4 648 6/23/2021
6.3.3 602 6/23/2021
6.3.2 603 6/22/2021
6.3.1 1,411 6/12/2021
6.3.0 623 6/10/2021
6.2.38 599 6/3/2021
6.2.37 609 6/3/2021
6.2.36 699 5/25/2021
6.2.35 588 5/3/2021
6.2.34 622 4/24/2021
6.2.33 610 4/24/2021
6.2.32 612 4/23/2021
6.2.31 592 4/23/2021
6.2.30 583 4/20/2021
6.2.29 634 4/20/2021
6.2.28 654 4/17/2021
6.2.27 621 4/16/2021
6.2.26 620 4/9/2021
6.2.25 587 4/7/2021
6.2.24 566 4/5/2021
6.2.23 564 4/4/2021
6.2.22 614 4/4/2021
6.2.21 600 4/2/2021
6.2.20 648 4/2/2021
6.2.19 593 3/31/2021
6.2.18 621 3/31/2021
6.2.17 625 3/30/2021
6.2.16 616 3/30/2021
6.2.15 632 3/29/2021
6.2.14 624 3/27/2021
6.2.13 616 3/25/2021
6.2.12 564 3/25/2021
6.2.11 604 3/25/2021
6.2.10 586 3/24/2021
6.2.9 609 3/24/2021
6.2.8 627 3/24/2021
6.2.7 668 3/23/2021
6.2.6 579 3/23/2021
6.2.5 627 3/23/2021
6.2.4 608 3/21/2021
6.2.3 619 3/21/2021
6.2.2 670 3/21/2021
6.2.1 665 3/15/2021
6.2.0 601 3/15/2021
6.1.9 631 3/14/2021
6.1.8 593 3/14/2021
6.1.7 602 3/3/2021
6.1.6 668 3/3/2021
6.1.5 629 3/3/2021
6.1.4 589 3/3/2021
6.1.3 579 3/2/2021
6.1.2 566 3/2/2021
6.1.1 592 3/1/2021
6.1.0 648 2/27/2021
6.0.21 588 2/20/2021
6.0.20 605 2/20/2021
6.0.19 627 2/17/2021
6.0.18 636 2/7/2021
6.0.17 602 2/7/2021
6.0.16 585 2/7/2021
6.0.15 631 2/7/2021
6.0.14 599 2/6/2021
6.0.13 589 2/6/2021
6.0.12 608 2/6/2021
6.0.11 654 2/6/2021
6.0.10 625 2/6/2021
6.0.9 584 2/6/2021
6.0.8 612 2/6/2021
6.0.7 632 2/6/2021
6.0.6 592 2/6/2021
6.0.5 628 2/6/2021
6.0.4 638 2/6/2021
6.0.3 631 2/6/2021
6.0.2 578 2/6/2021
6.0.1 624 2/3/2021
6.0.0 649 2/1/2021
5.0.11 556 1/28/2021
5.0.10 555 1/28/2021
5.0.9 559 1/27/2021
5.0.8 601 1/27/2021
5.0.7 571 1/27/2021
5.0.6 618 1/23/2021
5.0.5 643 1/22/2021
5.0.4 606 1/21/2021
5.0.3 568 1/20/2021
5.0.2 617 1/18/2021
5.0.1 623 1/12/2021
5.0.0 662 1/10/2021
1.1.10 583 1/10/2021
1.1.9 618 1/8/2021
1.1.8 617 1/6/2021
1.1.7 634 1/3/2021
1.1.6 626 1/3/2021
1.1.5 655 1/3/2021
1.1.4 663 1/2/2021
1.1.3 657 1/2/2021
1.1.2 670 1/1/2021
1.1.1 700 1/1/2021
1.1.0 564 12/30/2020
1.0.31 592 12/30/2020
1.0.30 628 12/30/2020
1.0.29 568 12/27/2020
1.0.28 635 12/14/2020
1.0.27 591 12/13/2020
1.0.26 576 12/13/2020
1.0.25 622 12/13/2020
1.0.24 635 12/12/2020
1.0.23 630 12/11/2020
1.0.22 596 12/11/2020
1.0.21 642 12/7/2020
1.0.20 657 12/7/2020
1.0.19 671 12/7/2020
1.0.18 676 12/6/2020
1.0.17 748 12/6/2020
1.0.16 634 12/5/2020
1.0.15 653 12/5/2020
1.0.14 662 12/3/2020
1.0.12 623 12/2/2020
1.0.11 628 12/2/2020
1.0.10 633 11/23/2020
1.0.9 632 11/20/2020
1.0.8 592 11/20/2020
1.0.7 664 11/18/2020
1.0.6 652 11/16/2020
1.0.5 610 11/13/2020
1.0.4 778 11/7/2020
1.0.3 655 11/7/2020
1.0.2 658 11/7/2020
1.0.1 672 11/7/2020
1.0.0 687 11/6/2020