Entity Framework Core: Querying views, but manipulating tables
I had a use case for EF Core, where I wanted to use Entity Framework Core to query a database view while supporting updating the database through its classic add/update/delete methods.