Project DescriptionLinqExtender is a toolkit for building custom LINQ providers. It provides an abstracted layer over the original IQyeryable and IQueryProvider implementation and provides a simplified syntax tree.
Getting StartedDownload the DevelopmentPack.zip to get going for building custom providers. Dont forget to take a look at the readme.txt.
Development Pack-contains
- VSI installer that will create an extender startup project.
- LinqExtender.dll , if you want to do things on your own.
- Example custom provider, which is OpenLinqToSql ORM that works with Sql server.
Note: visual studio project template is installed under documents/Visual Studio 2008/Templates/ProjectTemplates folder.
Please check out the gettting started documentation under release page.To get more idea about LINQ providers, you can also check my blog at
http://weblogs.asp.net/mehfuzh, where i tried to make couple of posts regarding LINQ providers.