6
Answers

How to create a service like web api which contineously runs

Mark Tabor

Mark Tabor

1y
636
1

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)