Use Expressions with LINQ to Entities
- by EltonStoneman
[Source: http://geekswithblogs.net/EltonStoneman]
Recently I've been putting together a generic approach for paging the response from a WCF service. Paging changes the service signature, so it's not as simple as adding a behavior to an existing service in config, but the complexity of the paging is isolated in a generic base class.
We're using the…