Most voted "application-service" questions
6 questions
Sort by count of
-
5
votes1
answer765
viewsWhat is the difference between Web Service and Application Service?
Searching on the Web Service, I asked on a topic on the subject, as link below: Question: What is a Web Service? However, a question was raised about the distinction of Web Service and Application…
-
2
votes0
answers288
viewsCan DDD Application Service call another Application Service?
Not if someone has ever been through this situation, I have application service that performs inventory outputs (Stoqueservice) directly and have an application service that performs sales receipt…
-
2
votes1
answer2797
viewsWhat is the difference between Service and Application Software?
I’ve always wondered about the difference between terms serviço and software de aplicação. Both have similar meanings, but what’s the big difference in themselves? Below are some definitions of the…
-
0
votes1
answer256
viewsService Application Delphi
How to mount a function within the service application calling a .exe? I’ve tried everything winExec, Shellexecute, up to creatProcess but it’s not working, someone has knowledge in the area to help…
-
0
votes1
answer30
viewsWhat kind of data in an Application Service with 3 different tables?
I have an Application Service in ASP.NET Core that will fetch the database data from a table "Employees" that are number, name, departmentname and cityname... the last two fields I mentioned are…
-
0
votes1
answer224
viewsDelphi Service Application: How to install the service by passing parameters that will be read via code when running?
I created a simple service application by Delphi. I need that at the time of installing the service in windows, I pass some parameters that will be read and used at the time the service starts:…