Entity Framework Core - Access Views
Mapping a database View in Entity Framework Core is a powerful pattern for reading complex data projections without cluttering your C# code with massive LINQ queries.
In modern EF Core (versions 5 through 9), Views are treated as Keyless Entity Types...
eform.hashnode.dev5 min read