My Linq Postings So Far
I have written some articles on linq, but the ones that i consider a good read are as follows.
- Linq To Sql Execution Plan
- Lambdas in C# 3.0
- SelectMany Operator
- Where Operator
- Distinct Operator
- Select Operator
- Take Operator
- TakeWhile Operator
- Skip Operator
- SkipWhile Operator
- Concat Operator
- SequenceEqual Operator
- Reverse Operator
- Union Operator
- OrderBy Operator
- ThenBy Operator
- OrderByDescending Operator
- ThenByDescending Operator
- DelayLoaded Property
- Group By Multiple Columns in Linq
- Using Linq To Sql with Object DataSource
- Using LinqDataSource for Inserts,Updates and Deletes
- Working With Expression Trees
- Unique Behavior when querying using primary key
- Partial Methods
- Loading Child Entities With Deferred Loading Turned Off
- Order of Where Clause Matters In LINQ TO OBJECTS
- Optimizing Join Queries in Linq To Objects
- Associations in Linq To Sql
- Filtering Linq To Sql using Object Comparison
Hope that helps!