September 21, 2011
In this post I explain why I used Dapper-Dot-Net for fabrik and why it is important to consider forward facing and administration parts of a web application as two different things.
September 20, 2011
As I continue to try and get my head around the CQRS architectural pattern I will be using this post to bookmark links and resources I’ve found useful.
September 18, 2011
After watching a BUILD video on the new version of WebMatrix I realized that I had never even built a web pages application. Time to give it a go.
September 10, 2011
Version 4 of the .NET framework introduced new caching features as part of the System.Runtime.Caching namespace. This post explains how to use the CacheEntryChangeMonitor to better handle cache dependencies.
September 4, 2011
With asp.net mvc we were finally able to embrace HTML. Whilst “html” helpers can be great, they can also be abused. So how do you find the balance of abstraction?