colorlife.tuanitpro.com 1.2.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package colorlife.tuanitpro.com --version 1.2.2
NuGet\Install-Package colorlife.tuanitpro.com -Version 1.2.2
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="colorlife.tuanitpro.com" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add colorlife.tuanitpro.com --version 1.2.2
#r "nuget: colorlife.tuanitpro.com, 1.2.2"
#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 colorlife.tuanitpro.com as a Cake Addin
#addin nuget:?package=colorlife.tuanitpro.com&version=1.2.2

// Install colorlife.tuanitpro.com as a Cake Tool
#tool nuget:?package=colorlife.tuanitpro.com&version=1.2.2
  • CacheProvider (Redis Cache, Memory Cache)

         ICacheProviderFactory cacheProvideractory = new CacheProviderFactory(new CacheProviderOptions
          {
              SlidingExpiration = TimeSpan.FromSeconds(30),
              ConnectionString = "localhost:6379"
          }, CacheType.Redis);
          IDataCacheProvider dataCacheProvider = cacheProvideractory.CreateFactory();
    
  • Cryptography (MD5, SHA, ASE..)

  • ConvertType

  • File Manager

  • Vietnamese currency reader

  • Excel Reader, Excel Export

  • Csv Reader

  • Xml Export

  • Email Services

  • Sql Data Helper

  • more...

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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
1.2.3 1,662 6/30/2018
1.2.2 1,427 6/23/2018
1.2.1 1,526 6/23/2018
1.2.0 1,537 6/23/2018
1.1.5 1,524 6/8/2017
1.1.4 1,497 3/31/2017
1.1.3 1,487 3/28/2017
1.1.2 1,479 3/28/2017
1.1.1 1,495 3/28/2017
1.1.0 1,523 3/22/2017
1.0.9 1,703 3/6/2015
1.0.8 1,790 12/6/2014
1.0.7 1,644 7/19/2014
1.0.6 1,601 7/18/2014
1.0.5 1,653 6/20/2014
1.0.4 1,630 5/27/2014
1.0.3 1,604 5/23/2014
1.0.2 1,553 5/23/2014
1.0.1 1,606 5/21/2014
1.0.0 1,847 5/21/2014

Improve perfomance