Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windsor Castle: good sources for documentation, tutorials

I'm trying to assemble a list of good documentation sources for Windsor Castle (apart from analyzing its source code). I'm especially interested in documentation about the fluent configuration API. Here's what I've found myself:

  • BitterCoder's Wiki Container Tutorials
  • DimeCast's Setting up Castle Windsor for Auto Registration
  • http://using.castleproject.org/display/IoC/Home
  • Inversion of Control and Dependency Injection with Castle Windsor Container

Feel free to add more...

like image 986
Igor Brejc Avatar asked Jul 27 '09 12:07

Igor Brejc


2 Answers

Here's a yahoo pipe I built that aggregates Castle-related blog posts. Now readable via http://www.castleproject.org/community/blogs.aspx

Castleproject.org has lots of info about the xml config and internals

like image 75
Mauricio Scheffer Avatar answered Sep 22 '22 14:09

Mauricio Scheffer


Mike Hadlow as some good stuff on castle windsor including multi-tenancy stuff

http://mikehadlow.blogspot.com/

Colin G

like image 28
pythonandchips Avatar answered Sep 22 '22 14:09

pythonandchips