A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
What do you mean by background?
You can write a service that always runs, even if no user is logged in.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I written a console application to get latitude, longitude from the device convert to address and store in DB.
I scheduled as task but this is launching the exe I want the exe to run in background please suggest how the source code is here.
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Answer accepted by question author
What do you mean by background?
You can write a service that always runs, even if no user is logged in.
I scheduled the task to stop after 1 minute it is still running even after 5 minutes , how to stop the task after 1 minute.