Featured post
.net - CQRS - Read Model DTO Confusion -
i have been reading on cqrs , find many of principles valuable. however, have 1 major point of contention. many people talk having read model queries map directly view model dtos. far, good. however, "one table or 1 select per view" come hear? sure, screens map 1-1 easily. routinely work complex screens involve multiple selects things reference data in drop down lists, widgets, etc...
i see views needing multiple selects, maybe join or two.
how can possibly avoid this, aside working perfect world scenarios views simple , flat?
but routinely work complex screens involve multiple selects things reference data in drop down lists, widgets, etc...
select lists, widgets, etc. can view these each view nested in view (possibly obvious if own partial). when viewed way, can each have own query.
- Get link
- X
- Other Apps
Comments
Post a Comment