Description
A light weight framework that provides implementations of commonly used design patterns for applications using a Domain Driven Design approach.
Source Code
You can browse the source code via the
web or use
git to clone the source repository.
git clone https://git01.codeplex.com/dcommon.git
NuGet
You can get the newest DCommon from
NuGet packagesTo install DCommon, run the following command in the
Package Manager Console
PM> Install-Package DCommon
PM> Install-Package DCommon.EF
PM> Install-Package DCommon.NHibernate
Roadmap