Re: Release: serverino - please destroy it.

2022-05-11 Thread Orfeo via Digitalmars-d-announce
well done Andrea! (forum begins to be too crowded with Italians :) ) --- Orfeo

Re: Endovena: a dependency injection framework.

2014-10-22 Thread Orfeo via Digitalmars-d-announce
-8- Container gets confusing with std.container. -8- I agree with you, but 'Container' is widely used in DI context, for example: * SimpleInjector (C#) uses Container * LightInjector uses ServiceContainer * Autofac uses ContainerBuilder * LightCore uses

Endovena: a dependency injection framework.

2014-10-17 Thread Orfeo via Digitalmars-d-announce
Hi all, I'd like to announce the initial version of endovena, a dependency injection framework. It's based on dejector, a great work by Jakub Stasiak, with some new features borrowed from dryioc (C# IoC) I would be glad to see any feedback, Thank you. * [endovena]