Catharsis.Domain 2.4.1

dotnet add package Catharsis.Domain --version 2.4.1
                    
NuGet\Install-Package Catharsis.Domain -Version 2.4.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Catharsis.Domain" Version="2.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Catharsis.Domain" Version="2.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Catharsis.Domain" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Catharsis.Domain --version 2.4.1
                    
#r "nuget: Catharsis.Domain, 2.4.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Catharsis.Domain@2.4.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Catharsis.Domain&version=2.4.1
                    
Install as a Cake Addin
#tool nuget:?package=Catharsis.Domain&version=2.4.1
                    
Install as a Cake Tool

A .NET library which provides commonly used types of domain business 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:

- Domain entity types, declared as partial classes (can be extended if necessary).

- Set of common domain-related interfaces, like INameable and ITaggable.

- Set of extension methods for IEnumerable/IQueryable sets of domain entities.

The following types of domain entities are provided:

- Announcement/Announcements Category

- Art/Arts Album

- Article/Articles Category

- Audio/Audios Category

- Blog/Blog Entry

- City/Country/Location

- Comment

- Download/Downloads Category

- FAQ

- Notification

- Person

- Playcast/Playcasts Category

- Profile

- Setting

- Song/Songs Album

- Subscription

- Text/Texts Category

- Video/Videos Category

- Web Link/Web Links Category

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net35-client is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl4-wp71 is compatible.  sl5 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.4.1 194 7/19/2014
2.3.5 72 7/10/2014
2.3.0 70 7/9/2014
2.2.0 65 6/15/2014
2.1.0 59 6/15/2014
2.0.0 58 6/14/2014
1.9.5 153 6/9/2014
1.9.0 60 6/9/2014
1.7.5 105 4/13/2014
1.7.0 82 3/28/2014
1.6.5 75 3/25/2014
1.6.0 62 3/21/2014
1.5.0 59 3/20/2014
1.4.0 58 3/20/2014
1.3.5 59 3/16/2014
1.3.4 59 3/16/2014
1.3.3 56 3/12/2014
1.3.2.1 60 3/7/2014
1.3.2 58 3/7/2014
1.3.1 56 3/6/2014
1.3.0 60 3/1/2014
1.2.0 60 3/1/2014
1.1.0 62 2/28/2014
1.0.0 60 2/27/2014