
How I Implemented Row-Level Security in EF Core
When building a multi-tenant application, one of the first questions that comes up is simple: how do we make sure one customer cannot see another customer’s data? At application level, the obvious solution is adding a filter: This works, but…





