Tools
Utilities I've built or find useful. Small, single-purpose things that save time during development.
Href Path Encoder
Paste a file path or URL with spaces and get the fully encoded, href-safe version, backslashes flipped for the web, with one-click copy.
JSON Workbench
Format, validate, minify, and sort JSON entirely in your browser, then generate C# classes from it with one click. Nothing you paste leaves your machine.
Lorem Ipsum Generator
Placeholder text by the paragraph, sentence, or word, with the classic 'Lorem ipsum dolor' opening optional and one-click copy for dropping into mockups.
SQL Formatter
A T-SQL formatter that formats statements carrying comments instead of skipping them — and hands back exactly what you pasted, with a reason, rather than guessing when it cannot.
SQL Update Script Builder
A visual tool for building parameterized SQL UPDATE statements: manage the SET and WHERE clauses column by column and get a consistent, typo-free script out.
VB6 Resurrector
Drop a classic Visual Basic 6 .frm file and watch the form run in your browser, events and all. Then convert it to a modern Razor view, Bootstrap layout, and C# view model.