Activities of "maliming"

abp\account\src\Volo.Abp.Account.Pro.Public.Web\Pages\Account\Login.cshtml.cs

account/login

this belongs to the Account pro module.

Actually one of the module has 2 dbcontext 1 MSSQL EF and 1 NoSQL mongodb, in that case the correct target we thnik could be 2 microservice 1 with EF and 1 with Mongo that can be orchastrated via RabbitMq(async) or ApiClient (sync). Is it correct?

Yes, You can't use ef and mongodb in one project at same time.

hi

You can try this without abp first. add it to abp when it success.

hi

https://docs.abp.io/en/abp/5.1/Connection-Strings#abpdbconnectionoptions

You can use GetDbSetAsync

public async Task<List<PracticeICD10>> GetPracticeICD10sByPracticeAsync(int practiceId)
{
    return await (await GetDbSetAsync()).ToListAsync();
} 

hi

You can choose to upgrade to the latest or copy the latest 2fa code of account and identity to your project.

hi

You just need to add this module to the web module.

[DependsOn(
    typeof(ChatSignalRModule)
)]

hi

Please share via attached, Thanks.

hi

Can you explain in more detail?

Showing 9411 to 9420 of 11529 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.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.