-
Hello there! Thank you for your efforts and sharing this ❤️
I'm doing the very similar work at the moment, but planning to mature it in a closed source code base before releasing/sharing anything. …
-
# Trending repositories for C#
1. [**dotnet / aspnetcore**](https://github.com/dotnet/aspnetcore)
__ASP.NET Core is a cross-platform .NET framework for building modern cloud-based…
-
Hi,
I am implementing clean architecture using the existing database, with scaffolding command I have generated the POCO entities in the Infrastructure layer and as well as manually created the en…
-
projections can emit events that other projections / sagas depend on
-
One of the critical problems that often goes unaddressed in a CQRS/ES microservices architecture is "how do I query the history of events?"
Secondly, people often ask how they can query the history…
-
The library has `IQuery` interface.
There should be a similar version for commands that will allow for a result object `ICommand`. It should work in similar way as query does.
Purists will ar…
-
I initially startet a post here focussing on where to put @Symfony bundles:
* https://github.com/webdevilopers/php-ddd/issues/6
Recently I found an example for @silexphp by @danitome24:
- https:/…
-
In the best of worlds, I'd like to obsolete the Proto.Persistence libs and instead have a proper adapter for a library like this.
This would both benefit the ecosystem to have a more generic lib like…
-
# Thoughts about repositories and ORMs or why we love rocket science!
[https://asp.net-hacker.rocks/2019/02/20/repositories.html](https://asp.net-hacker.rocks/2019/02/20/repositories.html)
-
不好意思,又有疑惑请教你下,关于Repository的具体实现类,是不是一定保持原子级别(就是对应操作数据库中的一张表)?,如果是这样的话产生两个问题,1:事务如何处理?事务在哪层处理(Domain或Application?),2:关联查询,Repository是不是返回的实体对象也是原子级的?多表关联查询其他表的字段怎么办?难道全部都到Domain或Application里各自查询不同表然后再组…