iman.Domain 1.0.0

dotnet add package iman.Domain --version 1.0.0
NuGet\Install-Package iman.Domain -Version 1.0.0
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="iman.Domain" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add iman.Domain --version 1.0.0
#r "nuget: iman.Domain, 1.0.0"
#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.
// Install iman.Domain as a Cake Addin
#addin nuget:?package=iman.Domain&version=1.0.0

// Install iman.Domain as a Cake Tool
#tool nuget:?package=iman.Domain&version=1.0.0

Domain

iman.Domain is the library I've built for using in DDD and CQRS based projects using .NET and C#. It consist of primary building blocks for common domain-driven applications such as AggregateRoot and Entity.

Features

  • Support for AggregateRoot and Entity with or without identity
  • DomainEvent for raising business events in Aggregates
  • Repository and Service contracts for Domain models
  • ValueObject contract for implementing ValueObjects
  • Implementation of Mediator pattern
  • Support for Command, Query and Event and automatically matched them with their respective handlers
  • DomainException contract to define business exceptions

How to use

For using Domain building blocks, you just need to reference this library and inherit from the block you need to use in your application. But for using the Mediator, in order to implement CQRS pattern, you need to register iman.Domain services in the default .NET container, like this :

var services = new ServiceCollection();
services.AddDomainCore();

️ If you use any other DI container other than Microsoft.Extensions.DependencyInjection you must register iman.Domain services yourself.

Examples

For now, you can see the samples of the library in Tests project, I will add some samples very soon 😉

Contribution

Feel free to fork this project, commit your codes and send pull requests.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on iman.Domain:

Package Downloads
Behlog.Core

Behlog is a Persian CMS to manage website/weblog contents.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 188 9/12/2022