wcf - CQRS Implemetation -


I'm trying the CQRS theory for example:

  • I list the supplier I want to manage it.
  • This is a supplier's own address, the supplier's address can be replaced with the current address list.
  • Before changing the supplier's address, I need to make sure that the address has not been removed.
  • I am using the RavenDB database to store the supplier, address.
  • WCF for synchronous call: Application & lt; - & gt; WCF Services & lt; - & gt; The service bus & lt; - & gt;

    text "itemprop =" text ">

    An event sourcing sample included with the RavenDB source, which you can get started, see and

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -