-
Is your feature request related to a problem?
I can't find a way to make a connection between F# and event store, however I have heard that other people have done it and I would like to know how to d…
-
What do you think about using domain models with behaviors?
There are two domain models in your project:
https://github.com/jdaniel1987/GameShop.CQRS/blob/47adfafb92ef125560ff3e1d7064d12938589342/…
-
I am working on an AspNetCore 5 project using v8.0.0-rc preview and spent the last day running down a 404 response to an endpoint with an OData function. The 404 is being thrown and the controller was…
-
This task list area will be completed once the implementation plan has been outlined. This area is where one creates the task list associated with the milestone.
- [ ] Create Data Models
- Crea…
-
customer: @mariari
performer:
deadline:
estimated:
started:
actual:
completed:
confirmed:
dependencies:
- [ ]
supersedes:
-
---
At the last Hacker House, we introduced a CQRS format to…
-
The form is designed and created to collect an employee skill registration information. The individual may be a completely new employee or an existing employee who is registering a new skill. Entire f…
-
Hi,
I am actually implementing Orleans in my OrchardCore project : [Orleans Project](https://github.com/dotnet/orleans)
I can share an OrchardCore.Orleans.Client module if this is of any intere…
-
### Enhancement Description
We understand that the number of events will continue to grow indefinitely, and sometimes there's a need to retain these events for extended periods. However, as time prog…
-
Investigate if this would be worth the effort.
It wouldn't be as hard to implement as we we would just need to remove controllers from each module and replace it with [a protocol of choice](https:/…
-
If command handlers from two separate processes try to store events with the same aggregate version is there any retry mechanism for the losing command?