Basic Windsor Usage with the Repository Pattern
September 15th 2007, 4:39 pm in .NET, C#, Castle, Patterns, Windsor.
I’ve been interested in using the Repository pattern in an application for a while now; same goes for Windsor. When prototyping with repositories it became clear that I could use them together in a fairly simple way which would serve as a good introduction to both.