For example, I have such model:
public class Blog { public int BlogId { get; set; } public string Url { get; set; } public BlogImage BlogImage {
Here is a new way to work with SQL views in EF Core: Query Types.