Milvasoft.Helpers 6.7.5

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

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

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.1.6 22 5/1/2024
8.1.2 24 5/1/2024
8.1.1 83 4/27/2024
8.1.0 75 4/27/2024
8.0.1 74 4/27/2024
8.0.0 227 11/20/2023
7.0.0 198 5/7/2023
6.9.6 500 8/7/2022
6.9.5 466 8/4/2022
6.9.4 458 8/4/2022
6.9.3 547 6/14/2022
6.9.2 523 6/14/2022
6.9.1 531 6/12/2022
6.9.0 531 6/12/2022
6.7.38 568 6/10/2022
6.7.37 539 6/6/2022
6.7.36 641 4/16/2022
6.7.35 561 4/16/2022
6.7.34 621 4/11/2022
6.7.33 650 4/11/2022
6.7.32 606 4/10/2022
6.7.31 580 4/10/2022
6.7.30 585 4/10/2022
6.7.29 614 4/2/2022
6.7.28 635 4/1/2022
6.7.27 620 4/1/2022
6.7.26 648 3/22/2022
6.7.25 710 2/14/2022
6.7.24 780 1/26/2022
6.7.23 622 1/26/2022
6.7.22 649 1/14/2022
6.7.21 655 1/11/2022
6.7.20 388 1/4/2022
6.7.19 415 12/31/2021
6.7.18 361 12/31/2021
6.7.17 457 12/19/2021
6.7.16 451 12/19/2021
6.7.15 426 12/16/2021
6.7.14 579 12/11/2021
6.7.13 386 12/5/2021
6.7.12 1,643 11/28/2021
6.7.11 407 11/28/2021
6.7.10 395 11/28/2021
6.7.9 347 11/27/2021
6.7.8 2,506 11/25/2021
6.7.7 3,518 11/25/2021
6.7.6 3,258 11/25/2021
6.7.5 454 11/15/2021
6.7.4 424 11/14/2021
6.7.3 418 11/13/2021
6.7.2 417 11/13/2021
6.7.1 435 11/13/2021
6.7.0 526 11/9/2021
6.6.15 553 11/5/2021
6.6.14 596 10/31/2021
6.6.13 494 10/30/2021
6.6.12 456 10/30/2021
6.6.11 592 10/29/2021
6.6.10 641 10/23/2021
6.6.9 737 10/2/2021
6.6.8 668 9/30/2021
6.6.7 546 9/30/2021
6.6.6 571 9/30/2021
6.6.5 572 9/30/2021
6.6.4 520 9/30/2021
6.6.3 509 9/30/2021
6.6.2 493 9/28/2021
6.6.1 487 9/27/2021
6.6.0 518 9/27/2021
6.5.16 567 9/26/2021
6.5.15 589 9/25/2021
6.5.14 538 9/16/2021
6.5.13 573 9/14/2021
6.5.12 635 9/5/2021
6.5.11 570 9/4/2021
6.5.10 499 9/3/2021
6.5.9 497 9/3/2021
6.5.8 518 9/3/2021
6.5.7 500 9/3/2021
6.5.6 485 9/2/2021
6.5.5 457 9/2/2021
6.5.4 515 9/2/2021
6.5.3 513 9/2/2021
6.5.2 452 9/2/2021
6.5.1 543 8/23/2021
6.5.0 534 8/23/2021
6.4.41 548 8/22/2021
6.4.40 502 8/22/2021
6.4.39 506 8/17/2021
6.4.38 507 8/15/2021
6.4.37 575 8/15/2021
6.4.36 465 8/15/2021
6.4.35 488 8/14/2021
6.4.34 503 8/11/2021
6.4.33 538 8/7/2021
6.4.32 553 8/5/2021
6.4.31 584 7/30/2021
6.4.30 493 7/29/2021
6.4.29 525 7/29/2021
6.4.28 542 7/28/2021
6.4.27 570 7/26/2021
6.4.26 511 7/23/2021
6.4.25 560 7/14/2021
6.4.24 509 7/12/2021
6.4.23 598 7/12/2021
6.4.22 509 7/9/2021
6.4.21 607 7/9/2021
6.4.20 560 7/9/2021
6.4.19 496 7/8/2021
6.4.17 512 7/7/2021
6.4.16 552 7/7/2021
6.4.15 542 7/7/2021
6.4.14 564 7/7/2021
6.4.13 581 7/7/2021
6.4.12 503 7/7/2021
6.4.11 528 7/7/2021
6.4.10 562 7/7/2021
6.4.9 560 7/7/2021
6.4.8 456 7/6/2021
6.4.7 516 7/6/2021
6.4.6 529 7/6/2021
6.4.5 529 7/6/2021
6.4.4 562 7/6/2021
6.4.3 620 7/6/2021
6.4.2 570 7/6/2021
6.4.1 488 7/6/2021
6.4.0 515 7/6/2021
6.3.13 452 7/6/2021
6.3.12 479 7/3/2021
6.3.11 466 7/3/2021
6.3.10 457 7/3/2021
6.3.9 479 6/30/2021
6.3.8 522 6/29/2021
6.3.7 589 6/26/2021
6.3.6 489 6/26/2021
6.3.5 463 6/23/2021
6.3.4 514 6/23/2021
6.3.3 462 6/23/2021
6.3.2 469 6/22/2021
6.3.1 1,237 6/12/2021
6.3.0 489 6/10/2021
6.2.38 474 6/3/2021
6.2.37 472 6/3/2021
6.2.36 547 5/25/2021
6.2.35 449 5/3/2021
6.2.34 473 4/24/2021
6.2.33 464 4/24/2021
6.2.32 474 4/23/2021
6.2.31 453 4/23/2021
6.2.30 439 4/20/2021
6.2.29 487 4/20/2021
6.2.28 514 4/17/2021
6.2.27 484 4/16/2021
6.2.26 494 4/9/2021
6.2.25 452 4/7/2021
6.2.24 427 4/5/2021
6.2.23 427 4/4/2021
6.2.22 462 4/4/2021
6.2.21 457 4/2/2021
6.2.20 506 4/2/2021
6.2.19 451 3/31/2021
6.2.18 474 3/31/2021
6.2.17 481 3/30/2021
6.2.16 466 3/30/2021
6.2.15 498 3/29/2021
6.2.14 496 3/27/2021
6.2.13 479 3/25/2021
6.2.12 432 3/25/2021
6.2.11 467 3/25/2021
6.2.10 446 3/24/2021
6.2.9 466 3/24/2021
6.2.8 486 3/24/2021
6.2.7 517 3/23/2021
6.2.6 435 3/23/2021
6.2.5 473 3/23/2021
6.2.4 463 3/21/2021
6.2.3 467 3/21/2021
6.2.2 515 3/21/2021
6.2.1 525 3/15/2021
6.2.0 445 3/15/2021
6.1.9 453 3/14/2021
6.1.8 445 3/14/2021
6.1.7 463 3/3/2021
6.1.6 503 3/3/2021
6.1.5 486 3/3/2021
6.1.4 441 3/3/2021
6.1.3 434 3/2/2021
6.1.2 428 3/2/2021
6.1.1 457 3/1/2021
6.1.0 509 2/27/2021
6.0.21 456 2/20/2021
6.0.20 462 2/20/2021
6.0.19 496 2/17/2021
6.0.18 489 2/7/2021
6.0.17 452 2/7/2021
6.0.16 435 2/7/2021
6.0.15 485 2/7/2021
6.0.14 438 2/6/2021
6.0.13 431 2/6/2021
6.0.12 456 2/6/2021
6.0.11 503 2/6/2021
6.0.10 485 2/6/2021
6.0.9 442 2/6/2021
6.0.8 470 2/6/2021
6.0.7 477 2/6/2021
6.0.6 445 2/6/2021
6.0.5 480 2/6/2021
6.0.4 492 2/6/2021
6.0.3 492 2/6/2021
6.0.2 438 2/6/2021
6.0.1 459 2/3/2021
6.0.0 494 2/1/2021
5.0.11 419 1/28/2021
5.0.10 408 1/28/2021
5.0.9 426 1/27/2021
5.0.8 458 1/27/2021
5.0.7 431 1/27/2021
5.0.6 474 1/23/2021
5.0.5 498 1/22/2021
5.0.4 469 1/21/2021
5.0.3 422 1/20/2021
5.0.2 456 1/18/2021
5.0.1 484 1/12/2021
5.0.0 509 1/10/2021
1.1.10 441 1/10/2021
1.1.9 471 1/8/2021
1.1.8 459 1/6/2021
1.1.7 484 1/3/2021
1.1.6 477 1/3/2021
1.1.5 506 1/3/2021
1.1.4 503 1/2/2021
1.1.3 514 1/2/2021
1.1.2 510 1/1/2021
1.1.1 543 1/1/2021
1.1.0 421 12/30/2020
1.0.31 451 12/30/2020
1.0.30 495 12/30/2020
1.0.29 414 12/27/2020
1.0.28 497 12/14/2020
1.0.27 445 12/13/2020
1.0.26 446 12/13/2020
1.0.25 477 12/13/2020
1.0.24 490 12/12/2020
1.0.23 485 12/11/2020
1.0.22 456 12/11/2020
1.0.21 486 12/7/2020
1.0.20 513 12/7/2020
1.0.19 522 12/7/2020
1.0.18 534 12/6/2020
1.0.17 506 12/6/2020
1.0.16 487 12/5/2020
1.0.15 517 12/5/2020
1.0.14 510 12/3/2020
1.0.12 478 12/2/2020
1.0.11 483 12/2/2020
1.0.10 496 11/23/2020
1.0.9 467 11/20/2020
1.0.8 451 11/20/2020
1.0.7 523 11/18/2020
1.0.6 505 11/16/2020
1.0.5 467 11/13/2020
1.0.4 620 11/7/2020
1.0.3 522 11/7/2020
1.0.2 525 11/7/2020
1.0.1 538 11/7/2020
1.0.0 546 11/6/2020