Take the 2-minute tour ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free.

A question about DDD, for validating a Proof Of Concept.

Let's say we have a webpage that triggers a Domain Event. For instance, updating the status of a client after an interaction occurred on that page. From a user perspective, we want the event to be handled immediately, and the page to refreshed in the server response, because the status has a lot of weight on the information that is displayed on the page.

Domain Events are meant to be "Eventually Consistent". How do you handle synchronous events in an ASP.NET application ?

Thanks

share|improve this question

1 Answer 1

up vote 0 down vote accepted

Got a response. I was looking for some kind of "Request/Respond" pattern implementation, that I found.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.