Redirect HTTP To HTTPS
.NET Core

Sometimes we need our own custom configuration setup to force the redirect request from HTTP to HTTPS. normally we need when someone tries to access our URL from a non-secure platform (HTTP) and we don’t want to access them and redirect on the secure layer (HTTPS).

Using Quartz Scheduler In ASP.NET Core
.NET Core

Here, we will learn about using a Quartz scheduler in ASP.NET Core. The scheduler is very useful for running tasks in the background. For example, we have to write in a file every 5 min, so the simplest method will be to create a schedule to write in a file. so that it can be called at every 5 min.

Subscribe

Select Categories