Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Best practices
0 votes
2 replies
67 views

I have been developing for a while and primarily use c# and .NET. But recently, I have seen examples of applications using services to implement Dependency Injection best practice in their ...
1 vote
1 answer
91 views

I am trying to create a simple notification pop-up using the Blazorise.Toast component. I have followed the Blazorise Getting Started instructions, as well as the Blazorise Toast Setup instructions: ...
1 vote
0 answers
56 views

I am writing an app that supposed to work with AppInfo intent for running apps. When you click on a button, floating window should display covering everything underneath it until my app is done with ...
0 votes
0 answers
42 views

In my env, some child processes are started by one systemd service, if there is something wrong with one child process and OOM is triggered by it, all the processes (all the child processes and the ...
0 votes
1 answer
45 views

I have a listener that processes a message from a queue and then sends it to my response queue. It seems to not through any errors, but the second message seem to silently fail because it never goes ...
0 votes
1 answer
77 views

I would like to notify my custom service program after a user logs in and successfully inputs their password. How can I implement this functionality? I have found the following registry configuration: ...
0 votes
0 answers
107 views

Colleagues, I have a client-server application. Within the server, I've created a Windows service that uses an ODBC connection via a DSN. Sometimes when I check the server, I see that the Windows ...
0 votes
1 answer
78 views

I've created a custom classification model in the new Azure Document Intelligence Studio and I have trained it with my relevant documents. I am now trying to access this trained model in my c# service ...
1 vote
1 answer
120 views

When I updated my app’s targetSdk to 35, I noticed an issue on Samsung devices running Android 15: Even if my app is running a foreground service, AudioFocus requests are ignored whenever the app ...
0 votes
1 answer
74 views

I've created a Winforms program that checks values in a plc and write it to a database on an event. This works fine. Then I translate the Winforms app to a service, the reading from the plc works but ...
Pieter's user avatar
  • 21
0 votes
1 answer
147 views

I have a custom-styled WPF application that is launched by a background process, which in turn is started by a Windows Service. The service runs in Session 0, while the background process and WPF app ...
vincent's user avatar
  • 89
0 votes
1 answer
100 views

I have an AccessibilityService that works fine right after requesting the permission. When the user grants Accessibility permission, the service connects and onServiceConnected() is called. At this ...
-1 votes
1 answer
53 views

I have below piece of code which return the array of the input fields: import { MyService } from "my-service"; export const INPUTCONFIG = (myService: MyService) => [ inputsFactory<...
3 votes
3 answers
88 views

I have this simple script in powershell. # Save the non-running services to a variable $nonrunningServices = Get-Service -Name "*sql*" | Where-Object { $_.Status -ne 'Running' } #Check the ...
0 votes
0 answers
29 views

I build an Android application in Kotlin. This application start some service where application is started. Sometimes I receive the following error when I start the application (but this error appair ...
bircastri's user avatar
  • 2,177

15 30 50 per page
1
2 3 4 5
...
1533

AltStyle によって変換されたページ (->オリジナル) /