LinqLite
Home Page
Categories: LINQ
Author: Jason Allor
Library that provides a set of base and helper classes suitable for quickly creating a custom LINQ Provider over a simple data set or web resource.
LinqLite does not support the full set of LINQ syntax. It does not support joins, for example. However, it does support the core set of LINQ expressions that you’re likely to find yourself using 90% of the time for simple queries over a simple data provider. The advantage is that using LinqLite is a less expensive way to expose an IQueryable over your back-end data provider.
 Built for .NET 2 |
 Library |
 Free or free version available |
 Source code provided |