windows background service to stored data in sql server
I have to create a windows background service which will stored data to the sql server database.The service running on background mode and stored the data in database table whenever there is a changes in main source.How to implement a windows background service that will stored data in your database table from other end point(kareo api)