DevArchive.net Blog
Sunday, April 29, 2018
›
Sample — Authentication using JWT token and resource owner flow using Angular-6 and ASP.NET Core-2.1 Get the code here: https://github.co...
Thursday, December 1, 2016
Comparing DDD + ES + CQRS with DDD without ES, CQRS
›
When using DDD with ES, CQRS, events are used in four ways: 1) they are used to reconstitute aggregate state 2) they are used to build r...
Friday, August 26, 2016
CQRS Application Building Blocks
›
From time to time I try to rethink the architecture of an application I work on, do some sanity check, find hidden things which were not rea...
Wednesday, March 30, 2016
Generate C# Code for Google Protobuf Definition in VS 2015
›
I created small extension for Visual Studio 2015, allowing to write .proto files with Google Protobuf definitions, and generating C# code o...
Wednesday, November 11, 2015
Saga vs. Process Manager
›
As I already blogged recently - I build application using Domain Driven Design, Command Query Responsibility Segregation and Event Sourcing ...
3 comments:
›
Home
View web version