Although I\'m not doing full blown DDD, I find the repository pattern appealing and I do try to segment the repositories along aggregate-root boundaries.I\'m implementing repositories on top of the En
I need to design and implement something similar to what Martin Fowler calls the \"Unit of Work\" pattern. I have heard others refer to it as a \"Shopping Cart\" pattern, but I\'m not convinced the ne