EasyData icon indicating copy to clipboard operation
EasyData copied to clipboard

Adaptive CRUD for ASP.NET Core. With EasyData you can get both API endpoints and client-side UI for all CRUD operations in a matter of minutes using just your DbContext and a few lines of code.

Results 43 EasyData issues
Sort by recently updated
recently updated
newest added

If we have many pages, e.g. 10 and we edit the 8th page, each edition goes back to the first. Unfortunately, with more data editing, you still have to go...

Minimal APIs have significant improvements and this is better approach that middleware with Regex matching. Obviously it will force us to drop support of .NET less than 6

enhancement
area:dotnet-part
refactor

We need to add logging on all levels with possibility to configure it

enhancement
area:dotnet-part

We have to set up sonar for the .NET part of the library to improve code quality Also, add a rule to enforce adding `ConfigureAwait(false)` to prevent possible bugs with...

area:dotnet-part
pipeline

https://docs.microsoft.com/en-us/aspnet/core/razor-pages/ui-class?view=aspnetcore-6.0&tabs=visual-studio#consume-content-from-a-referenced-rcl-1 In the microsoft documentation it is mentioned that you can publish files together with a package. This is convenient, in the case of an update, it is enough to...

enhancement
area:dotnet-part
pipeline

We have to refactor exporters with the base class to remove code-duplication and prevent in such cases duplication of errors

area:dotnet-part
refactor

Hey! I want to propose a bulk delete feature that allows you to delete multiple records by clicking one button. UI changes: ![image](https://user-images.githubusercontent.com/81791194/158204841-ae11389e-5c8a-4131-b270-0de026f3222f.png) ![image](https://user-images.githubusercontent.com/81791194/158204970-73cac71a-374f-4e55-aef4-6e1b2e156d45.png)

It would be good to add a possibility to render BLOB fields (byte[]) as images in the data grid. We will probably need a special attribute (and a Fluent API...

enhancement
area:js-part