Activities of "maliming"

hi

They are net core application. you can follow this official Microsoft document

hi

For MVC this is expected.

hi

You can use command of CLI.

abp translate -c <culture> [options]

https://docs.abp.io/en/abp/latest/CLI#translate

when publish to Azure APp Service and Server IIS, the background image auto turn back to the ABP original background.

You can try to add your png files to EmbeddedResource like below:

<ItemGroup>
    <EmbeddedResource Include="Themes\**\*.png" />
    <Content Remove="Themes\**\*.png" />
</ItemGroup>

It's on MyGet. See https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/NuGet.Config

hi

  • Steps to reproduce the issue:

hi

You can try this https://stackoverflow.com/questions/55215216/datatables-row-add-based-on-columns?answertab=active#tab-top

If you still can't solve your problem, you can send me a simple project. liming.ma@volosoft.com

hi

Basically only the authentication code needs to be changed. The identity server itself is an independent service.

https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.HttpApi.Host/MyProjectNameHttpApiHostModule.cs#L98-L107

According to your project you can also UseJwtTokenMiddleware

https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebModule.cs#L226

I think you should initialize a table with columnDefs. Then add new rows .

You can get service via HttpContext.RequestServices

var currentTenant = context.HttpContext.RequestServices.GetRequiredService<ICurrentTenant>();
Showing 11671 to 11680 of 11985 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.2.0-preview. Updated on February 17, 2026, 09:10
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.