May 4, 2025

EF Core 10.0: Simplified LeftJoin and RightJoin

In this post, let’s see a nice feature that is already available with EF Core 10.0 Preview. For an example, consider the following DbContext Entities. public record Customer{    public int Id { get; set; }     public string Name { get; set; }} public record&
March 22, 2025

Podcast with Grey Matter

I was recently invited on a podcast with Grey Matter to share my experience, and thoughts from a development perspective. We discussed many topics.  Naturally AI […]