MD5 hash checks on Azure Blob Storage files
TLDR: don't use md5sum; use openssl.
TLDR: don't use md5sum; use openssl.
Put a 3 day old fire off on our CI env today and had to blog about it.
Let's say we wanted to run this forever. private static async Task DoTheThing() { await Task.Delay(2000); await Console.Out.
Quick posts on writing scripts using C#
Quite often, all I want to do is check if a single line of code does what I think it does.
Azure EventGrid has first class support for Azure Functions, Azure Logic Apps, and Azure Automation. However, writing your own webhook
Quick blogpost on converting HTML to PDF from an ASP.NET Core application using a Node library by Marc Bachmann
Earlier this month, I happened to be in a technical discussion with a small team wherein I was being briefed
Identity is a simple auth system and a great improvement over Simple Membership. If you're new to it, this exercise
Many systems have started to use biometric authentication: Android, iOS and the Aadhar to name a few. Here's my opinion