Advertisement
Membership
Login
ACCU Buttons
ACCU Journals: CVu and Overload
Browse in : |
All
> Journals
|
![]() Overload |
- Options:
- View Article Map
- View Archives
Transactions with Delegates in C#
Description :
Category: [ Programming Topics | CVu Journal Vol 17, #4 - Aug 2005 ]
Description :
The Delegate type is a powerful feature of C#. This article introduces delegates, and shows how they can be used to solve a common problem: ensuring that a series of database updates occur as a single operation by use of a transaction.
Category: [ Programming Topics | CVu Journal Vol 17, #4 - Aug 2005 ]
Student Code Critique Competition 35
Category: [ CVu Journal Vol 17, #4 - Aug 2005 | Student Code Critiques from CVu journal. ]
Category: [ CVu Journal Vol 17, #4 - Aug 2005 | Student Code Critiques from CVu journal. ]
Patterns in C - Part 4: OBSERVER
Description :
Category: [ Design of applications and programs | CVu Journal Vol 17, #4 - Aug 2005 ]
Description :
This part of the series will highlight another principle for dependency management and illustrate how both of these principles may be realized in C using the OBSERVER pattern.
Category: [ Design of applications and programs | CVu Journal Vol 17, #4 - Aug 2005 ]
Software Project Management: Adding Stakeholder Metrics to
Agile Projects
Description : Agile methods need to include stakeholder metrics in order to ensure that projects focus better on the critical requirements, and that projects are better able to measure their achievements, and to adapt to feedback. This paper presents a short, simple defined process for evolutionary project management (Evo), and discusses its key features.
Category: [ Project Management | Overload Journal #68 - Aug 2005 ]
Description : Agile methods need to include stakeholder metrics in order to ensure that projects focus better on the critical requirements, and that projects are better able to measure their achievements, and to adapt to feedback. This paper presents a short, simple defined process for evolutionary project management (Evo), and discusses its key features.
Category: [ Project Management | Overload Journal #68 - Aug 2005 ]
C-side Re-sort
Description : In spite of the attention given to object-oriented development, TDD and modern testing frameworks, it is worth understanding how and why unit testing has an important role to play in general, regardless of the technologies or broader development philosophy involved. This article walks through a simple example, highlighting some of the motivation behind basic unit testing and the practices involved but without following through into TDD.
Category: [ Programming Topics | Overload Journal #68 - Aug 2005 ]
Description : In spite of the attention given to object-oriented development, TDD and modern testing frameworks, it is worth understanding how and why unit testing has an important role to play in general, regardless of the technologies or broader development philosophy involved. This article walks through a simple example, highlighting some of the motivation behind basic unit testing and the practices involved but without following through into TDD.
Category: [ Programming Topics | Overload Journal #68 - Aug 2005 ]
C++ Interface Classes - Noise Reduction
Description : Interface classes are a principle mechanism for separating a class' interface from its implementation in C++. I wrote an introduction to interface classes in a previous article. In this article, I intend to explore interface classes - and their implementation classes - further.
Category: [ Programming Topics | Overload Journal #68 - Aug 2005 ]
Description : Interface classes are a principle mechanism for separating a class' interface from its implementation in C++. I wrote an introduction to interface classes in a previous article. In this article, I intend to explore interface classes - and their implementation classes - further.
Category: [ Programming Topics | Overload Journal #68 - Aug 2005 ]
A Technique for Register Access in C++
Description : This article discusses a C++ scheme for accessing hardware registers in an optimal way.
Category: [ Programming Topics | Overload Journal #68 - Aug 2005 ]
Description : This article discusses a C++ scheme for accessing hardware registers in an optimal way.
Category: [ Programming Topics | Overload Journal #68 - Aug 2005 ]
Editorial: Does all this help make better software?
Category: [ Overload Journal #67 - Jun 2005 | Journal Editorial ]
Category: [ Overload Journal #67 - Jun 2005 | Journal Editorial ]
Francis' Scribbles
Category: [ CVu Journal Vol 17, #3 - Jun 2005 | Francis' Scribbles from CVu journal ]
Category: [ CVu Journal Vol 17, #3 - Jun 2005 | Francis' Scribbles from CVu journal ]
Student Code Critique Competition 34
Category: [ CVu Journal Vol 17, #3 - Jun 2005 | Student Code Critiques from CVu journal. ]
Category: [ CVu Journal Vol 17, #3 - Jun 2005 | Student Code Critiques from CVu journal. ]
Professionalism in Programming #32
Description :
Category: [ Project Management | CVu Journal Vol 17, #3 - Jun 2005 ]
Description :
In this article I present a series of thought provoking questions based on some topics that I've covered in past issues.
Category: [ Project Management | CVu Journal Vol 17, #3 - Jun 2005 ]
Welcome to the Wonderful World of Porting!
Category: [ Programming Topics | CVu Journal Vol 17, #3 - Jun 2005 ]
Category: [ Programming Topics | CVu Journal Vol 17, #3 - Jun 2005 ]
Silas's Corner
Description :
Category: [ Programming Topics | CVu Journal Vol 17, #3 - Jun 2005 ]
Description :
Cross-Compiling Python Scripts into Windows Applications
Category: [ Programming Topics | CVu Journal Vol 17, #3 - Jun 2005 ]
Patterns in C - Part 3: Strategy
Description :
Category: [ Design of applications and programs | CVu Journal Vol 17, #3 - Jun 2005 ]
Description :
This part of the series will investigate a design pattern that adds flexibility to common software entities by letting clients customize and extend them without modifying existing code.
Category: [ Design of applications and programs | CVu Journal Vol 17, #3 - Jun 2005 ]