What are windows services? How are they different from other .NET application? Any references or examples are welcome which sight the differences
What are windows services? How are they different from other .NET application? Any references
Share
Windows service is a Windows concept and generally does not really have anything to do with .NET per se other than that these could be written in .NET languages.
The main difference between a service and an ordinary windows app
on design, you can manually stop or start these)
(If you want to show UI from a service, you need to do it via a
separate process) and mostly do not interact directly with users
subsequent failures)
thinking of writing a service, please consider console app +
scheduled task first
windows service vs scheduled task