Hi
Cna anyone tell me? Which assembly represents the Core Linq API?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Aug 5, 2011, 4:38 AM
Check out the assembly for the Enumerable, ParallelEnumerable and Queryable classes starting from this MSDN link (http://msdn.microsoft.com/en-us/library/system.linq.enumerable.aspx).
There might have been a System.Query.dll when LINQ was being previewed but I can't find any trace of it now.
Jiteendra SampathiraoPosted Aug 5, 2011, 1:17 AM
System.Query.dll assembly represents the Core Linq API.