Simple configuration of AplicationContext.xml (pure to prevent you from forgetting …) < /property> August 22, 2021By Simo XML AplicationContext, AplicationContext.xml, configuration, Forget, Preventive, pure, simple, XMLLeave a Comment
.NET Core 2.0 Event Bus A simple memory event bus implementation 1. First define an event interface public interface IEvent { } 2. Define an event handling interface public interface IEventHandler: IEvent { Task Handle(IEvent e); } div> August 22, 2021By Simo Motherboard 2.0, based, bus, Core, Event, Implementation, memory, one, simpleLeave a Comment