Welcome to Dovetail Software Blogs : Sign in | Join | Help

Browse by Tags

All Tags » windsor   (RSS)
Sorry, but there are no more tags available to filter with.
Windsor Container Property Setter Injection
Hammet pointed out in the comments for Creating a simple Windsor facility that the whole premise of my TimeServiceFacility is silly. Sorry, but I still don't get it why you used a facility to do that. You could get the same behavior by - registering the Read More...
Creating a simple Windsor facility
Update: What this facility accomplishes is easily done using property setter injection in Windsor. Please use this post only as an example for creating a basic, yet misguided, facility. Windsor is an excellent inversion of control (IoC) container. Besides Read More...