+# Readme - Code Samples for Chapter 13, Language Integrated QueryThis chapter contains the following code samples:* LinqIntro (showing the foundations of LINQ, showing LINQ clauses, and LINQ with extension methods)* EnumerableSample (all the features of LINQ including filtering, grouping, joining, aggregation, lookups, using untyped collections, partitioning, compound from, and more)* ParallelLinqSample (using parallel features including partitioners and cancellation)* ExpressionTreeSample (working with expression trees)To build and run the .NET Core samples, please install:* Visual Studio 2015 Update 2* .NET Core RC2* NuGet Extensions for Visual StudioPlease download and install the tools from [.NET Core downloads](https://www.microsoft.com/net/core#windows). You will find an Visual Studio official MSI installer for .NET Core, and the NuGet Manager extension for Visual Studio. The current version of this sample is built with .NET Core RC2. When RTM is available, the sample code will be updated.For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp6)Thank you!
0 commit comments