AutoController 1.0.5

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

// Install AutoController as a Cake Tool
#tool nuget:?package=AutoController&version=1.0.5

Automaticly create REST API endpoints from your Entity Framework Core database context. CRUD actions becomes more easy!

Supported features:

Pagination by default
Sorting results
Interacting type can be JSON or XML
Flexible and adjustable request/response schema
Filtering results
Authentificated Access and Permitions Control
Execute some Actions before save/delete

Execute some Actions before DbContext SaveChanges/SaveChangesAsync

Routers and handlers for paths will be created:

"/Your Entity/Index" GET
"/Your Entity/Count" GET
"/Your Entity/Save" POST
"/Your Entity/Update" PUT
"/Your Entity/Delete" DELETE

Interacting type can be JSON or XML.

Database supported:

SQLLite SQLServer PostgreSQL

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
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.9 541 10/26/2023
1.0.8 460 10/26/2023
1.0.6 870 12/20/2021
1.0.5 1,053 10/12/2020
1.0.4 1,032 8/20/2020
1.0.3 1,069 8/6/2020
1.0.2 1,096 8/2/2020
1.0.1 1,027 8/1/2020
1.0.0-alpha-2 871 7/31/2020
1.0.0-alpha 894 7/30/2020