Skip to content

Instantly share code, notes, and snippets.

using System;
/// <summary>
/// The exception is thrown when the requested aggregate is not found by the <see cref="IEventStore"/> implementation.
/// </summary>
public class AggregateNotFoundException : Exception
{
/// <summary>
/// Initializes a new instance of the <see cref="AggregateNotFoundException"/> class.
/// </summary>
@BradKnowles
BradKnowles / keybase.md
Created May 23, 2017 03:10
Keybase Proof

Keybase proof

I hereby claim:

  • I am bradknowles on github.
  • I am bradknowles (https://keybase.io/bradknowles) on keybase.
  • I have a public key ASAtq30R1jqFb5YsLA7t569TAYbTQXoeSY47yfAOB5CqpQo

To claim this, I am signing this object:

@BradKnowles
BradKnowles / ContextCmder-Disable.reg
Created August 2, 2016 14:31 — forked from jojobyte/ContextCmder-Disable.reg
Cmder Context (Right-Click) Menu for Windows 7/8
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder]
[-HKEY_CLASSES_ROOT\Directory\shell\Cmder]
@BradKnowles
BradKnowles / GitHubPagesJekyll.md
Last active February 6, 2016 16:56
Setting up Ruby, GitHub Pages and Jekyll
@BradKnowles
BradKnowles / RemoveMetroApps.md
Last active November 8, 2017 14:02
Instructions on removing apps from Windows 8 / Windows 10

List all packages

Get-AppxPackage | Select Name, PackageFullName

To remove apps from your current user.

  1. Open PowerShell (DO NOT open as Administrator)
  2. Run this command