Latest Posts
How to disable the Task Scheduler Service on Windows Server
Disabling the Task Scheduler Service in Windows Server can be a necessary step in certain scenarios, such as when you need to minimize background processes to maximize system resources or …
Coding
View AllASP.NET Core 8 and Angular - Sixth Edition
I'm pleased to announce that ASP.NET Core 8 and Angular, the sixth edition of my ASP.NET Core and Angular book, is now available for purchase in E-Book and Paperback format …
Operating Systems
View AllHow to disable the Task Scheduler Service on Windows Server
Disabling the Task Scheduler Service in Windows Server can be a necessary step in certain scenarios, such as when you need to minimize background processes to maximize system resources or …
Software
View AllAuto-restart ASP.NET Core apps after deployment on Linux using incron
When deploying ASP.NET Core applications on Linux servers, it’s essential to ensure that the application restarts automatically after each deployment, as well as system updates or unexpected crashes: unfortunately, the …