Scrapbook of a different class

Recent Posts

Apr 29 2013

Brainfuck Interpreter

Tinkering with F# to make a Brainfuck Interpreter

Dec 11 2012

Holiday Calculator

A simple configurable system to determine holiday days

Dec 1 2012

XML deserialization from App.Config

The simpler way to create custom app.config sections

app.configXML Deserialization
Oct 13 2012

Large Web Uploads

Allow your ASP.NET app to accept large file uploads without being blocked by IIS or wasting memory

asp.netmultipart parser
Aug 26 2012

The Multipart Part Parser

Parse multipart/form-data messages as they are streamed in

multipart/form-data
Mar 15 2012

Member Override

A little play with expressions to temporarily override a value over a specific scope

Jan 13 2012

Minify and Bundling Web Resources

The new MVC way of minifying javascript and css and how to bundle them together in a single file

Dec 14 2011

Curiously Repeating Template Pattern in C#

Through a bizarre setup of generics we can create fantastical yet sinister set of classes

Dec 11 2011

LRU Cache

A simple LRU Cache implementation

Nov 27 2011

String to Object Parsing

We have a string and we want to parse it as an object, what to do?

Nov 20 2011

Dynamic Proxy

Creation of a dynamic proxy and a config file reading example

Nov 15 2011

MVC Controller Dependency Injection

Injecting parameters into controller constructors