Posts by Tag

.net

Running Roslyn on a Build Server

less than 1 minute read

If like the majority of people you shy away from installing a full blown copy of Visual Studio on your build server (for whatever reason) but you’d like to u...

Event Sourcing Presentation

less than 1 minute read

I gave a presentation recently on event sourcing. The talk included a demonstration of a system that I had been involved in designing and implementing that m...

Minibus

less than 1 minute read

I have recently been looking at implementing a distributed system to improve performance.

CQRS and when the Penny Dropped

1 minute read

I’ve been working on a project for a while now where the requirement is to provide a more scalable and better performing version of an existing system.

Tackling Code Reviews using Automation

1 minute read

I’m currently undertaking a QA exercise on outsourced code as it gets delivered. In order to increase the productivity of the review process by reducing the ...

File Transfer via Clipboard Text

1 minute read

I have recently been involved in some work that requires me to program on a Remote Desktop (via RDP over an SSL connection) so there is no development softwa...

Catastrophic Failure

less than 1 minute read

Andy Aitken, a guy I work with, evidently abused his copy of Visual Studio 2008 to breaking point and got this message in return. Hats off.

Internal Interfaces

2 minute read

Occasionally there is the need to expose, for the purposes of an API or such like, a property of a class that has different external and internal implementat...

Back to Top ↑

c#

Running Roslyn on a Build Server

less than 1 minute read

If like the majority of people you shy away from installing a full blown copy of Visual Studio on your build server (for whatever reason) but you’d like to u...

CQRS and when the Penny Dropped

1 minute read

I’ve been working on a project for a while now where the requirement is to provide a more scalable and better performing version of an existing system.

Tackling Code Reviews using Automation

1 minute read

I’m currently undertaking a QA exercise on outsourced code as it gets delivered. In order to increase the productivity of the review process by reducing the ...

File Transfer via Clipboard Text

1 minute read

I have recently been involved in some work that requires me to program on a Remote Desktop (via RDP over an SSL connection) so there is no development softwa...

Internal Interfaces

2 minute read

Occasionally there is the need to expose, for the purposes of an API or such like, a property of a class that has different external and internal implementat...

Back to Top ↑

humour

The [IT] Stig?

less than 1 minute read

Andy Aitken in his normal working attire.

Catastrophic Failure

less than 1 minute read

Andy Aitken, a guy I work with, evidently abused his copy of Visual Studio 2008 to breaking point and got this message in return. Hats off.

Hard Drive Weight Increasing?

less than 1 minute read

Possibly the funniest technical question I’ve seen posted on a technical message board. Ever. Worth a look and you’re guaranteed a laugh.

Back to Top ↑

ddd

CQRS Presentation

less than 1 minute read

I recently gave a presentation on Command and Query Responsibility Segregation (CQRS) as a follow-on from my event sourcing talk. This is really an overview ...

Event Sourcing Presentation

less than 1 minute read

I gave a presentation recently on event sourcing. The talk included a demonstration of a system that I had been involved in designing and implementing that m...

CQRS and when the Penny Dropped

1 minute read

I’ve been working on a project for a while now where the requirement is to provide a more scalable and better performing version of an existing system.

Back to Top ↑

website

Welcome to my New Website

1 minute read

For the past 8 or so years I’ve been hosting my own website in various forms on my own hardware located for the most part in a cupboard under the stairs. Tod...

Welcome to my Blog

less than 1 minute read

Having decided it was time to get myself on the blogging bandwagon I started to look for a blogging engine that would suit my needs. I was initally taken by ...

Back to Top ↑

cisco

#500 Firewall Error ##

less than 1 minute read

Occasionally I have received the following error when trying to send emails to other organisation from Exchange 2007:

Telephones and 24 (the TV series)

less than 1 minute read

Having watched 24 (the TV series), I have always wanted a Cisco phone that would ring with the same ringtone as used by CTU. To get the ringtone onto the pho...

Back to Top ↑

cisco ios

#500 Firewall Error ##

less than 1 minute read

Occasionally I have received the following error when trying to send emails to other organisation from Exchange 2007:

Telephones and 24 (the TV series)

less than 1 minute read

Having watched 24 (the TV series), I have always wanted a Cisco phone that would ring with the same ringtone as used by CTU. To get the ringtone onto the pho...

Back to Top ↑

asp.net mvc

Back to Top ↑

sql

Stored Procedures vs. ORM

1 minute read

I was recently asked to give an explanation of my preference toward use of stored procedures vs. an ORM solution which happens to be a question that I have c...

Back to Top ↑

agile

Tackling Code Reviews using Automation

1 minute read

I’m currently undertaking a QA exercise on outsourced code as it gets delivered. In order to increase the productivity of the review process by reducing the ...

Back to Top ↑

scrum

Tackling Code Reviews using Automation

1 minute read

I’m currently undertaking a QA exercise on outsourced code as it gets delivered. In order to increase the productivity of the review process by reducing the ...

Back to Top ↑

cqrs

CQRS Presentation

less than 1 minute read

I recently gave a presentation on Command and Query Responsibility Segregation (CQRS) as a follow-on from my event sourcing talk. This is really an overview ...

CQRS and when the Penny Dropped

1 minute read

I’ve been working on a project for a while now where the requirement is to provide a more scalable and better performing version of an existing system.

Back to Top ↑

event sourcing

Event Sourcing Presentation

less than 1 minute read

I gave a presentation recently on event sourcing. The talk included a demonstration of a system that I had been involved in designing and implementing that m...

CQRS and when the Penny Dropped

1 minute read

I’ve been working on a project for a while now where the requirement is to provide a more scalable and better performing version of an existing system.

Back to Top ↑

ocs2007r2

Back to Top ↑

winforms

Back to Top ↑

servers

My Server Room

less than 1 minute read

Below are some images of my server room. It’s located as far away from earshot as possible which isn’t easy considering it’s in a small flat!

Back to Top ↑

voip

Telephones and 24 (the TV series)

less than 1 minute read

Having watched 24 (the TV series), I have always wanted a Cisco phone that would ring with the same ringtone as used by CTU. To get the ringtone onto the pho...

Back to Top ↑

asp.net

Back to Top ↑

linq

Back to Top ↑

firewall

#500 Firewall Error ##

less than 1 minute read

Occasionally I have received the following error when trying to send emails to other organisation from Exchange 2007:

Back to Top ↑

tfs2010

Back to Top ↑

lotus notes

Back to Top ↑

dlr

Back to Top ↑

tdd

Back to Top ↑

teamcity

Back to Top ↑

NuGet

Back to Top ↑

.new

CQRS Presentation

less than 1 minute read

I recently gave a presentation on Command and Query Responsibility Segregation (CQRS) as a follow-on from my event sourcing talk. This is really an overview ...

Back to Top ↑

build server

Running Roslyn on a Build Server

less than 1 minute read

If like the majority of people you shy away from installing a full blown copy of Visual Studio on your build server (for whatever reason) but you’d like to u...

Back to Top ↑

continuous integration

Running Roslyn on a Build Server

less than 1 minute read

If like the majority of people you shy away from installing a full blown copy of Visual Studio on your build server (for whatever reason) but you’d like to u...

Back to Top ↑

roslyn

Running Roslyn on a Build Server

less than 1 minute read

If like the majority of people you shy away from installing a full blown copy of Visual Studio on your build server (for whatever reason) but you’d like to u...

Back to Top ↑