Sergiy Korzh
Sergiy Korzh
[EasyData](https://github.com/KorzhCom/EasyData) is an open-source library that helps you implement all basic CRUD operations in your ASP.NET Core + EF Core project in a matter of minutes. With EasyData both API...
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...
It would be good to have a new view component (let's call it AdminView) that will render both the list of entities and the data grid for a selected entity...
It would be great to have a possibility to define validation rules (as a set of delegation functions or callbacks) on the server side. The client-side should properly process any...
After fixing the problem described in #93 there is still a small problem with autofit of the cells when the exported data is saved to the worksheet. As for now,...
When we define a model class like this ``` public class Culture { public string Id { get; set; } public Language Language { get; set; } . . ....
Small demo to test the new dashboard widgets. 1. All work must be performed in the feature/dashboard branch 2. We add a new page to the EasyDataAspNetCoreTest01 project 3. The...
If we set a short date format with a short year part (like `dd/MM/yy`) then that part is not processed correctly and it shows just `yy` in the result date...
Hello Are you going to support MVC 6.0 for both .NET 4.6 and .NET Core?
When we delete a record it's deleted correctly but the list of records is not updated automatically. If we refresh the table manually after that - it works well and...