Flatwhite 1.0.26

dotnet add package Flatwhite --version 1.0.26
                    
NuGet\Install-Package Flatwhite -Version 1.0.26
                    
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="Flatwhite" Version="1.0.26" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Flatwhite" Version="1.0.26" />
                    
Directory.Packages.props
<PackageReference Include="Flatwhite" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Flatwhite --version 1.0.26
                    
#r "nuget: Flatwhite, 1.0.26"
                    
#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.
#addin nuget:?package=Flatwhite&version=1.0.26
                    
Install Flatwhite as a Cake Addin
#tool nuget:?package=Flatwhite&version=1.0.26
                    
Install Flatwhite as a Cake Tool

Flatwhite is an AOP library with MVC and WebAPI ActionFilter style using Castle dynamic proxy. You can create MethodFilterAttribute to add custom logic to any methods as soon as it is interceptable by Castle Dynamic Proxy. Flatwhite has 1 built-in OutputCacheFilter to cache method result which can auto refresh stale content. You can use Flatwhite simply for caching or extending behavior of your methods such as profiling, logging by implement MethodFilterAttribute similar to MVC's ActionFilterAttribute

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Flatwhite:

Package Downloads
Flatwhite.Autofac

Flatwhite is an AOP library with MVC and WebAPI ActionFilter style using Castle dynamic proxy. You can create MethodFilterAttribute to add custom logic to any methods as soon as it is interceptable by Castle Dynamic Proxy. Flatwhite has 1 built-in OutputCacheFilter to cache method result which can auto refresh stale content. You can use Flatwhite simply for caching or extending behavior of your methods such as profiling, logging by implement MethodFilterAttribute similar to MVC's ActionFilterAttribute. Flatwhite.Autofac is a Autofac support package for Flatwhite core

Flatwhite.WebApi

Flatwhite.WebApi is an high performance output cache library for WebApi with VaryByParam (on action method) and VaryByHeader support, facilitate usages of cache control and HTTP Cache-Control Extensions for Stale Content. It auto refreshes the stale content so the action method call will never wait. It intercepts the request at the earliest stage to see if cache data is available and return 304 if applicable. So most of the case, the WebAPI engine doesn't need to create API controllers and other stuff which boost the performance to the limit.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.26 3,360 10/18/2017
1.0.24 1,920 8/24/2016
1.0.23 1,734 5/2/2016
1.0.22 1,595 3/17/2016
1.0.20 2,628 2/26/2016
1.0.19 2,408 2/12/2016
1.0.18 2,441 1/10/2016
1.0.17 2,195 1/8/2016
1.0.16 1,940 12/23/2015
1.0.15 1,845 12/15/2015
1.0.14 1,943 12/11/2015
1.0.11 1,854 12/9/2015
1.0.10 1,983 12/9/2015
1.0.9 1,564 12/8/2015
1.0.8 1,771 11/27/2015
1.0.7 1,733 11/27/2015
1.0.6 1,702 11/26/2015
1.0.5 1,702 11/25/2015
1.0.4 1,730 11/24/2015
1.0.3 1,682 11/15/2015
1.0.2 1,588 11/15/2015
1.0.1 1,457 11/8/2015