iqtoolkit icon indicating copy to clipboard operation
iqtoolkit copied to clipboard

Add Links to the "Building a LINQ IQueryable Provider" series of posts

Open MattMinke opened this issue 6 years ago • 3 comments

I remember reading these post a long time ago and I found them to be beneficial for understanding the inner workings of this project. I think it would be nice to have this content either copied to GitHub, or linked to from this repository. I would lean toward centralizing the content on GitHub but that's just my preference.

https://blogs.msdn.microsoft.com/mattwar/2008/11/18/linq-building-an-iqueryable-provider-series/ Part I - Reusable IQueryable base classes Part II - Where and reusable Expression tree visitor Part III - Local variable references Part IV - Select Part V - Improved Column binding Part VI - Nested queries Part VII - Join and SelectMany Part VIII - OrderBy Part IX - Removing redundant subqueries Part X – GroupBy and Aggregates Part XI - More of everything Part XII - Relationships and the IQ Toolkit Part XIII - Updates and Batch Processing Part XIV - Mapping and Providers Part XV - Transactions, Sessions and Factories Part XVI - Performance and Caching Part XVII - Automatic Caching and Loading Policies

MattMinke avatar May 31 '18 17:05 MattMinke