1993Saurabh / DDD

Domain-Driven Design sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain-Driven Design sample

This project is a sample of .NET implementation of a medical prescription model using the approach "Domain-Driven Design" (DDD) and the architectural pattern "Command and Query Responsibility Segregation" (CQRS).

Points of interest

The goal of the project is to experiment some .NET implementations of core concepts of DDD (entities, value objects, domain events, ...) and CQRS (commands, queries, command and query handlers, ...) on the basis of a concrete model.

Only a lightweight version of CQRS (no data projection, one data store) has been considered.

See the Wiki for more information.

About

Domain-Driven Design sample


Languages

Language:C# 97.6%Language:PLSQL 2.4%Language:SQLPL 0.1%