Skip to content

Instantly share code, notes, and snippets.

using UnsignedInteger = System.UInt16; // Sorry, I can't unabbreviate it on the RHS
// https://twitter.com/taylonr/status/712277308363542530
namespace FizzBuzz
{
class Program
{
static void Main(System.String[] args)
{
@taylonr
taylonr / gist:2779125
Created May 24, 2012 02:40 — forked from beolson/gist:2778777
Playing around with validation
// make sure to add autofac to the project
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Autofac;
using Autofac.Configuration;
namespace ValidationTest