dotnet / dotnet/aspnetcore

Add built-in asp.net core admin panel like django-admin

Open
#57,385 5 comments 5 reactions 0 assignees View on GitHub
area-mvc
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

### Is there an existing issue for this?

- [X] I have searched the existing issues

### Is your feature request related to a problem? Please describe the problem.

Hi there,
There is a very annoying problem in ASP .net core which is creating a panel admin for each project from scratch half of the project efforts are dedicated to managing the entities.
This gets worse especially when I have a custom model and I have to spend a lot of time creating controllers and views for binding and creating my custom model (some models that have a nested list of models inside or have multimedia) are so hard to manage. ( however, there is a coreadmin third-party package but it's not useful at all!)

### Describe the solution you'd like

I think it's not hard for dotnet team to implement a built-in admin panel for asp.core for managing all entities, users, roles and everything else is needed to be created, modified or deleted.
As I know django and laravel have a very powerful admin panel which I have actually used django-admin and it was so useful
so I wanted to suggest the dotnet team to add this feature.
Thanks

### Additional context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.