Design Patterns are an approach to solve problems when creating a piece of software. They are useful as a best practice template when solving a problem. They also give you and your teammates a common understanding when discussing how to solve a given problem. That common understanding only happens if everyone on your team knows the patterns. I am using this space to collect a series of posts that will dig into my understanding of common Design Patterns. Repository Pattern Unit of Work