News

Here's another way to make applications more scalable and more responsive to the user: store some application data on the user's computer. Vogel's first law of client-server computing is: "The user's ...
Data retrieval and updates are very different activities so the CQRS pattern says that the smart thing to do is treat them differently. Here's a variety of solutions for the retrieval side in an ...