Activities of "liangshiwei"

Do you have code for this demo?

ABP customers can also download the source code of the https://x.leptontheme.com/ from https://abp.io/api/download/samples/leptonx-demo.

https://abp.io/docs/latest/ui-themes/lepton-x/index#source-code

Hi

just

private Author()
{
    /* This constructor is for deserialization / ORM purpose */
}

internal Author(
    string name,
    DateTime birthDate,
    string? shortBio = null)
    : base(0)
{
    SetName(name);
    BirthDate = birthDate;
    ShortBio = shortBio;
}

Hi,

You should be able to publish and run the DB migrator in the CI.

Create multiple environment appsettings files, appsettings.Development.json, appsettings.Production.json etc.

Hi,

you can consider to use Integration Services https://abp.io/docs/latest/framework/api-development/integration-services https://github.com/abpframework/abp/issues/12470

Answer

Hi,

yes, you can use it.

Hi,

ABP uses the database as a cache.

you can simply change the field length

it appears that the IP address is address for the gateway AKS pod.

maybe it's related to Kubernetes pod

https://stackoverflow.com/questions/56845980/how-to-get-client-ip-address-from-inside-a-azure-kubernetes-with-a-clusterip-ser https://github.com/istio/istio/issues/7607 https://stackoverflow.com/questions/68246119/how-do-i-get-client-ip-with-kubernetes

Hi,

Int key value generated by the database. You don't need to care about it.

Hi,

sorry, I didn't receive the email

HI,

You can try removing those records from the database and restarting your application.

By the way, we will release the new patch version today; you can wait for it.

Showing 1481 to 1490 of 6693 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.