Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 580 Bytes

ReadMe.markdown

File metadata and controls

12 lines (8 loc) · 580 Bytes

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