C#中的费用提醒我如何以编程方式设置为

问题描述:

亲爱的先生,

我正在为大学编写程序,因此我想设置一年和六个月后的费用提醒,以便我可以使用.

帮帮我.

Dear Sir,

I am making a program for University so I want to set Fee Reminder after One Year and after Six Month so which could should I use.

Help Me.

据我所知,您正在寻找可以在1年零6个月后发送扩孔器的调度应用程序.
我认为您可以创建一个Windows服务,该服务将注册所有学生并启动一个线程,该线程检查每个学生的时间间隔,并将其余部分作为电子邮件发送.

有关更多信息,您可以在C#中阅读有关Windows服务,电子邮件和观察者模式的信息.
As I understood, you are looking for scheduling application that can send a reaminder after 1 year and six months.
I think you can create a windows service that will register all the students and start a thread which checks for the time interval of every student and sends the remainder as a e-mail.

For more information, you can read about windows service, email and observer pattern in C#.