Category Archives: Articles

Script#: 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. [..]

Articles , , , ,

UK Techdays 2011 in London

I was able to get along to the UK Techdays event this year in Fulham (it’s a free event – if you can make the time, it’s worth [..]

Articles ,

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 [..]

Articles , , , , , , ,

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 [..]

Articles , , , , , , ,

Asp.Net and Colorbox: Creating a ‘delete’ confirmation dialog

This article was inspired by a friend of mine who wanted to implement a delete confirmation dialog in his website, and I thought it might be a useful [..]

Articles , , , ,

Machine-specific Asp.Net configuration settings

One of the first things we noticed when we began to use version control to manage our source code is that configuration settings across multiple machines became unmanageable. [..]

Articles , , , ,

Data Caching with .Net 4.0 and Asp.Net MVC – part 2

This is the second article in a series about using the .Net 4.0 Caching objects in Asp.Net MVC – catch up first with part 1 of the series, [..]

Articles , , , , , ,

Data Caching with .Net 4.0 and Asp.Net MVC – part 1

Learn how to implement data caching using .Net4′s new ObjectCache, in an Asp.Net MVC environment. Read more »

Articles , , , , , ,

Creating self-hosted WCF Data Services

This question came up the other night at the June NEBytes meeting after a presentation by Iain Angus (Black Marble) on WCF Data Services – can you host [..]

Articles , , ,

New WCF Article on Codeproject.com

Finally I found I had something to write about; an article on creating a remote file store using WCF, and it’s hosted right now over at CodeProject.com. It [..]

Articles , , ,