PreviousNext

CQRS and REST: the perfect match

by bill-s, 2016-06-17T17:16:39.000Z

In many of my applications, the UI and API gravitate towards task-oriented UIs. Instead of “editing an invoice”, I “approve an invoice”, with specialized models, behaviors and screens just for accomplishing that task. But what happens when we move from a server-side application to one more distributed, to be accessed via an API?

Read More