Tools for .NET Developers on Mac
in Dotnet · 8 min read
As a heavy Windows-centric developer, I recently bought a new Macbook Pro (just before the new 16" was launched!). It was my second time using Mac. The first time, I used only Windows through
in Dotnet · 8 min read
As a heavy Windows-centric developer, I recently bought a new Macbook Pro (just before the new 16" was launched!). It was my second time using Mac. The first time, I used only Windows through
in Azure App-service · 3 min read
In my previous post, we used Azure Logic App to backup and restore secrets in Azure Key Vault. Logic App is really easy to achieve the goal with bare minimum codes, or even without codes. On the
in Enterprise Integration · 5 min read
There are always chances to backup and restore an Azure Key Vault instance. At this time of writing, Key Vault doesn't support the bulk back-up of the whole keys/secrets/certificates in an instance,
in Enterprise Integration · 3 min read
In my previous post, we've walked through a Logic App workflow to get the latest item in an array, by combining the Select action and the Filter action. In fact, although this approach is practical,
in Enterprise Integration · 3 min read
Back in the day at one of my previous client engagements, I had a chance to have a quick chat about this: Q: Can we sort an array within a Logic App workflow? A: As the Logic App is a workflow
in Enterprise Integration · 8 min read
Azure Service Bus is one of the messaging services in Azure. According to their SLA, it guarantees 99.9% of uptime, which is approximately equivalent to 43 mins of downtime per month (30 days). If