Catharsis.NET.Domain is a .NET library which provides commonly used types of domain entities (like Article,Blog, Comment, Download, Faq, etc.) to speed up development of domain layer in many typical business applications.
This library includes the following:
1. Domain entity types, declared as partial classes (can be extended if necessary).
2. Set of common domain-related interfaces, like INameable and ITaggable.
3. Set of extension methods for IEnumerable/IQueryable sets of domain...