Tools

Tools to automate small, annoying tasks.

🔧 Azure appsettings.json Converter

This converter transforms the JSON appsetting from the Azure portal to JSON that can be copied into an appsettings.json of a ASP.NET project. This tool runs offline in your browser. Nothing is being uploaded to any server. I intentionally embedded the JS code into the...

🔧 Connection String Converter

This simple offline tool helps you convert a single line database connection string to the readable list of connection settings that are often required by UI connection dialogs. This tool runs offline in your browser. Nothing is being uploaded to any server. I intentionally embedded...

🔧 Azure AppSettings to Web.config Converter

This converter transforms the JSON appsetting from the Azure portal to XML that can be copied into an App.config of a C# project. This tool runs offline in your browser. Nothing is being uploaded to any server. I intentionally embedded the JS code into the...