AutoCrudAdmin 1.1.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoCrudAdmin --version 1.1.12
                    
NuGet\Install-Package AutoCrudAdmin -Version 1.1.12
                    
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.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoCrudAdmin" Version="1.1.12" />
                    
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.12
                    
#r "nuget: AutoCrudAdmin, 1.1.12"
                    
#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.12
                    
Install AutoCrudAdmin as a Cake Addin
#tool nuget:?package=AutoCrudAdmin&version=1.1.12
                    
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. 
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,636 12/7/2023
1.1.29 327 11/10/2023
1.1.28 171 10/31/2023
1.1.27 155 10/23/2023
1.1.26 744 7/6/2023
1.1.25 203 7/3/2023
1.1.24 237 6/14/2023
1.1.23 190 6/7/2023
1.1.22 242 6/6/2023
1.1.21 211 5/29/2023
1.1.20 205 5/26/2023
1.1.19 572 12/20/2022
1.1.18 670 9/14/2022
1.1.17 589 9/14/2022
1.1.16 714 3/7/2022
1.1.15 629 2/23/2022
1.1.14 636 2/14/2022
1.1.13 667 2/14/2022
1.1.12 1,615 11/26/2021
1.1.11 419 11/23/2021
1.1.10 419 11/23/2021
1.1.9 446 11/17/2021
1.1.8 481 11/12/2021
1.1.7 498 11/8/2021
1.1.6 531 11/5/2021
1.1.5 532 11/5/2021
1.1.4 487 11/5/2021
1.1.3 484 11/5/2021
1.1.2 492 11/5/2021
1.1.1 506 11/5/2021
1.1.0 500 11/1/2021
1.0.1 474 11/1/2021
1.0.0 496 11/1/2021