c# - LINQ to SQL “Active Record” and “Unit Of Work” Pattern -


can please list references articles demonstrates following two, using linq sql?

  1. “active record” pattern
  2. “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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -