Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Craig Murphy Profile

photo Craig Murphy (CAMURPHY)
02 May 2005
Scotland, UK United Kingdom

http://www.craigmurphy.com
Contact memberContact this Member Edit ProfileEdit my profile

This user has contributed 2 articles, 1 code samples and posted 14 messages in our discussion forums.

Technology Interests

    Articles & Tutorials

  • Improving Application Quality Using Test-Driven Development (TDD)

    by CAMURPHY

    What is the one activity or phase that improves the quality of your application? The answer is an easy one: Testing, and plenty of it. Traditionally, testing is a phase somewhere towards the expected end of the project - when the cost of any code or requirement changes is known to be much higher. Craig looks at how TDD can address this by adopting a more agile approach.. Read full article

  • test

    by CAMURPHY

    testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest. Read full article

    Code Samples

  • Sorting and Searching Using C# Lists

    by CAMURPHY

    The support for lists in C# 2.0 makes sorting and searching very easy. This code snippet demonstrates how to create a list of Person objects (with name and age attributes), sort by name, sort by age and search based on age.. Read full article