Activities of "duyenvt"

Our solution are separated to many modules and sometime we need to join or get data from other modules. I'm using Blazor Wasm Module Template from ABP Suite and using EF PostgreSQL. Then will build Modules to Nuget Package and use in Application Template (Separate Authentication Server)

  • For example:

Module A [ Order(OrderID, CustomerID, Total), Tax(TaxID,Desr), ... ] Module B [ Customer(CustomerID, Customer Name), ...]

I am in Module A and I want to retrieve list of Customers from Module B

And in some cases is vice versa, such as I'm in module B and I want to retrieve list of Orders (module A) of a customer in module B.

Could you please give me a sample code or workflow for my case?

Showing 1 to 1 of 1 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 04, 2025, 08:36