@manhng

Welcome to my blog!

Scheduled Tasks In ASP.NET

January 9, 2019 09:55

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

https://www.c-sharpcorner.com/article/run-background-task-using-hostingenvironment-queuebackgroundworkitem-net-framew/

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

https://blog.jcorioland.io/archives/2014/05/13/run-background-tasks-in-aspnet-applications-with-dotnet-framework-452.html

How to run Background process in ASP.NET web Application

https://stackoverflow.com/questions/16601815/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

https://tedu.com.vn/lap-trinh-aspnet/tu-dong-thuc-thi-tac-vu-theo-lich-trong-aspnet-voi-quartznet-87.html

How to send mail at a certain time from asp.net web application

https://stackoverflow.com/questions/14433795/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#?

http://www.dotnetfunda.com/articles/show/931/how-to-send-mail-automatically-for-every-five-minutes-using-csharp

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

Categories

Recent posts