DevMVCComponent 1.0.18
See the version list below for details.
dotnet add package DevMVCComponent --version 1.0.18
NuGet\Install-Package DevMVCComponent -Version 1.0.18
<PackageReference Include="DevMVCComponent" Version="1.0.18"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add DevMVCComponent --version 1.0.18
#r "nuget: DevMVCComponent, 1.0.18"
// Install DevMVCComponent as a Cake Addin #addin nuget:?package=DevMVCComponent&version=1.0.18 // Install DevMVCComponent as a Cake Tool #tool nuget:?package=DevMVCComponent&version=1.0.18
Enables rapid mailing, error mailing, entity to string or send email, send multiple list items to email, auto map one entity to another by casting, hashing and many more.
It solve all regular MVC required functionalities like sending emails, caching, cookies handling, track errors with email, session and so on.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
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 |
---|---|---|
4.0.0 | 1,436 | 9/8/2019 |
3.3.0 | 1,991 | 7/18/2016 |
3.2.0 | 1,683 | 6/19/2016 |
3.1.0 | 1,907 | 6/13/2016 |
3.0.0 | 1,908 | 6/13/2016 |
2.5.0 | 1,733 | 6/4/2016 |
2.4.0 | 1,671 | 5/31/2016 |
2.3.0 | 1,688 | 5/12/2016 |
2.2.0 | 1,854 | 2/27/2016 |
2.1.0 | 1,686 | 2/16/2016 |
2.0.9 | 1,681 | 2/16/2016 |
2.0.8 | 1,636 | 2/16/2016 |
2.0.7 | 1,672 | 2/16/2016 |
2.0.6 | 1,745 | 12/8/2015 |
2.0.5 | 1,730 | 11/9/2015 |
2.0.4 | 1,823 | 9/3/2015 |
2.0.3 | 1,745 | 8/25/2015 |
2.0.2 | 1,738 | 8/25/2015 |
2.0.1 | 1,742 | 8/24/2015 |
2.0.0 | 1,746 | 8/22/2015 |
1.0.21 | 1,739 | 8/20/2015 |
1.0.20 | 2,745 | 7/25/2015 |
1.0.19 | 2,003 | 7/23/2015 |
1.0.18 | 2,029 | 7/23/2015 |
1.0.17 | 1,813 | 7/23/2015 |
1.0.16 | 1,841 | 7/23/2015 |
1.0.15 | 2,150 | 7/23/2015 |
1.0.14 | 2,169 | 7/16/2015 |
1.0.13 | 1,706 | 6/11/2015 |
1.0.12 | 1,647 | 6/11/2015 |
1.0.11 | 1,707 | 6/11/2015 |
1.0.10 | 1,754 | 6/7/2015 |
1.0.9 | 1,745 | 6/7/2015 |
1.0.8 | 1,798 | 6/6/2015 |
1.0.7 | 1,700 | 6/6/2015 |
1.0.6 | 1,685 | 6/6/2015 |
1.0.5 | 1,709 | 6/3/2015 |
1.0.4 | 1,716 | 6/3/2015 |
1.0.3 | 1,728 | 6/3/2015 |
1.0.2 | 1,713 | 5/25/2015 |
1.0.1.1 | 1,734 | 6/7/2015 |
1.0.1 | 3,242 | 5/24/2015 |
1.0.0 | 3,164 | 5/24/2015 |
Error class few variables became static for optimization of memory.
#1.0.18
Added pagination support for IList objects.
Fixed setup functionalities.