Imagine that we have an entity handled by Entity Framework which we want to transform into some kind of DTO. To be precise, let’s have the following entity: Matching DTO looks like this: I omitted all attributes required for EF to avoid noise in the code. We also have the following mapping from entity do … Continue reading Generate EF includes from lambda mapping