• This repository has been archived on 09/Mar/2021
  • Stars
    star
    218
  • Rank 180,996 (Top 4 %)
  • Language
    C#
  • Created about 15 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A framework for implementing commonly used design patterns when using Domain Driven Design

NCommon

NCommon is a light weight framework that provides implementations of commonly used design patterns for applications using a Domain Driven Design approach.

Building NCommon

Building NCommon is done via a [psake] (http://github.com/JamesKovacs/psake) script. Before running the psake build script, make sure you have Powershell 2.0 installed.

Import-Module .\psake.psm1
Invoke-psake .\default.ps1

NCommon binaries are built and placed in an out directory under the root folder.

For documentation on NCommon, visit http://riteshrao.github.com/ncommon