News

The solution is to use SQL views, materialized views, or create a new table that contains only the filtered data the user needs.
Peter steals another tip from a reader: Entity Framework isn't just for tables and stored procedures. Leveraging SQL Server views can simplify your code.