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

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -