Hello!
A spell ago I become interested in CQRS pattern and I was seeking for
useful frameworks to use in my projects.
I was looking over some frameworks, including Axon Framework, and I
found many interesting things.
And in my opinion, Axon Framework conform to DDD concept most of all.
It’s lightweight and easy to use.
In addition, the implementation of Command Handler Interceptors,
Snapshotting, Event Bus and Event Listeners have an advantage over
another decisions.
However I have a problem, I’m a .NET framework developer and I can’t
use Axon Framework in my project.
I’d like to porting this framework to .NET. What do you think about
it?
Best regards,
Alexey Lizunov