ddd-architecture
Here are 311 public repositories matching this topic...
-
Updated
May 3, 2020 - C#
-
Updated
Feb 27, 2020 - Java
I'd like to simplify Dependency Injection of Modules that fallback on each other, For instance, the Entity Framework is replaced by the [In Memory Fakes](https://github.com/ivanpaulovich/clean-architecture-manga/blob/master/src/WebApi/DependencyInjection/InMe
-
Updated
Apr 3, 2020 - Java
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Jan 3, 2019 - Java
-
Updated
May 5, 2020 - TypeScript
-
Updated
Oct 31, 2019 - C#
Create a new menu to export all data from the SQL database to CSV, so that users can import that data to other software easily.
-
Updated
Sep 27, 2019 - C#
-
Updated
Feb 10, 2020 - Go
-
Updated
May 16, 2020 - Java
-
Updated
Nov 12, 2019 - JavaScript
-
Updated
Aug 23, 2017 - PHP
-
Updated
Mar 23, 2018 - C#
Create a new base class (ie; ValueObject<PropertyType>
) that can be inherited to create a value object concrete definition.
Value objects are a core concept of DDD and represent things that are identified by their value rather than their hash/id/reference etc. See: https://martinfowler.com/bliki/ValueObject.html
There're already some examples on the web on this practice in typescript (eg h
-
Updated
Aug 23, 2018 - C#
-
Updated
Feb 28, 2019 - JavaScript
-
Updated
Mar 17, 2020 - C#
-
Updated
Jun 20, 2018 - C#
-
Updated
May 12, 2020 - Java
-
Updated
Apr 29, 2020
-
Updated
Apr 19, 2020 - C#
Improve the README
-
Updated
May 7, 2020 - C#
-
Updated
May 2, 2017 - PHP
-
Updated
Jan 13, 2020 - C#
-
Updated
Nov 13, 2019 - C#
Improve this page
Add a description, image, and links to the ddd-architecture topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ddd-architecture topic, visit your repo's landing page and select "manage topics."
The example uses
LocalDb
as development which is only a valid option on Windows. UsingSQLite
as development database will work on all platforms.