'How to register same event for different times ASP.MVC C#
I'm building an Auction Web App in Asp.Net MVC and I have an auction expiration time for each auction item. It means whenever that time will reach the auction will be ended for that particular item and a flag of Auction Ended will be set in the database for the particular auction item. Now I'm struggling with how I can initialize a timer or background job or something like that for each auction item so whenever the expiration time will reach it will change the item status to Auction Ended immediately in the database. I have worked with Schedulers and Timers in the Winforms but I think it's not a better idea to have a separate scheduler for each auction item. Looking forward to any suggestion and idea. Thanks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
