{chadDev}
Deploying Node.js to Azure using Visual Studio Code
Deploying a Node.js app to Azure is a breeze with Visual Studio Code.
Reverse Engineering your Database into your ASP.NET Core Project
How do I get my database schema into my code?
Delete MD5 Hash from Azure Storage Blob using Azure CLI
Should you search first or read the docs first?
There's more than one way to...remove a file extension
What's the 'best' way to remove a file extension from a file path string?
LINQ's OrderBy Distinct Gotcha
LINQ OrderBy and then Distinct won't give you the results you are expecting.
ASP.NET Core Logger messages matter
A look at how different types of messages are logged in ASP.NET Core Logger.
Hide and seek with Az Blob Last Accessed Time
How do you find an Azure Blob's last accessed time? Read on...
A brief intro to Azure Storage Lifecycle Management
Stuffing everything in Hot Blob Storage? Save money by implementing Lifecycle Management on your storage accounts.
Documenting ASP.NET Core APIs with Swagger
Swagger does a great job documenting your ASP.NET Core APIs with Swagger. Make it better.