digimono / ncommon

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

Home Page:www.codeinsanity.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

www.codeinsanity.com


Languages

Language:C# 89.4%Language:PowerShell 8.9%Language:Smalltalk 0.8%Language:ASP 0.6%Language:CSS 0.2%Language:JavaScript 0.1%