Mark Tabor

Mark Tabor

  • 564
  • 2k
  • 448.9k

How to create a service like web api which contineously runs

Sep 27 2023 10:00 AM

I want to create a web api which will accept one parameters like SocialSecurityNumber and it will check a database if it exists then it will push record into a new table if it did not exists in that table then it will pop it out from that table and this service need to be run everything like a cron job with no specific time , What is the best way to achieve this using .NET MVC.


Answers (6)