I'm working on a project for my school assignment, and I may have a problem.
I'm creating web portal which is all about reservations and ads. Reservations for a single ad are stored in a row and whenever one of them expires (duration: 5 days), it is supposed to be marked as expired, and the next one from the row is supposed to get sequence number 1, and be marked as active (was pending). I need a solution to get this done :(
Is there a way to make a project besides my .NET project to run in the background and check these things all the time?
Thank you all so much!
If there is any thing I can explain better please do ask.
Language : C# .Net
Database : mySql
Tools : Visual Studio 2012, Workbench, ...