ApiStackNet 1.0.23

dotnet add package ApiStackNet --version 1.0.23
NuGet\Install-Package ApiStackNet -Version 1.0.23
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="ApiStackNet" Version="1.0.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ApiStackNet --version 1.0.23
#r "nuget: ApiStackNet, 1.0.23"
#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 ApiStackNet as a Cake Addin
#addin nuget:?package=ApiStackNet&version=1.0.23

// Install ApiStackNet as a Cake Tool
#tool nuget:?package=ApiStackNet&version=1.0.23

Awesome api stack framework for asp.net. ApiStackNet is a non-invasive api accellerator. Compared to other frameworks it doesn't exclude the possibility to create vanilla code. It's purpose is to:

- avoid redundand code,
- give a solid stack to all developers,
- keep a clean architecture.

What is included out of the box:

- three level architecture scaffold ( DAL, BLL, API)
- swagger support
- entity framework 6 support (database first or code first)
- service pattern scaffold

With ApiStackNet you can scaffold a rest web service just writing the only part where you bring value. So, you just need to define data model and mapping it to the business model to get all working!

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  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.0.23 945 7/17/2019
1.0.22 775 7/17/2019
1.0.21 800 7/11/2019
1.0.20 818 7/11/2019
1.0.19 790 7/11/2019
1.0.18 823 7/10/2019
1.0.0.30926 944 7/9/2019

First release