Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi.
Can anyone help me to know the details about windows service in c#.net.And how to use windows service to communicate with database?
Posted

1 solution

Check this out Walkthrough: Creating a Windows Service Application[^] and Windows Service Applications[^].

Regards the database connection, what kind of database? MS SQL Server, Oracle, MySql etc...
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 25-Jul-11 2:32am    
Good enough to get started, my 5. As to database, the general instruction would be using ADO.NET; nothing specific to Windows Services.
--SA
Kim Togo 25-Jul-11 2:47am    
Thanks, and yes you are right about database connection.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900