Hi,
What is Windows Services in .Net? Plz, explain with example.
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dipal ChoksiPosted Nov 7, 2011, 3:39 PM
you can develop windows services using the .net framework. the above article is an example of how to build a windows service using .net. various examples include a filesystemwatcher service that can monitor files in a folder on the PC, or application specific procedures can be included to run systematically within a windows service.
Javeed M ShaikhPosted Nov 7, 2011, 2:22 PM
please refer to this C# Corner article:
http://www.c-sharpcorner.com/uploadfile/mirfan00/windows-service-in-C-Sharp/