EF Core projections and calculated properties
27 Mar 2020
ef core sqlHow to simplify complex db queries and reuse domain logic in generated sql queries.
https://daveaglick.com/posts/computed-properties-and-entity-framework
https://github.com/hazzik/DelegateDecompiler
https://benjii.me/2018/01/expression-projection-magic-entity-framework-core/
https://lostechies.com/jimmybogard/2014/05/07/projecting-computed-properties-with-linq-and-automapper/
https://jimmybogard.com/automapper-linq-support-deep-dive/
Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.