Skip to content

Instantly share code, notes, and snippets.

@Simon-Campbell
Simon-Campbell / LinqProjectionsTest.cs
Last active May 10, 2016 08:04
Simple C# console showing what happens when using LINQ Select
using System;
using System.Collections.Generic;
using System.Linq;
namespace LinqProjectionsTest
{
class Program
{
static void Main(string[] args)
{