hopla / linq-samples

LINQ Best Practices and Samples from various talks and courses I've given

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LINQ Samples

This repo contains the demos from several talks and presentations on LINQ by Mark Heath

More Effective LINQ

These are the demos from Mark Heath's "More Effective LINQ" Pluralsight course.

Note: Many of the demos for this course are LINQPad scripts.

The easiest way to use them is to install LINQPad (available at LINQPad.net), and then you can double-click the .linq files to load them. Please note that for any .linq scripts that use NuGet packages you will need a paid version of LINQPad to actually tun them.

However, you don't actually need to use LINQPad. You can simply open these .linq files in any text editor (such as notepad) and you will see the C# code snippets shown in the videos, with some information at the top of the file about what type of LINQPad query it is, and any NuGet packages or namespaces that were referenced.

Advent of Code 2015

Video solutions in both C# using LINQ (and MoreLINQ) and F# for all the Advent of Code daily challenges are available at http://tinyurl.com/aoclinq

MoreLINQ Demos

Demos accompanying a series of YouTube videos I made demonstrating the capabilities of the MoreLINQ library

HyperLINQ

Demos and slides from a talk I gave at Techorama Netherlands 2018.

LINQ Tips and Tricks

Demos from a Pluralsight "Meet the Author" meetup in 2016.

LINQ Challenges

More LINQ Challenges (and solutions) can be found on my blog: https://markheath.net/category/linq-challenge

About

LINQ Best Practices and Samples from various talks and courses I've given


Languages

Language:C# 100.0%