Hacker News new | ask | show | jobs
by lolive 1637 days ago
Could you please elaborate on this FK sniffing, and which tools are actually implementing that?
1 comments

Ahhh, I know that Entity Framework would do this at one point, IDK if EF Core does or not.

Linq2Db does it via T4 Template generation, so you can play with it more if you want [0]

[0] - https://github.com/linq2db/linq2db/blob/64a0db9a9ed7787ff755...