orleans-architecture-patterns-code icon indicating copy to clipboard operation
orleans-architecture-patterns-code copied to clipboard

Code for the Orleans Architecture Patterns Talk

Results 2 orleans-architecture-patterns-code issues
Sort by recently updated
recently updated
newest added

Before digging too much into how its done here, Would be helpful to know if anything has been added to the Orleans Framework that might make some of the samples...

In the BankAccountAggregateBalance class used for event sourcing example, an interface ICanApplyEvent is being used to apply an event to modify an object state. We are invoking this method on...