March 21, 2025

Entity framework core 8.0 value object mapping

entity.ComplexProperty(e => e.Address);

And that is all.

March 17, 2025

Code improvements checklist

 - Use extension method chaining instead of wrapped method calls or constructor calls