8. April 2011 12:44
DevDays 2011 is just around the corner. Most of the agenda and speakers are known, and there is a lot of content to look forward to. I will be doing a session on implementing CQRS (command/query responsibility segregation) on Windows Azure. CQRS is an architectural pattern that completely separates commands (writes) from queries (reads), with the intent of improving scaleability and optimizing for both reads and writes.
During both days, when I am not in sessions or at the Avanade stand...
[More]
Category: Dev, Presenting |
Tags: |
Permalink
3. March 2011 19:08
I am very excited to announce that I will be presenting a session at DevDays again this year. My talk will be about implementing CQRS (command/query responsibility segregation) using Windows Azure. CQRS is an architectural framework that splits commands (transactions) and queries to the system at a fundamental level. My session is scheduled for Thursday April 28 at 1630. More info on the session can be found here. Backgrounds on CQRS are all over the web, but a good place to start is CQRSinfo.co...
[More]