Majid Shahabfar
Majid Shahabfar
Fix IdentityUserRole table in BuildIdentityTable method as well as adding some batch files to ease the migration and update in Infrastructure.Persistence project.
dear Mukesh, It would be useful if you add an extra property in ActivityLog class to store the IP address of the authenticated user.
It doesn't work when the razor page handler getting called from $.ajax(...) while Toastify exists in the handler.
As I'm using some additional columns in my log table I wanna know if are you supporting these kinds of column options. If not can you recommend any workaround to...
Adding a reference to Microsoft.EntityFrameworkCore in the Application layer can make it dependent on an external library, which is generally not recommended in Clean Architecture. The goal of Clean Architecture...
I am currently working on a project using the ABP Framework with a Blazor front end, and I’ve encountered a challenge that I’m hoping you might be able to assist...
Translating Results to ActionResults doesn't contain the SuccessMessage. I want to send a message by SuccessMessage in ActionResult return type but this only return the T generic class without SuccessMessage...