Исходный код вики CQRS
Редактировал(а) Alexandr Fokin 2023/05/20 18:59
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | **The Command and Query Responsibility Segregation** | ||
2 | |||
3 | ---- | ||
4 | |||
5 | Реализация CQRS в .NET. Часть 1 – шаблоны CQS и CQRS | ||
6 | https://andrey.moveax.ru/post/patterns-cqrs-part1-introducing | ||
7 | |||
8 | Incoding Rapid Development Framework ( part 2 CQRS ) | ||
9 | https://habr.com/ru/post/211206/ | ||
10 | |||
11 | CQRS | ||
12 | http://pwmr.ru/cqrs/ | ||
13 | |||
14 | ---- | ||
15 | |||
16 | ==== Внутренние ссылки: ==== | ||
17 | |||
18 | ====== Дочерние страницы: ====== | ||
19 | |||
20 | {{children/}} | ||
21 | |||
22 | ====== Обратные ссылки: ====== | ||
23 | |||
24 | {{velocity}} | ||
25 | #set ($links = $doc.getBacklinks()) | ||
26 | #if ($links.size() > 0) | ||
27 | #foreach ($docname in $links) | ||
28 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
29 | * [[$escapetool.xml($rdoc.fullName)]] | ||
30 | #end | ||
31 | #else | ||
32 | No back links for this page! | ||
33 | #end | ||
34 | {{/velocity}} | ||
35 | |||
36 | ---- |