Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • MVC has been the hardest thing for me to wrap my head around, I don't do any web development anymore. Abstract Repositories or Domain objects, as are Concrete Repositories. The Controller receives the Repo interface. So far, so good. What's the chain of command to add an Account? Would the Controller contain an add function which would operate as a passthrough to the Repo interface? I'm probably making this way too complicated in my head than it is. Commented Aug 21, 2012 at 17:25