AcspNet 5.2.0

Suggested Alternatives

Simplify.Web

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

ACSP.NET is a lightweight and fast .NET web-framework based on MVC and OWIN.

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.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AcspNet:

Package Downloads
AcspNet.Json

AcspNet JSON controller response and model binder

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.0 3,166 12/24/2014 5.2.0 is deprecated because it is no longer maintained.
5.1.2 6,025 10/29/2014
5.1.1 1,578 10/24/2014
5.1.0 1,818 10/23/2014
5.0.2 1,608 10/7/2014
5.0.1 1,857 10/3/2014
5.0.0 2,193 9/20/2014
5.0.0-beta1 1,396 9/9/2014
5.0.0-alpha2 1,620 9/3/2014
5.0.0-alpha1 1,219 9/3/2014

* Upgrade to Simplify.DI 1.0.4
+ Possibility to use enum type properties in view models
+ Possibility to use 'IList<T>' types in view models
+ Possibility to use 'Required' attribute for 'IList<T>' properties in view models
+ Possibility to use 'long' type properties in view models
+ 'BindProperty' attribute for view models properties
+ 'Exclude' attribute for view models properties
+ 'IgnoreTypesRegistration' to exclude controller or views from automatic DI container registration
* app.UseAcspNet(); exceptions catch by AcspNetOwinMiddleware.OnException
* Model binding multiple property values bug fixed