Milvasoft.Helpers 6.7.4

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. 
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 72 5/1/2024
8.1.2 69 5/1/2024
8.1.1 93 4/27/2024
8.1.0 92 4/27/2024
8.0.1 85 4/27/2024
8.0.0 234 11/20/2023
7.0.0 210 5/7/2023
6.9.6 503 8/7/2022
6.9.5 468 8/4/2022
6.9.4 460 8/4/2022
6.9.3 550 6/14/2022
6.9.2 525 6/14/2022
6.9.1 533 6/12/2022
6.9.0 533 6/12/2022
6.7.38 571 6/10/2022
6.7.37 541 6/6/2022
6.7.36 644 4/16/2022
6.7.35 563 4/16/2022
6.7.34 625 4/11/2022
6.7.33 652 4/11/2022
6.7.32 608 4/10/2022
6.7.31 582 4/10/2022
6.7.30 587 4/10/2022
6.7.29 622 4/2/2022
6.7.28 637 4/1/2022
6.7.27 622 4/1/2022
6.7.26 651 3/22/2022
6.7.25 713 2/14/2022
6.7.24 783 1/26/2022
6.7.23 624 1/26/2022
6.7.22 652 1/14/2022
6.7.21 657 1/11/2022
6.7.20 391 1/4/2022
6.7.19 418 12/31/2021
6.7.18 363 12/31/2021
6.7.17 460 12/19/2021
6.7.16 453 12/19/2021
6.7.15 428 12/16/2021
6.7.14 581 12/11/2021
6.7.13 388 12/5/2021
6.7.12 1,646 11/28/2021
6.7.11 409 11/28/2021
6.7.10 397 11/28/2021
6.7.9 349 11/27/2021
6.7.8 2,508 11/25/2021
6.7.7 3,527 11/25/2021
6.7.6 3,260 11/25/2021
6.7.5 456 11/15/2021
6.7.4 426 11/14/2021
6.7.3 420 11/13/2021
6.7.2 419 11/13/2021
6.7.1 437 11/13/2021
6.7.0 528 11/9/2021
6.6.15 556 11/5/2021
6.6.14 599 10/31/2021
6.6.13 496 10/30/2021
6.6.12 458 10/30/2021
6.6.11 594 10/29/2021
6.6.10 643 10/23/2021
6.6.9 742 10/2/2021
6.6.8 671 9/30/2021
6.6.7 549 9/30/2021
6.6.6 573 9/30/2021
6.6.5 574 9/30/2021
6.6.4 522 9/30/2021
6.6.3 511 9/30/2021
6.6.2 495 9/28/2021
6.6.1 489 9/27/2021
6.6.0 520 9/27/2021
6.5.16 570 9/26/2021
6.5.15 591 9/25/2021
6.5.14 540 9/16/2021
6.5.13 575 9/14/2021
6.5.12 637 9/5/2021
6.5.11 572 9/4/2021
6.5.10 501 9/3/2021
6.5.9 499 9/3/2021
6.5.8 520 9/3/2021
6.5.7 502 9/3/2021
6.5.6 487 9/2/2021
6.5.5 460 9/2/2021
6.5.4 518 9/2/2021
6.5.3 515 9/2/2021
6.5.2 454 9/2/2021
6.5.1 546 8/23/2021
6.5.0 536 8/23/2021
6.4.41 551 8/22/2021
6.4.40 504 8/22/2021
6.4.39 508 8/17/2021
6.4.38 509 8/15/2021
6.4.37 577 8/15/2021
6.4.36 467 8/15/2021
6.4.35 490 8/14/2021
6.4.34 505 8/11/2021
6.4.33 541 8/7/2021
6.4.32 555 8/5/2021
6.4.31 593 7/30/2021
6.4.30 496 7/29/2021
6.4.29 527 7/29/2021
6.4.28 550 7/28/2021
6.4.27 572 7/26/2021
6.4.26 513 7/23/2021
6.4.25 562 7/14/2021
6.4.24 511 7/12/2021
6.4.23 600 7/12/2021
6.4.22 511 7/9/2021
6.4.21 610 7/9/2021
6.4.20 562 7/9/2021
6.4.19 498 7/8/2021
6.4.17 514 7/7/2021
6.4.16 554 7/7/2021
6.4.15 544 7/7/2021
6.4.14 566 7/7/2021
6.4.13 583 7/7/2021
6.4.12 505 7/7/2021
6.4.11 530 7/7/2021
6.4.10 564 7/7/2021
6.4.9 562 7/7/2021
6.4.8 458 7/6/2021
6.4.7 518 7/6/2021
6.4.6 531 7/6/2021
6.4.5 531 7/6/2021
6.4.4 564 7/6/2021
6.4.3 623 7/6/2021
6.4.2 572 7/6/2021
6.4.1 490 7/6/2021
6.4.0 518 7/6/2021
6.3.13 455 7/6/2021
6.3.12 481 7/3/2021
6.3.11 468 7/3/2021
6.3.10 459 7/3/2021
6.3.9 482 6/30/2021
6.3.8 524 6/29/2021
6.3.7 591 6/26/2021
6.3.6 491 6/26/2021
6.3.5 466 6/23/2021
6.3.4 516 6/23/2021
6.3.3 464 6/23/2021
6.3.2 471 6/22/2021
6.3.1 1,241 6/12/2021
6.3.0 491 6/10/2021
6.2.38 477 6/3/2021
6.2.37 474 6/3/2021
6.2.36 550 5/25/2021
6.2.35 451 5/3/2021
6.2.34 476 4/24/2021
6.2.33 466 4/24/2021
6.2.32 476 4/23/2021
6.2.31 455 4/23/2021
6.2.30 441 4/20/2021
6.2.29 489 4/20/2021
6.2.28 516 4/17/2021
6.2.27 486 4/16/2021
6.2.26 496 4/9/2021
6.2.25 454 4/7/2021
6.2.24 429 4/5/2021
6.2.23 429 4/4/2021
6.2.22 464 4/4/2021
6.2.21 459 4/2/2021
6.2.20 508 4/2/2021
6.2.19 454 3/31/2021
6.2.18 476 3/31/2021
6.2.17 483 3/30/2021
6.2.16 468 3/30/2021
6.2.15 500 3/29/2021
6.2.14 498 3/27/2021
6.2.13 481 3/25/2021
6.2.12 434 3/25/2021
6.2.11 469 3/25/2021
6.2.10 448 3/24/2021
6.2.9 468 3/24/2021
6.2.8 488 3/24/2021
6.2.7 519 3/23/2021
6.2.6 437 3/23/2021
6.2.5 476 3/23/2021
6.2.4 465 3/21/2021
6.2.3 469 3/21/2021
6.2.2 517 3/21/2021
6.2.1 529 3/15/2021
6.2.0 447 3/15/2021
6.1.9 457 3/14/2021
6.1.8 448 3/14/2021
6.1.7 465 3/3/2021
6.1.6 505 3/3/2021
6.1.5 488 3/3/2021
6.1.4 443 3/3/2021
6.1.3 436 3/2/2021
6.1.2 430 3/2/2021
6.1.1 459 3/1/2021
6.1.0 512 2/27/2021
6.0.21 459 2/20/2021
6.0.20 464 2/20/2021
6.0.19 498 2/17/2021
6.0.18 491 2/7/2021
6.0.17 454 2/7/2021
6.0.16 437 2/7/2021
6.0.15 487 2/7/2021
6.0.14 440 2/6/2021
6.0.13 433 2/6/2021
6.0.12 458 2/6/2021
6.0.11 505 2/6/2021
6.0.10 487 2/6/2021
6.0.9 444 2/6/2021
6.0.8 472 2/6/2021
6.0.7 479 2/6/2021
6.0.6 447 2/6/2021
6.0.5 483 2/6/2021
6.0.4 494 2/6/2021
6.0.3 494 2/6/2021
6.0.2 440 2/6/2021
6.0.1 461 2/3/2021
6.0.0 496 2/1/2021
5.0.11 422 1/28/2021
5.0.10 410 1/28/2021
5.0.9 428 1/27/2021
5.0.8 460 1/27/2021
5.0.7 433 1/27/2021
5.0.6 476 1/23/2021
5.0.5 500 1/22/2021
5.0.4 471 1/21/2021
5.0.3 425 1/20/2021
5.0.2 458 1/18/2021
5.0.1 486 1/12/2021
5.0.0 513 1/10/2021
1.1.10 444 1/10/2021
1.1.9 474 1/8/2021
1.1.8 462 1/6/2021
1.1.7 487 1/3/2021
1.1.6 480 1/3/2021
1.1.5 509 1/3/2021
1.1.4 506 1/2/2021
1.1.3 517 1/2/2021
1.1.2 519 1/1/2021
1.1.1 546 1/1/2021
1.1.0 431 12/30/2020
1.0.31 455 12/30/2020
1.0.30 498 12/30/2020
1.0.29 417 12/27/2020
1.0.28 500 12/14/2020
1.0.27 448 12/13/2020
1.0.26 449 12/13/2020
1.0.25 480 12/13/2020
1.0.24 493 12/12/2020
1.0.23 488 12/11/2020
1.0.22 459 12/11/2020
1.0.21 489 12/7/2020
1.0.20 516 12/7/2020
1.0.19 525 12/7/2020
1.0.18 537 12/6/2020
1.0.17 509 12/6/2020
1.0.16 490 12/5/2020
1.0.15 520 12/5/2020
1.0.14 513 12/3/2020
1.0.12 481 12/2/2020
1.0.11 486 12/2/2020
1.0.10 500 11/23/2020
1.0.9 470 11/20/2020
1.0.8 454 11/20/2020
1.0.7 526 11/18/2020
1.0.6 508 11/16/2020
1.0.5 470 11/13/2020
1.0.4 625 11/7/2020
1.0.3 525 11/7/2020
1.0.2 528 11/7/2020
1.0.1 541 11/7/2020
1.0.0 549 11/6/2020