Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in castle-windsor

How can I unit test that Windsor can resolve Asp.net MVC3 controller dependencies?

injecting connection strings to DI resolved classes

IoC (Windsor) - What is a "Default Interface"?

Is it possible to have Castle Windsor resolve property dependancies when you dont have a reference to the container?

Castle Windsor ASP.NET MVC 4 and Web API same application. Only if MVC controllers have no dependencies?

Windsor Logging Facility: Control log name

c# castle-windsor nlog

How to get to the requesting type in a Castle Windsor factory method?

logging castle-windsor

Dynamic selection of interface implementation using IoC

Castle Windsor: inject IEnumerable<IService> using only a subset of registered components for IService

Castle Windsor: How to test that all registered components are resolvable?

testing castle-windsor

Castle Windsor: Best way to log when a component is registered?

castle PerRequestLifestyle not recognize

Umbraco MVC with Castle Windsor

where to find a windsor controller factory for mvc 2 ? There is no mvccontrib.castle.dll anymore o_O

Castle Windsor upgrade causes TypeLoadException for generic types

c# castle-windsor

Castle Windsor: Using convention registration along with specific implementations

castle-windsor

Help with Windsor and Repository and Unit of Work patterns

Rules for accessing services from domain objects

SignalR with IoC (Castle Windsor) - which lifetime for hubs?

Dependency Injection in ExceptionFilterAttribute C#