dynamic

sql
Development

Building dynamic filters for queries using LINQ to SQL

The main technical issue that we have to solve: how to request filtered data from a Business Service Layer(BSL) that uses WCF. Building dynamic filters for queries was raised as an issue to allow a better filte...