question

91418329 avatar image
0 Votes"
91418329 asked SimpleSamples answered

How can i start a Program (With a GUI) when the user logs in. Later a new user logs in and sees the Same GUI still running?

I have to have a GUI that an operator can enter data in to start a test. Once the test is running the GUI displays the status of the test. Most test take several hours. The user can not stay logged in and other users need to be able to log in and see the progress of the test. My first thought was a service but I can't have a GUI in a service. What is the best way to tie the GUI to the Service or at the very least have the service pump data to the GUI?

dotnet-entity-framework
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SimpleSamples avatar image
0 Votes"
SimpleSamples answered

You can use Windows Communication Foundation for your service to communicate with a UI. There are many articles about that. Microsoft however is discontinuing WCF; you can still use it but gRPC is the new technology.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.