Using FluentValidation with Castle Windsor and Entity Framework 4.0 (POCO) in MVC2
- by Brian McCord
This isn't a very simple question, but hopefully someone has run across it.
I am trying to get the following things working together:
MVC2
FluentValidation
Entity Framework 4.0 (POCO)
Castle Windsor
I've pretty much gotten everything working. I have Castle Windsor implemented and working with the Controllers being served up by the…