Tag Archives: patterns

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 , , , , , , ,

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 , , , ,

Simple Object Conversion Pattern

Here’s a quick conversion pattern you can use if you’ve got a lot of object conversion going on within your project, especially where databases and web services are [..]

Articles ,