-
Its not a must have but would be nice to use the Command Query Responsibility Segregation (CQRS) pattern to move my logic from my controllers (which would then only have the responsibility of routing …
-
I expect Web API OData to be really painful to port given that ASP.NET 5 and MVC 6 are radically different from the previous versions, but I think it's definitely worth it (sure, that's a totally bias…
-
Could you please provide an example of using graphql-dotnetcore working with EF Core, for a query and mutation
-
Let's discus.
One of the proposals was web-shop/e-commerce application.
Any other ideas?
-
Dear @slashdotdash , we are a fintech startup company, and we would like to use Commanded as our CQRS framework, but there are some critical differences that are pushing us to fork it and adapt for ou…
-
So far I've pulled a copy of EventHorizon and used it to make a pretty decent prototype. As far as I can tell, it's the furthest along Go library/framework for Event Sourcing/CQRS. It would be great i…
-
### Why to apply CQRS pattern?
This app manages a little bit complicated data.
In this case, I think CQRS pattern makes me easy to manage the app.
### Why not to use Repository pattern.
Using …
-
![niteco_hiring3](https://user-images.githubusercontent.com/29473859/27214260-a7f0878c-5295-11e7-8b67-c44edb83b7db.png)
## Location
* Hanoi, Vietnam
## Salary Expectation
* Negotiable
…
-
Looking briefly, I think the overall structure is a bit heavy handed and old hat to be a nice display of what modern asp.net core can be like.
I think it should aim for something more like this: h…
-
Im missing a layer of abstraction in the WebHostBuilder and the abstraction is already in the name: (web)HostBuilder.
For example: We are building console applications that listen to rabbitMq.
W…