difference between classic window service and .net core hosted service ,which one to prefer

Viewed 198

I have a requirement of reading the data from a table to reprocess the rows for a specified interval of time. which one should i use either classic windows service or .net core hosted service. please guide me on best approach.

1 Answers
Related