Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<title>Recept pasta</title>
<meta charset="utf-8">
</head>
<body>
<h1>Pasta met romige scampi's en kastanjechampignons</h1>
@danpadmore
danpadmore / linq-all-gotcha.cs
Created February 27, 2018 12:02
Will the manager be alerted?
using System;
using System.Collections.Generic;
using System.Linq;
class Review
{
public int Score { get; set; }
}
class Program