Categories
Most Recent Post Each Category
ASP.NET
(3)
LINQ
(1)
PowerShell
(2)
Regular Expressions
(1)
Windows 10 Tips & Tricks
(2)
https://code.justingengo.com
ASP.NET
Securing My Admin Login with One-Time PINs
09/14/2025
Learn how I secure my admin login with a one-time, session-scoped PIN emailed on demand, using .NET's cryptographically secure random number generator and a 10-minute expiration.
One Codebase, Many Subwebs: How I Built My Site’s Architecture in .NET MVC
09/14/2025
A look at how I created multiple independent “subwebs” (one for each area of interest) all powered by a single .NET MVC codebase — using a custom routing system tied to the database.
GZIP Compression in IIS for .NET Websites
09/17/2019
Turning on GZIP compression may be done via your site's web.config file.