I have created one class. I can manually execute that class from any controller and its work properly. But now i want to schedule this task automatically and without depending on controller. Is there any functionality in mvc 5 for trigger specific class at fixed time ?
Thank you in advance.