5 ms·
I wish EF Core had first-class support for raw SQL, like Dapper.
by glub103011 2mo ago
I wish EF Core had first-class support for raw SQL, like Dapper.
- CodesInChaos 2mo agoIt has `context.Database.SqlQuery` and `ExecuteSql`.
- mexicocitinluez 2mo agoIt does as of EF Core 8 or 9. One of the challenges for their team I'm assuming is making sure the release notes also get copied to the actual documentation. This was one case where I thought the same thing and only until reading the release notes realized it was already a feature.