Using WTDawson.EventPipes to update UI from a service
Just in case you haven’t read my other article about WTDawson.EventPipes, I suggest you read it before reading this. WTDawson.EventPipes is a library built in C# that is designed for inter-process communication (Communication between two different processes) and is event based, this means that one side could fire an event which is received by the … Read more