Tag Archives: Dependency Injection

TrueView Release 1.3.0908.09 – ServiceLocator and Dependency Injection

The latest release adds Dependency Injection to the mix.  The default behaviour uses a simple Service Locator, but you can inject your own dependencies as you wish.  See the user guide for more info. BREAKING CHANGES: The following interfaces now implement IServiceDependent: IEntity IFactory IRepository IService Enhancements Added MyApplication.ServiceLocator (for locating Factory/Repository/Service classes) Added IServiceDependent [...]