Questions tagged [applicationservice]
4 questions
2
votes
1 answer
How to disable dynamic WebAPI for certain application services
I want to turn off the automatic WebAPI generation service for a specific application service in my ABP project.

Alper Ebicoglu
- 8,884
- 1
- 49
- 55
0
votes
1 answer
DDD - Can an aggregate method with an aggregate parameter block an action based on that aggregate parameter's state?
Imagine two aggregates Product and Order. An Order instance can have multiple Products as order line items and this association is done using an OrderLine class.
Here are the classes:
public class Order {
.
.
Set orderLines;…

Amirhosein Al
- 470
- 6
- 18
0
votes
1 answer
Azure App Service Docker Linux Deployment - Where are my files?
I have a Azure CI pipeline, that deploys .NET Core API to a Linux docker image and pushes it to our Azure Container Registry. The files are deployed to /var/lib/mycompany/app using docker-compose and dockerfile. This is then used as an image for an…

Stuie_M
- 122
- 11
0
votes
1 answer
Can Domain Layer and Application Layer know of application state?
Can Domain Layer and Application Layer be aware of application state? By application state, I mean the state of the an individual app instance.
If I'm making an food delivery for example, and the user logs in to his account and places an order. Now…

Yamin Nather
- 99
- 1
- 6