C# and ASP.NET timer function that runs sql only once a week
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…