/ByteDev.Domain

Set of common domain classes.

Primary LanguageC#MIT LicenseMIT

NuGet Package

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