how to create windows service using crud operations in c# as
I want to create windows service which perform CRUD operations using any database such as MS-Sql/MySQL Server for run that service in the background to execute some tasks like Insert, Update and Delete operation on database. I have already created simple Windows Service for Send Mail on particular time interval but right now want to perform CRUD operations using Windows Service. Please help me.