I have just started learning asp.net and C#. I need to create a function that runs once a week, every Monday and returns a new entry in my SQL database.
Does anyone have any suggestions for how I should approach this? And are you aware of any ways to have this kind of functionality without a data log table that checks if the function has already been run for that week?