Recent Posts
Dec 1
2012
XML deserialization from App.Config
The simpler way to create custom app.config sections
Oct 13
2012
Large Web Uploads
Allow your ASP.NET app to accept large file uploads without being blocked by IIS or wasting memory
Aug 26
2012
The Multipart Part Parser
Parse multipart/form-data messages as they are streamed in
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
Nov 27
2011
String to Object Parsing
We have a string and we want to parse it as an object, what to do?
Nov 15
2011
MVC Controller Dependency Injection
Injecting parameters into controller constructors