c# - LINQ to SQL “Active Record” and “Unit Of Work” Pattern -
can please list references articles demonstrates following two, using linq sql?
- “active record” pattern
- “unit of work” pattern
when search them, getting of examples clubbed asp.net mvc. don’t need mvc. looking code implementation (in linq sql) demonstrates these 2 patterns.
i think you'll struggle find references such idea.
to extent, linq sql implementing these patterns behind scenes. therefore, i'm not sure there's benefit gained layering additional behavior on top.
do have more detail of you're trying achieve might facilitate more useful answer?
Comments
Post a Comment