logoalt Hacker News

neonsunsetyesterday at 1:05 AM0 repliesview on HN

> EF works great until you need different views of the model

You can easily project or use views with SQL then projected onto objects. It's very convenient with `.FromSql`:

https://learn.microsoft.com/en-us/ef/core/querying/sql-queri...