domain-events
Queuing domain events in C#
This article 开发者_JAVA百科describes a great pattern called \'Domain Events\': http://www.udidahan.com/2009/06/14/domain-events-salvation/[详细]
2023-03-22 11:37 分类:问答Domain driven design and domain events
I\'m new to DDD and I\'m reading articles now to get more information. One of the articles focuses on domain events (DE). For example sending email is a domain event raised after some criteria is met[详细]
2023-03-12 00:55 分类:问答Where to raise persistence-dependent domain events - service, repository, or UI?
My ASP.NET MVC3 / NHibernate application has a requirement to fire off and handle a variety of events related to my domain objects. For example, an Order object might have events like OrderStatusChang[详细]
2023-03-03 00:44 分类:问答Using Autofac with Domain Events
I\'m trying to introduce domain events into a project. The concept is described in Udi Dahan\'s post - http://www.udidahan.com/2009/06/14/domain-events-salvation/[详细]
2023-02-23 14:44 分类:问答Should domain events be raised within or outside of a transaction?
In our application we raise domain events when something changes in the domain model. Some of the tasks that are performed by the event handlers must be done within the same transaction that was used[详细]
2023-02-04 14:06 分类:问答Domain event handlers - Should they be used for Application layer concerns?
When implementing Domain events should the event handlers be only used for purely domain concerns; something that you would discuss with the business experts, or are they open to be used by anything t[详细]
2023-02-03 08:03 分类:问答Which Layer for Domain Events, EventHandlers, Dispatcher
I have been reading about Domain Events and have seen codes from Udi\'s implementation(http://www.udidahan.com/2009/06/14/domain-events-salvation/)[详细]
2023-01-20 11:29 分类:问答Showing changes in View when using CQRS & DDD with Domain Events & ServiceBus
I\'m a little confused about the flow in a system using domain events to build the read model.Particularly, how do we deal with the fact that the user expects data (and its view) to change when they c[详细]
2023-01-18 20:00 分类:问答CQRS and Domain Events
CQRS has got me into thinking mode.. I am tryinng to start a new project with CQRS ideas. The main things that I like is[详细]
2023-01-18 05:05 分类:问答Simple PHP Array Problem - IF EXIT
how can i convert this into an array? if someone se开发者_高级运维arches for \"lo\" he gets the text \"no query\", but how can i do this for more words? i tried it with array(\'1\',\'2\')..[详细]
2022-12-23 00:22 分类:问答