Articles in this series
I have a small library system application which I want to implement CRUD operation on Books and other related services. When choosing the pattern for...
In my previous article I talked about the library system utilizing the Unit of Work & Repository pattern to persist the data and we can see that...
In our previous article, we employed the Factory Pattern to create different types of books. In this article, we want to implement a system where the...
In my last article, I discussed how to implement a Strategy Pattern to calculate the rental pricing for different book types using the Func Delegate...