Activities of "maliming"

I think the tiered project is not applicable devexpress UI.

hi

this seems asp net core issue

https://github.com/dotnet/aspnetcore/issues/38842

hi

The abp application supports the standard oauth2 protocol (Identity Server or OpenIddict)

You can use odic or other oauth2 flow according to your application. We don't have much advice. If you got an error, You can share it.

hi

it tells me the repository has not been registered.

You are using the Tiered project, You shouldn't reference the DashboardSample.Application.csproj on DashboardSample.Web.

Web doesn't depend on Application so dependency injection won't work.

hi

Did you use the Tiered project? Please check the appsettings.json of web.public

if so, the web.public will get data from api, which means you don't need to enable the multi-tenant feature.

hi

Can you able to debug for a brand new project created by cli?

Answer

Our API.Host is on Azure not on local. I dont know how to get it from there.

The logs file path isLogs\logs.txt

liming.ma@volosoft.com

hi

Do always reference to other aggregate roots by Id. Never add navigation properties to other aggregate roots.

What is the main reason of this suggestion, could you please give more detail?

  1. This rule makes it possible to implement the serializability principle.
  2. It also prevents different aggregates manipulate each other and leaking the business logic of an aggregate to one another.

It's just a recommended practice, but you don't have to follow it exactly.

If our way is wrong, how should we get Order/Lines and Product details on GetWithNavigationPropertiesAsync method.

This requires an additional query (byId).

hi

What is the purpose of using it?

Showing 7271 to 7280 of 10599 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.0.0-preview. Updated on September 05, 2025, 09:28