Please refer to my repo to get more AI resources, wellcome to star it: https://github.com/xinyuwei-david/david-share.git This article if from one of my…
Please refer to my repo to get more AI resources, wellcome to star it: https://github.com/xinyuwei-david/david-share.git This article if from one of my…
The “Runtime Version Error” in Logic Apps often appears unexpectedly. It can happen after a routine update or seemingly out of the blue. Diagnosing this issue […]
In this post, let’s have a look EF.Parameter<T>(T) method that was introduced with EF 9.0. Consider the following simple LINQ query. async Task<List<Employee>> GetEmployees(int employeeId){ return await context.Employees .Where(e => e.Id ==
Managing secrets and credentials securely in cloud environments has always been a challenge. Azure DevOps addresses this with Workload Identity Federation—a game-changing approach to authentication that […]
User:ZyMOS, Public domain, via Wikimedia Commons Note: This is a WIP. I will update once I have contacted Kinde when they return to work. I posted on […]
This was another quick year. In the spirit of tradition, a recap of 2024 follows. Some predictions for 2025 are included. Here goes. ~ Contracting and […]
Cross-Tenant Secure Integration of Azure Resources Based on Logic App Standard and Virtual WAN In today’s interconnected world, enterprise-level systems…