Ratnakar Patil

Ratnakar Patil

  • 998
  • 644
  • 1.5k

how to create windows service using crud operations in c# as

Feb 7 2020 4:01 AM
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.

Answers (1)