Azure Managed Redis announced during Microsoft Ignite 2024 in Public Preview. This is a new, fully-managed, first-party Redis offering in Microsoft Azure. Azure Managed Redis is […]
In my previous article Diagram as Code with PowerShell, I demonstrated how to generate Azure architecture diagrams using Mermaid and PowerShell. This approach allows you to […]
In this week’s episode, we look at recent Microsoft Tech updates. By popular request, we’re expanding the scope beyond just Azure to include Microsoft 365, Power […]
Companies are rapidly migrating workloads from data centers to the cloud, leveraging technologies such as serverless computing, containers, AI, and machine learning to achieve greater Continue […]
Azure Communication Services brings rich communication APIs to all of your apps across any device on any platform, using the same reliable and secure infrastructure that […]
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 ==