Scheduled Tasks In ASP.NET (edit)
- Hangfire
- Quartz.Net
- Windows Services
Azure Scheduler
https://docs.microsoft.com/en-us/azure/scheduler/scheduler-intro
Background tasks with hosted services in ASP.NET Core
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services?view=aspnetcore-2.2
Background tasks in ASP.NET Core
https://samueleresca.net/2017/12/background-tasks-in-asp-net-core/
Run Background Task In Web Apps Using QueueBackgroundWorkItem
Background Processes in ASP.NET Web Applications
https://www.c-sharpcorner.com/uploadfile/CMouli/background-processes-in-asp-net-web-applications/
Background Processes in ASP.NET Web Applications
http://www.dotnetfunda.com/articles/show/613/background-processes-in-asp-net-web-applications
Run background tasks in ASP.NET Applications with .NET Framework 4.5.2
How to run Background process in ASP.NET web Application
How to run Background Tasks in ASP.NET
https://www.hanselman.com/blog/HowToRunBackgroundTasksInASPNET.aspx
Scheduled Tasks In ASP.NET With Quartz.Net
https://www.mikesdotnetting.com/article/254/scheduled-tasks-in-asp-net-with-quartz-net
ASP.NET scheduled jobs
https://stackoverflow.com/questions/20259376/asp-net-scheduled-jobs
Tự động thực thi tác vụ theo lịch trong ASP.NET với Quartz.NET
How to send mail at a certain time from asp.net web application
Use Quartz.NET.
Quartz.NET is a full-featured, open source enterprise job scheduling system written in .NET platform that can be used from smallest apps to large scale enterprise systems.
You can use Windows Task Scheduler as well, but you need some specific windows permissions to do that on production server.
Sending Automated Emails asynchronously using a C# Windows Service in conjunction with Database Email records
http://www.intstrings.com/ramivemula/articles/sending-automated-emails-asynchronously-using-a-c-windows-service-in-conjunction-with-database-email-records-part-i/
http://www.intstrings.com/ramivemula/articles/sending-automated-emails-asynchronously-using-a-c-windows-service-in-conjunction-with-database-email-records-part-ii/
Notification Service - A Windows Service in C#
https://code.msdn.microsoft.com/windowsdesktop/Notification-Service-A-adf433b7
Simulate a Windows Service using ASP.NET to run scheduled jobs
https://www.codeproject.com/Articles/12117/Simulate-a-Windows-Service-using-ASP-NET-to-run-sc
How to send mail automatically for every five minutes using C#?
Executing a Stored Procedure using SQLCMD
https://www.sqlservercurry.com/2009/11/executing-stored-procedure-using-sqlcmd.html
Task Scheduler Managed Wrapper
https://archive.codeplex.com/?p=taskscheduler
CodeProject
----------------
codeproject - automatically send emails
https://www.codeproject.com/search.aspx?q=automatically+send+emails&usfc=false&doctypeid=4%3b5
codeproject - /KB/system/WindowsService.aspx
https://www.codeproject.com/script/common/404.aspx?aspxerrorpath=/KB/system/WindowsService.aspx
CodeProject - Omar Al Zabir: 2008 & 2011
-----------------------------------------------------
Fast, Scalable, Streaming AJAX Proxy - continuously deliver data from across domains
https://www.codeproject.com/Articles/25218/Fast-Scalable-Streaming-AJAX-Proxy-continuously-de
Fast ASP.NET Web page loading by downloading multiple JavaScripts after visible content and in batch
https://www.codeproject.com/Articles/25929/Fast-ASP-NET-Web-page-loading-by-downloading-multi
Ten Caching Mistakes that Break your App
https://www.codeproject.com/KB/web-cache/cachingmistakes.aspx?pageflow=FixedWidth