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?