c# 4.0 - Specification Pattern using SQL without an ORM, with the repository pattern -
i have been looking specification pattern briefly described in martin fowler's patterns of enterprise architecture under repository pattern section, several examples on web. however, of examples/descriptions created utilizing orm , methods such issatisfiedby executed specification objects(and converted sql orm).
i can see how might adapt work sql, due general lack of sql examples, wondering if people using pattern sql data access layer , repository pattern, , experience/approach if are, or alternatives may better suited task if there any.
i believe linq implements need specification pattern (i believe ties request work sql).
i suspect there apis spit out sql without linq parse trees.
so, entity framework or linq sql worth looking into.
i hope answers question.
Comments
Post a Comment