Posted
almost 12 years
ago
by
[email protected]
(theBoringCoder)
I think I may have found a bug, but I can't put my finger on the exact cause. Steps to reproduce: - Configure and run the MyNotes sample - Add a new note - Edit note #1 - Edit note #1 a second time - Edit note #1 a third time - Add a new note - Stop the MyNotes sample
|
Posted
almost 12 years
ago
by
[email protected]
(theBoringCoder)
I have a few questions about the table structure, and while I have the gut-feeling that things were done for performance reasons...I'm going to ask anyhow--just so I don't assume. With regards to the "Events" table: why is there not a unique constraint on Events.Id? Like this: ALTER TABLE [Events] ADD CONSTRAINT UQ_Events_Id UNIQUE ([Id])
|
Posted
almost 12 years
ago
by
[email protected]
(T.C. Boring)
Hello, I've been through the three samples available on Ncqrs' GitHub page. Does anyone have any more advanced samples? I'm creating a real system using Ncqrs, and have an entire data model that I need to code to. thanks, Tom theBoringCoder
|
Posted
almost 12 years
ago
by
[email protected]
(Matze Koch)
Hi, CQRS is a very new approach for me. Recently, I tried to evaluate the existing frameworks (namely NCQRS, CommonDomain and Lokad) with a colleague of mine. What makes us wondering was the fact, that there is obviously no support for dispatching undispatched events. For example, in JoesUnitOfWork.Accept, if the system breaks between
|
Posted
about 12 years
ago
by
[email protected]
(Spanish Flashcards with Pictures)
iPhone App - Spanish Flashcards with Pictures - [link]
|
Posted
over 12 years
ago
by
[email protected]
(Twenty Twenty Vision)
[link] - "20/20 Vision" is an iPhone app that will help you regain 20/20 vision naturally, by looking at images that relaxes your eyes and performing eye exercises that strengthen your eyes, anywhere within your busy life (i.e. office cubicle, crowded subway, waiting at the hair salon, etc.), thanks.
|
Posted
over 12 years
ago
by
[email protected]
(Spanish Flashcards with Pictures)
|
Posted
over 12 years
ago
by
[email protected]
(Twenty Twenty Vision)
[link] - "20/20 Vision" is an iPhone app that will help you regain 20/20 vision naturally, by looking at images that relaxes your eyes and performing eye exercises that strengthen your eyes, anywhere within your busy life (i.e. office cubicle, crowded subway, waiting at the hair salon, etc.), thanks.
|
Posted
over 12 years
ago
by
[email protected]
(Mark)
Hello, Please help as we get a blank page when we visit : [link] this site. Thank you. Regards, Mark
|
Posted
over 12 years
ago
by
[email protected]
(@marcofranssen)
Currently I build a tool to fix lots of readmodel problems. The tool just replays the eventstore and the denormalizers do the rest. Currently it takes about 24 hours to replay ca 3 million events. I optimized the tool to fill a queue with event parallel and let another thread play the events from the queue so I will never have a delay when
|