c# - DDD, Best way to compose complex conditions for column selection of domain entities -


i'm using entityframework , linq sql , , generic repository , , specification pattern perform linq sql db query selections , using automapper entity dto mapper.

the problem :

i have set of complex business rules affects of select queries i'm performing in application

(these rules affect on column values in scenarios , affect on query result structure in scenarios)

and confused how switch polymorphism direction based on different specifications in different queries.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -