Let me preface this by saying that I'm pretty green to C# and .NET development in general. That being said, I'd like to schedule a console application to run some code once every 24 hours.
I'm open to any form of implementation, including timers, schedulers, or even a separate application that would call my console application, as long as it involves C#.
I know it's an open-ended question, so I appreciate anyone taking the time to point me in an arbitrarily right direction.