Question

I am currently looking at CQRS frameworks to use for a project that will be hosted in Azure.

I have read about Ncqrs and Lokad.CQRS and am currently a little bit confused.

Will they both work with Azure, are both capable of using NServiceBus or does Lokad use its own messaging?

The clients I will use are both web and mobile. I thought of making a WCF service to get commands, but not sure it will be WCF.

Any recommendations?

Was it helpful?

Solution

Lokad.CQRS was designed to work with Azure from the start. It uses Azure Queues for the messaging (with azure blobs for the cases, when messages do not fit in 8Kb size limitation).

I'm not sure about NCqrs, but it might provide an adapter for Lokad.CQRS.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top