Minify CSS with Azure Devops Pipeline: A Step-by-Step Guide
Posted on 30 March 2023
Learn how to optimize your web project by minifying CSS files in Azure DevOps pipelines using the NPM package clean-css. Follow our step-by-step guide to improve your website's performance.
There is no script engine for file extension ".vbs" or ".vbx": How I solved it !
Posted on 25 January 2022
Fix the Windows issue associating .vbs and .vbx files to Windows Script Host wscript.exe.
Hangfire with MySql & ASP.NET
Posted on 28 June 2021
Setup Hangfire with MySQL in ASP.NET 5 or Core for scheduled and recurring tasks.
Specify the port of an ASP.NET 5 app when launching from Systemctl service
Posted on 27 June 2021
Specify the port that ASP.NET will use on startup using Sysemctl on a Linux host.
Monitor Linux Network Usage on AWS/Azure etc with vnStat
Posted on 20 June 2021
Use vnStat to monitor daily, weekly, month and yearly bandwidth usage on your cloud server. Instructions work on AWS EC2 & Lightsail, Azure etc
Xamarin.Essentials: The Version Tracking Guide
Posted on 28 November 2020
Runtime getting version information from your Xamarin and Xamarin.Forms application. Including guide and app version and first & last start date.
Finding Users In ASP.NET Identity Controllers
Posted on 24 November 2020
The many different ways to find users in ASP.NET Identity
Create & Toggle User Roles In ASP.NET Core Identity
Posted on 23 November 2020
The guide on adding and removing user roles within ASP.NET Core Identity. Learn how to toggle administrator and other roles.
Lock & Unlock User Accounts In ASP.NET Core Identity
Posted on 22 November 2020
Disable and enable user accounts in ASP.NET Core Identity with a simple lock & unlock class.
Reset Passwords in ASP.NET 5 & Core Identity - The Guide
Posted on 21 November 2020
A tutorial on resetting user passwords using ASP.NET 5 & Core. Learn how to use tokens and email password resets.