Bill Pierce has been putting together what looks to be a fantastic framework for building ASP.NET applications using Fowler’s Supervising Presenter pattern, using some neat features of the Castle IoC Container (aka Windsor).
I’m capturing the series here so that I can study them as a sequential unit instead of hopping all over his blog to find them.
- MVP Framework
- Dependency Injection and UserControls with Castle MicroKernel
- UserControl Component Activation in Castle MicroKernel
- MVP Continued
- MVP - Tying it all Together
The best part of this particular implementation is that the presenters and the interfaces are completely hidden from the web project.
This is very interesting to read and learn more about this particular pattern. Great job, Bill! I look forward to watching this progress.