AutoCrudAdmin 1.1.10

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

AutoGridAdmin - Write the code that must be actually written

AutoGridAdmin is an extensible admin panel with automatic CRUD operations. All CRUD operations on DbContext entities are handled automatically for you, including:

  • Validation
  • Visualization
  • Relationships

The following is supported out-of-the-box:

  1. Grid pages with filtering/sorting for all entities declared in DbContext
    • Custom data columns can be added
    • Custom action columns ca be added
  2. Create/Edit/Delete pages by primary key for all entities in the database
    • With related entities as dropdown lists
    • With enumerations as dropdown lists
  3. Enforces authentication
    • Disabled by default
    • Added easily with a simple config

How to use AutoCrudAdmin?

  1. Install it from https://www.nuget.org/packages/AutoCrudAdmin/
  2. Add services.UseAutoCrudAdmin() in ConfigureServices
  3. Add app.AddGenericDotNetCorAdmin() in Configure
  4. Run the project
  5. Navigate to {APPLICATION_URL}/{ENTITY_NAME_IN_PLURAL}
  6. You get:

AutoCrudAdmin Grid

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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.1.30 1,647 12/7/2023
1.1.29 333 11/10/2023
1.1.28 176 10/31/2023
1.1.27 160 10/23/2023
1.1.26 754 7/6/2023
1.1.25 213 7/3/2023
1.1.24 249 6/14/2023
1.1.23 202 6/7/2023
1.1.22 254 6/6/2023
1.1.21 222 5/29/2023
1.1.20 217 5/26/2023
1.1.19 583 12/20/2022
1.1.18 682 9/14/2022
1.1.17 600 9/14/2022
1.1.16 731 3/7/2022
1.1.15 645 2/23/2022
1.1.14 654 2/14/2022
1.1.13 684 2/14/2022
1.1.12 1,632 11/26/2021
1.1.11 436 11/23/2021
1.1.10 436 11/23/2021
1.1.9 464 11/17/2021
1.1.8 499 11/12/2021
1.1.7 515 11/8/2021
1.1.6 549 11/5/2021
1.1.5 549 11/5/2021
1.1.4 504 11/5/2021
1.1.3 501 11/5/2021
1.1.2 509 11/5/2021
1.1.1 523 11/5/2021
1.1.0 517 11/1/2021
1.0.1 491 11/1/2021
1.0.0 514 11/1/2021