Posts Tagged “Factory”

Generic factory and repositories: Part 2 revisited

By | May 18, 2010

This post is part of a series: – Generic factory and repositories: Part 2 revisited – Generic factory and repositories: Part 2 – Generic factory and repositories: Part 1 – WCSF, Repositories and Unit of Work? In Part 2 I discussed my implementation for a SimpleRepositoryFactory. I said that I wasn’t quite happy with the [...]

Read more »

Generic factory with repositories: Part 2

By | May 18, 2010

This post is part of a series: – Generic factory and repositories: Part 2 revisited – Generic factory and repositories: Part 2 – Generic factory and repositories: Part 1 – WCSF, Repositories and Unit of Work? Yesterday I posted my musings on using the factory pattern to instantiate my repositories without needing to have a [...]

Read more »

Generic factory with repositories: Part 1

By | May 17, 2010

This post is part of a series: – Generic factory and repositories: Part 2 revisited – Generic factory and repositories: Part 2 – Generic factory and repositories: Part 1 – WCSF, Repositories and Unit of Work? My previous post was about using WCSF in combination with repositories and a unit of work. I didn’t have [...]

Read more »