Implementing Domain Driven Design Cost -


i using ddd in project , liked powerful idea has , being independent of end db design. , making use of mvp model in front end. yet lately, having performance issue of translating models models (>>1000 objects @ time) like:

  1. from ef repository model domain model
  2. from domain model viewmodel

and same trip should go persist single object on db. cons of implementing model or there way of reducing cost should follow.

probably case use cqrs.

when separate read model, can ommit current mapping layers , hydrate directly data source.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -