Milvasoft.Helpers 6.7.25

There is a newer version of this package available.
See the version list below for details.
dotnet add package Milvasoft.Helpers --version 6.7.25                
NuGet\Install-Package Milvasoft.Helpers -Version 6.7.25                
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.25" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Milvasoft.Helpers --version 6.7.25                
#r "nuget: Milvasoft.Helpers, 6.7.25"                
#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.25

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

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. 
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
8.2.4 57 11/5/2024
8.2.3 72 11/3/2024
8.2.2 63 11/3/2024
8.2.1 62 11/2/2024
8.2.0 69 11/2/2024
8.1.42 62 10/31/2024
8.1.41 72 10/30/2024
8.1.40 70 10/30/2024
8.1.39 80 10/29/2024
8.1.38 92 10/19/2024
8.1.37 94 9/7/2024
8.1.36 101 9/4/2024
8.1.35 99 8/31/2024
8.1.34 108 8/31/2024
8.1.33 112 8/24/2024
8.1.32 120 8/24/2024
8.1.31 119 8/24/2024
8.1.30 108 8/24/2024
8.1.29 115 8/22/2024
8.1.28 112 8/22/2024
8.1.27 115 8/22/2024
8.1.26 117 8/22/2024
8.1.25 114 8/18/2024
8.1.24 105 8/17/2024
8.1.23 110 8/17/2024
8.1.22 113 8/17/2024
8.1.21 108 8/14/2024
8.1.20 108 8/12/2024
8.1.19 101 8/11/2024
8.1.18 113 8/11/2024
8.1.17 68 7/25/2024
8.1.16 69 7/25/2024
8.1.15 68 7/25/2024
8.1.14 97 7/22/2024
8.1.13 85 7/22/2024
8.1.12 101 7/21/2024
8.1.11 95 7/20/2024
8.1.10 104 7/20/2024
8.1.8 91 7/20/2024
8.1.7 91 7/20/2024
8.1.6 100 5/1/2024
8.1.2 87 5/1/2024
8.1.1 117 4/27/2024
8.1.0 107 4/27/2024
8.0.1 110 4/27/2024
8.0.0 259 11/20/2023
7.0.0 232 5/7/2023
6.9.6 523 8/7/2022
6.9.5 488 8/4/2022
6.9.4 490 8/4/2022
6.9.3 584 6/14/2022
6.9.2 544 6/14/2022
6.9.1 562 6/12/2022
6.9.0 543 6/12/2022
6.7.38 596 6/10/2022
6.7.37 561 6/6/2022
6.7.36 671 4/16/2022
6.7.35 586 4/16/2022
6.7.34 660 4/11/2022
6.7.33 677 4/11/2022
6.7.32 635 4/10/2022
6.7.31 609 4/10/2022
6.7.30 613 4/10/2022
6.7.29 646 4/2/2022
6.7.28 670 4/1/2022
6.7.27 646 4/1/2022
6.7.26 675 3/22/2022
6.7.25 735 2/14/2022
6.7.24 804 1/26/2022
6.7.23 642 1/26/2022
6.7.22 675 1/14/2022
6.7.21 688 1/11/2022
6.7.20 416 1/4/2022
6.7.19 443 12/31/2021
6.7.18 380 12/31/2021
6.7.17 486 12/19/2021
6.7.16 471 12/19/2021
6.7.15 454 12/16/2021
6.7.14 602 12/11/2021
6.7.13 406 12/5/2021
6.7.12 1,667 11/28/2021
6.7.11 436 11/28/2021
6.7.10 414 11/28/2021
6.7.9 371 11/27/2021
6.7.8 2,525 11/25/2021
6.7.7 3,550 11/25/2021
6.7.6 3,273 11/25/2021
6.7.5 480 11/15/2021
6.7.4 460 11/14/2021
6.7.3 442 11/13/2021
6.7.2 439 11/13/2021
6.7.1 463 11/13/2021
6.7.0 549 11/9/2021
6.6.15 585 11/5/2021
6.6.14 615 10/31/2021
6.6.13 514 10/30/2021
6.6.12 464 10/30/2021
6.6.11 618 10/29/2021
6.6.10 664 10/23/2021
6.6.9 777 10/2/2021
6.6.8 696 9/30/2021
6.6.7 570 9/30/2021
6.6.6 601 9/30/2021
6.6.5 590 9/30/2021
6.6.4 540 9/30/2021
6.6.3 542 9/30/2021
6.6.2 522 9/28/2021
6.6.1 525 9/27/2021
6.6.0 540 9/27/2021
6.5.16 590 9/26/2021
6.5.15 618 9/25/2021
6.5.14 570 9/16/2021
6.5.13 593 9/14/2021
6.5.12 662 9/5/2021
6.5.11 597 9/4/2021
6.5.10 522 9/3/2021
6.5.9 519 9/3/2021
6.5.8 536 9/3/2021
6.5.7 518 9/3/2021
6.5.6 503 9/2/2021
6.5.5 479 9/2/2021
6.5.4 545 9/2/2021
6.5.3 531 9/2/2021
6.5.2 476 9/2/2021
6.5.1 569 8/23/2021
6.5.0 569 8/23/2021
6.4.41 573 8/22/2021
6.4.40 528 8/22/2021
6.4.39 528 8/17/2021
6.4.38 531 8/15/2021
6.4.37 601 8/15/2021
6.4.36 492 8/15/2021
6.4.35 512 8/14/2021
6.4.34 528 8/11/2021
6.4.33 560 8/7/2021
6.4.32 584 8/5/2021
6.4.31 617 7/30/2021
6.4.30 520 7/29/2021
6.4.29 551 7/29/2021
6.4.28 573 7/28/2021
6.4.27 590 7/26/2021
6.4.26 535 7/23/2021
6.4.25 569 7/14/2021
6.4.24 534 7/12/2021
6.4.23 629 7/12/2021
6.4.22 544 7/9/2021
6.4.21 643 7/9/2021
6.4.20 591 7/9/2021
6.4.19 524 7/8/2021
6.4.17 533 7/7/2021
6.4.16 575 7/7/2021
6.4.15 583 7/7/2021
6.4.14 588 7/7/2021
6.4.13 605 7/7/2021
6.4.12 533 7/7/2021
6.4.11 550 7/7/2021
6.4.10 585 7/7/2021
6.4.9 569 7/7/2021
6.4.8 477 7/6/2021
6.4.7 549 7/6/2021
6.4.6 555 7/6/2021
6.4.5 558 7/6/2021
6.4.4 582 7/6/2021
6.4.3 645 7/6/2021
6.4.2 594 7/6/2021
6.4.1 508 7/6/2021
6.4.0 536 7/6/2021
6.3.13 473 7/6/2021
6.3.12 510 7/3/2021
6.3.11 490 7/3/2021
6.3.10 476 7/3/2021
6.3.9 499 6/30/2021
6.3.8 549 6/29/2021
6.3.7 618 6/26/2021
6.3.6 499 6/26/2021
6.3.5 475 6/23/2021
6.3.4 535 6/23/2021
6.3.3 492 6/23/2021
6.3.2 494 6/22/2021
6.3.1 1,314 6/12/2021
6.3.0 516 6/10/2021
6.2.38 497 6/3/2021
6.2.37 491 6/3/2021
6.2.36 574 5/25/2021
6.2.35 461 5/3/2021
6.2.34 505 4/24/2021
6.2.33 474 4/24/2021
6.2.32 497 4/23/2021
6.2.31 473 4/23/2021
6.2.30 470 4/20/2021
6.2.29 518 4/20/2021
6.2.28 534 4/17/2021
6.2.27 509 4/16/2021
6.2.26 517 4/9/2021
6.2.25 480 4/7/2021
6.2.24 449 4/5/2021
6.2.23 449 4/4/2021
6.2.22 495 4/4/2021
6.2.21 477 4/2/2021
6.2.20 531 4/2/2021
6.2.19 475 3/31/2021
6.2.18 506 3/31/2021
6.2.17 510 3/30/2021
6.2.16 494 3/30/2021
6.2.15 520 3/29/2021
6.2.14 515 3/27/2021
6.2.13 497 3/25/2021
6.2.12 451 3/25/2021
6.2.11 488 3/25/2021
6.2.10 470 3/24/2021
6.2.9 490 3/24/2021
6.2.8 511 3/24/2021
6.2.7 536 3/23/2021
6.2.6 465 3/23/2021
6.2.5 489 3/23/2021
6.2.4 482 3/21/2021
6.2.3 491 3/21/2021
6.2.2 545 3/21/2021
6.2.1 551 3/15/2021
6.2.0 471 3/15/2021
6.1.9 513 3/14/2021
6.1.8 468 3/14/2021
6.1.7 482 3/3/2021
6.1.6 534 3/3/2021
6.1.5 507 3/3/2021
6.1.4 460 3/3/2021
6.1.3 460 3/2/2021
6.1.2 448 3/2/2021
6.1.1 476 3/1/2021
6.1.0 537 2/27/2021
6.0.21 476 2/20/2021
6.0.20 484 2/20/2021
6.0.19 513 2/17/2021
6.0.18 511 2/7/2021
6.0.17 460 2/7/2021
6.0.16 458 2/7/2021
6.0.15 504 2/7/2021
6.0.14 460 2/6/2021
6.0.13 440 2/6/2021
6.0.12 479 2/6/2021
6.0.11 531 2/6/2021
6.0.10 512 2/6/2021
6.0.9 464 2/6/2021
6.0.8 493 2/6/2021
6.0.7 508 2/6/2021
6.0.6 468 2/6/2021
6.0.5 500 2/6/2021
6.0.4 517 2/6/2021
6.0.3 511 2/6/2021
6.0.2 457 2/6/2021
6.0.1 478 2/3/2021
6.0.0 514 2/1/2021
5.0.11 445 1/28/2021
5.0.10 427 1/28/2021
5.0.9 445 1/27/2021
5.0.8 477 1/27/2021
5.0.7 453 1/27/2021
5.0.6 495 1/23/2021
5.0.5 527 1/22/2021
5.0.4 493 1/21/2021
5.0.3 452 1/20/2021
5.0.2 483 1/18/2021
5.0.1 505 1/12/2021
5.0.0 536 1/10/2021
1.1.10 465 1/10/2021
1.1.9 503 1/8/2021
1.1.8 481 1/6/2021
1.1.7 511 1/3/2021
1.1.6 497 1/3/2021
1.1.5 529 1/3/2021
1.1.4 532 1/2/2021
1.1.3 536 1/2/2021
1.1.2 543 1/1/2021
1.1.1 571 1/1/2021
1.1.0 449 12/30/2020
1.0.31 477 12/30/2020
1.0.30 516 12/30/2020
1.0.29 441 12/27/2020
1.0.28 515 12/14/2020
1.0.27 466 12/13/2020
1.0.26 466 12/13/2020
1.0.25 504 12/13/2020
1.0.24 516 12/12/2020
1.0.23 507 12/11/2020
1.0.22 467 12/11/2020
1.0.21 514 12/7/2020
1.0.20 537 12/7/2020
1.0.19 543 12/7/2020
1.0.18 555 12/6/2020
1.0.17 529 12/6/2020
1.0.16 511 12/5/2020
1.0.15 536 12/5/2020
1.0.14 538 12/3/2020
1.0.12 500 12/2/2020
1.0.11 503 12/2/2020
1.0.10 520 11/23/2020
1.0.9 477 11/20/2020
1.0.8 471 11/20/2020
1.0.7 532 11/18/2020
1.0.6 531 11/16/2020
1.0.5 488 11/13/2020
1.0.4 650 11/7/2020
1.0.3 543 11/7/2020
1.0.2 550 11/7/2020
1.0.1 558 11/7/2020
1.0.0 565 11/6/2020