2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 o 11 12 13 14
Генеральный
партнёр


Все на CodeFest X →

Десятый. Юбилейный. 30–31 марта 2019

CQRS: A More Effective Way of Writing the Same Applications

At first CQRS may look like the umpteenth acronym of this crazy industry and the latest cool toy of software pundits. In spite of the fancy name, though, CQRS is only a smart implementation approach that WORKS with nearly every software problem. CQRS is not a philosophy or a methodology: it's just about writing code. CQRS doesn't mandate you create sophisticated object models full of injection points, replaceable behaviors, factories and virtual methods. CQRS lets you use old-faithful stored procedures if you trust them. CQRS brings just one core idea: keep write and read stacks completely separated and based on different models and even different implementation patterns and technologies. So the best-selling point of CQRS pattern is that it looks like just common sense and a smarter way of doing the same things. In this talk, we'll look into a multi-layer ASP.NET application where reads and writes operations are totally separated so that each can be optimized for scalability without affecting the other.


Презентация доклада:

 

Запись выступления:



Партнёры