CQRS - The query side

后端 未结 5 884
遥遥无期
遥遥无期 2021-01-30 08:58

A lot of the blogsphere articles related to CQRS (command query repsonsibility) seperation seem to imply that all screens/viewmodels are flat. e.g. Name, Age, Location Of Birth

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-30 09:34

    If you want to work with different dimensions in your views, there are no problems to do that. There is noting saying you cant use multiple view models below a view. The denormalizer is responsible for populating the database views with correct data. Have a look at this post, it explains how the denormalizer works and may put you in the right direction concerning your question.

提交回复
热议问题