Categories
Most Recent Post Each Category
ASP.NET
(1)
LINQ
(1)
PowerShell
(2)
Regular Expressions
(1)
Windows 10 Tips & Tricks
(2)
code.justingengo.com
Code how-tos, and tips and tricks.
ASP.NET
(1)
GZIP Compression in IIS for .NET Websites
09/17/2019
Turning on GZIP compression may be done via your site's web.config file.
LINQ
(1)
See SQL Generated by LINQ
09/26/2019
Visual Studio provides a way to see the SQL statements generated by LINQ queries while debugging:
PowerShell
(2)
Disk Space Report
11/11/2024
This PowerShell script will help you find what is taking up space.
Regular Expressions
(1)
Use a Regular Expression to Remove all Punctuation from a String
09/26/2019
This regular expression will remove all characters other than A-Z, 0-9, and spaces from a string.
Windows 10 Tips & Tricks
(2)
How to Restart when Remoted In via Remote Desktop?
09/12/2019
Many developers I've met have commented that you can't restart a machine that you're remoted into via Remote Desktop.