About
I'm a .Net developer currently working in the North East of England. I love coding, gaming and motorsports!

-
Recent
Tags
.net .net4 .net 4.0 action filter ajax asp.net c# caching colorbox configuration css dependency injection electronics events extension formatting HD44780 imaging instanceof javascript jquery jquery-ui links linq linqtolfsworld live for speed memorycache mvc ninject nuget objectcache patterns plugins razor script# services sql syntaxhighlighter system.dll techdays tutorial visual studio wcf web.config wordpressArchives
- May 2012 (1)
- February 2012 (1)
- November 2011 (1)
- August 2011 (1)
- June 2011 (3)
- May 2011 (2)
- March 2011 (1)
- February 2011 (3)
- January 2011 (1)
- November 2010 (3)
- October 2010 (1)
- September 2010 (2)
- August 2010 (3)
- June 2010 (2)
- March 2009 (1)
- December 2008 (1)
- July 2008 (1)
- June 2008 (4)
- April 2008 (1)
- March 2008 (1)
- July 2007 (1)
Blogroll
Tag Archives: .net
Asp.Net Bundling, minification and convention
The new “bundling” support in Asp.Net MVC 4 looks massively appealing to .Net web developers – finally, an integrated way to dynamically package up multiple Javascript/CSS files into [..]
ScriptSharp: Taking care of ‘this’
Making sure ‘this’ points to exactly what you think it does in Javascript is one of the challenges that a new programmer to the language has to overcome. [..]
.Net Image Processor v1.2 released!
I’ve just put another release out for .Net Image Processor, my image processing and resizing code library for .Net and GDI, which includes a number of new filters, [..]
.Net Image Processing library now available
This is a pet project which I’ve had around for a while now, which started off as a simple wrapper for GDI+ which allows you to create thumbnails [..]
Problems with ResourceManager and neutral culture in Asp.Net MVC
I’ve been struggling with this for a couple of hours now and found a solution that I would like to share. The problem is this: I added a [..]
Adding a new Jquery UI theme to the default Asp.Net MVC 3 Project
The default project template for Asp.Net is pretty functional out of the box, but an interesting feature is that new templates install jQuery and jQuery UI out of [..]
AjaxOnly actions and controllers in Asp.Net MVC
Currently as part of my work I find myself doing a lot of client-side work (using the excellent ScriptSharp I might add) and this does involve a lot [..]
Dependency Injection: A Beginner’s Guide
This article intends to outline the concept of Dependency Injection and its uses within a software engineering project. From Wikipedia.org: “it is a design pattern that separates behaviour [..]
Redirecting to an action with an anchor with Asp.Net MVC
There are those times when you want to redirect to a route from inside your Asp.Net MVC controller and tag an anchor name (#myanchor) on the end, whilst [..]
Data Caching with .Net 4.0 and Asp.Net MVC – part 3
Welcome to part 3 of this short data caching series. In the previous parts we had a look at how we can employ smart in-memory data caching to [..]