Chain.NET(a.k.a. NChain)

Overview
News
Release notes
License
Architecture
API documentation
Five minutes tutorial (VB)
Five minutes tutorial (C#)
Examples
Code repository
Download
Forums
Mailing list
Feature request
Bugs reporting
 
SourceForge.net Logo

Overview

Chain.NET (a.k.a. NChain) is a generic, ready-to-use implementation of "Chain Of Resposibility" (CoR) design pattern for .NET and Mono platforms.
Concept of this library comes from Jakarta's Commons Chain package that is available for Java platform.

Chain.NET combines standard CoR design pattern with Command design pattern in order to bring convenience and flexibility in command processing solutions.

Chain.NET library provides suitable interfaces that can be used to extend standard CoR functionality delivered by itself.
 
Copyright © 2007-2008 Pawel Stasiak