AutoCrudAdmin 1.1.20
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AutoCrudAdmin --version 1.1.20
NuGet\Install-Package AutoCrudAdmin -Version 1.1.20
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.20" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoCrudAdmin --version 1.1.20
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AutoCrudAdmin, 1.1.20"
#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 AutoCrudAdmin as a Cake Addin #addin nuget:?package=AutoCrudAdmin&version=1.1.20 // Install AutoCrudAdmin as a Cake Tool #tool nuget:?package=AutoCrudAdmin&version=1.1.20
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AutoCrudAdmin - Write the code that must be actually written
AutoCrudAdmin 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:
- Grid pages with filtering/sorting for all entities declared in DbContext
- Custom data columns can be added
- Custom action columns ca be added
- Create/Edit/Delete pages by primary key for all entities in the database
- With related entities as dropdown lists
- With enumerations as dropdown lists
- Enforces authentication
- Disabled by default
- Added easily with a simple config
How to use AutoCrudAdmin?
- Install it from https://www.nuget.org/packages/AutoCrudAdmin/
- Add
services.UseAutoCrudAdmin()
inConfigureServices
- Add
app.AddGenericDotNetCorAdmin()
inConfigure
- Run the project
- Navigate to
{APPLICATION_URL}/{ENTITY_NAME_IN_PLURAL}
- You get:
Product | Versions 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.
-
net6.0
- Microsoft.EntityFrameworkCore (>= 6.0.0)
- NonFactors.Grid.Core.Mvc6 (>= 6.2.4)
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,628 | 12/7/2023 |
1.1.29 | 326 | 11/10/2023 |
1.1.28 | 171 | 10/31/2023 |
1.1.27 | 155 | 10/23/2023 |
1.1.26 | 742 | 7/6/2023 |
1.1.25 | 202 | 7/3/2023 |
1.1.24 | 232 | 6/14/2023 |
1.1.23 | 184 | 6/7/2023 |
1.1.22 | 236 | 6/6/2023 |
1.1.21 | 206 | 5/29/2023 |
1.1.20 | 200 | 5/26/2023 |
1.1.19 | 561 | 12/20/2022 |
1.1.18 | 659 | 9/14/2022 |
1.1.17 | 577 | 9/14/2022 |
1.1.16 | 700 | 3/7/2022 |
1.1.15 | 614 | 2/23/2022 |
1.1.14 | 621 | 2/14/2022 |
1.1.13 | 651 | 2/14/2022 |
1.1.12 | 1,599 | 11/26/2021 |
1.1.11 | 403 | 11/23/2021 |
1.1.10 | 403 | 11/23/2021 |
1.1.9 | 429 | 11/17/2021 |
1.1.8 | 464 | 11/12/2021 |
1.1.7 | 482 | 11/8/2021 |
1.1.6 | 515 | 11/5/2021 |
1.1.5 | 516 | 11/5/2021 |
1.1.4 | 471 | 11/5/2021 |
1.1.3 | 468 | 11/5/2021 |
1.1.2 | 475 | 11/5/2021 |
1.1.1 | 488 | 11/5/2021 |
1.1.0 | 483 | 11/1/2021 |
1.0.1 | 456 | 11/1/2021 |
1.0.0 | 479 | 11/1/2021 |