Questions tagged [lokad-cqrs]
9 questions
5
votes
1 answer
Differences between NCQRS and Lokad.CQRS
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…

Rasmus Christensen
- 8,321
- 12
- 51
- 78
2
votes
1 answer
MSMQ for CQRS -- Building Service Bus
How can i build by own service Bus? i know there are Plenty of open source service bus available like NService Bus,Rhino Bus etc... But i want to learn by doing it..
1)How will you build the Bus? what the characteristics of it
2)How can i make it…

satish
- 2,425
- 3
- 23
- 40
2
votes
1 answer
read model side of Vaughn Vernon's cqrs+es
The lokad-iddd-sample code implements the cqrs+es write side discussed in Vaughn Vernon's book. Unfortunately, the read model side is incomplete. Is anyone aware of similar code (ideally based on Vaughn Vernon's book) which implements a working…

cs0815
- 16,751
- 45
- 136
- 299
0
votes
2 answers
CQRS Aggregate and Projection consistency
Aggregate can use View this fact is described in Vaughn Vernon's book:
Such Read Model Projections are frequently used to expose information to various clients (such as desktop and Web user interfaces), but they are also quite useful for sharing…

Maxim Kitsenko
- 2,042
- 1
- 20
- 43
0
votes
1 answer
cloud scheduler
Well of course we could use quartz.net, which comes with nice features like concurrency control and load balancing. However it seems a bit bloated to me.
1) Am I wrong about this ?
2) If not how would you implement a cloud compliant scheduler (ie:…

fabien
- 2,041
- 1
- 16
- 19
0
votes
1 answer
MSMQ - how to Communicate between two application
I started looking into MSMQ very recently so i have basic doubts . If two application needs to communicate lets say server and client I think both will share the same MQ address and when the client update then the Server will be having the MSMQ…

satish
- 2,425
- 3
- 23
- 40
0
votes
2 answers
mySQL connection times out on Windows Azure
We have a Windows Azure Application (Lokad.CQRS architecture) that integrates with multiple 3rd party systems. One of these integrations takes place on mySQL. Everything was going good, but lately we've got one mySQL database that Windows Azure…

Rinat Abdullin
- 23,036
- 8
- 57
- 80
0
votes
1 answer
What decides columns in Azure queues?
I'm using Azure Queue storage. I just upgraded from using Microsoft.WindowsAzure.StorageClient to Microsoft.WindowsAzure.Storage. I've also recently changed over from using Lokad to CloudFx. At some point in the process, I started getting some…

Scott Decker
- 4,229
- 7
- 24
- 39
0
votes
1 answer
CloudFx equivalent of SkinnyEntity
We're switching over from Lokad to CloudFx to handle putting things in/out of table storage.
With Lokad, we had 3 entities:
1) Object 1, which added partition key and row key to
2) Object 2 which had a bunch of properties as well as an instance of…

Scott Decker
- 4,229
- 7
- 24
- 39