ByteDev.Domain
1.1.1
Set of common domain classes.
Install-Package ByteDev.Domain -Version 1.1.1
dotnet add package ByteDev.Domain --version 1.1.1
<PackageReference Include="ByteDev.Domain" Version="1.1.1" />
paket add ByteDev.Domain --version 1.1.1
#r "nuget: ByteDev.Domain, 1.1.1"
// Install ByteDev.Domain as a Cake Addin
#addin nuget:?package=ByteDev.Domain&version=1.1.1
// Install ByteDev.Domain as a Cake Tool
#tool nuget:?package=ByteDev.Domain&version=1.1.1
ByteDev.Domain
Domain is a collection of domain related classes.
Installation
ByteDev.Domain has been written as a .NET Standard 2.0 library, so you can consume it from a .NET Core or .NET Framework 4.6.1 (or greater) application.
ByteDev.Domain is hosted as a package on nuget.org. To install from the Package Manager Console in Visual Studio run:
Install-Package ByteDev.Domain
Further details can be found on the nuget page.
Usage
Domain has classes covering domain related functionality including:
- Money
- Payment Card
- UK Postcode
- Temperature
- Email Address
ByteDev.Domain
Domain is a collection of domain related classes.
Installation
ByteDev.Domain has been written as a .NET Standard 2.0 library, so you can consume it from a .NET Core or .NET Framework 4.6.1 (or greater) application.
ByteDev.Domain is hosted as a package on nuget.org. To install from the Package Manager Console in Visual Studio run:
Install-Package ByteDev.Domain
Further details can be found on the nuget page.
Usage
Domain has classes covering domain related functionality including:
- Money
- Payment Card
- UK Postcode
- Temperature
- Email Address
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.